...
If you have any Integrations created, you can associate your webhook to an existing integration. For more information about Integrations, click here.
For our example, we will leave INTEGRATION blank:
...
After creating your webhook, you can click on the webhook in the list of webhooks and be brought to the Webhook Overview page. This shows all the details of the webhook:
...
Recent Requests
When the webhook subscription triggers a request to the CALLBACK URL endpoint, a new entry will be displayed under the Recent Requests tab on the Webhook details page:
...
Clicking on the link will bring you to the list of recent requests for that webhook:
...
Each entry includes all the necessary request data to troubleshoot issues. From timestamp, query data, query response and template results used to generate the request payload, to the full request response object and the error handling template result.
The system will keep up to 100 entries per webhook subscription.
Webhook Errors
Any errors that the webhook subscription encounters when it tries to deliver a notification will be displayed under the Error tabs on the webhook page.
...