From the Admin -> Webhooks -> Create Webhook menu item the following URL is called: http://localhost:8080/webhook/create
After the form is filled out the following error is shown in the form and the Webhook is not saved:
Property [user] of class [class com.dtosolutions.Webhook] cannot be null
Note, there seems to be two endpoints to create a web hook. The one described above and also one from the menu item: Nodes -> Create Webhook (which in turn links to /node/createWebhook. This latter one does seem to work.
Perhaps the latter method is the correct one and the menu item Admin->Webhooks ->Create Webhook should be corrected.
From the Admin -> Webhooks -> Create Webhook menu item the following URL is called: http://localhost:8080/webhook/create After the form is filled out the following error is shown in the form and the Webhook is not saved:
Note, there seems to be two endpoints to create a web hook. The one described above and also one from the menu item: Nodes -> Create Webhook (which in turn links to /node/createWebhook. This latter one does seem to work.
Perhaps the latter method is the correct one and the menu item Admin->Webhooks ->Create Webhook should be corrected.