Manage using dashboard

Login to Jazer’s dashboard. Select an application and open webhooks page using left sidebar menu item webhook-menu-item-icon.

Create

Create a webhook using toolbar item create-icon. A dialog will be shown asking for a webhook name. Give it a name and click on the create button. The result will be a new webhook without invocation URL and listeners.

Update

Webhook is considered active when invocation URI is set and at least one listener.

Invoke

Invocation URI should point to an endpoint with POST method which accepts application/vnd.api+json body. Authorization header can be sent if endpoint requires it.

../_images/invoke.png

Listeners

Add a listener using toolbar item add-icon. A listener needs a document type (field is not a regular expression) and at least one event type.

../_images/listener.png

To remove a listener, select it and choose toolbar item remove-icon. When done, save changes using toolbar item save-changes-icon.

Delete

Select a webhook in the webhooks list and click on toolbar item delete-icon. A confirmation dialog will be shown with cancel and delete buttons. Choose delete to permanently remove a webhook.