Test a Webhook
To test a webhook, you can use certain sites that capture any post responses. You can do this with Request Bin (https://requestbin.com/) or Request Catcher (https://requestcatcher.com/). The following example uses Request Bin.
- Navigate to the site and create a new bin.
- Once you have created the bin, copy the endpoint URL.
- Create a new Webhook with the copied endpoint URL. Select all desirable options for actions to trigger on and modules to be run against. No username and password is necessary to use this endpoint.
- Now trigger any of the events you chose (ie, creating, updating, or deleting a ticket) within one of the modules you specified.
- Finally, check the request bin site and you will see the POST request being sent to the endpoint with all of the ticket information.