Create a Webhook
To create a webhook, follow these steps:- In your Client Dashboard, select Developers in the left pane, then select Webhooks.
- If you’re creating a production webhook, go to the Production webhooks window and select Add production webhook.
- If you’re creating a development webhook, go to the Development webhooks window and select Add development webhook.
- Choose the webhook type you want to create, then select Continue. (If the webhook you want to create doesn’t appear in the list, you can request it.)
- Under Destination URL, enter your callback URL, which is the address that receives the data, then select Continue.
- Optional: Under Security Settings, choose your security type by toggling the switch next to the type you want to use. This step is optional, but recommended. For more information about security settings, refer to our documentation about webhooks security.
- Select Create Webhook on the top right.
Edit a Webhook
Here’s the process for editing a webhook:- In Client Dashboard, navigate to the Webhooks page.
- Find the production or development webhook you want to edit.
- Select the menu icon in the Actions column, then select Edit.
- In the webhook settings, select Edit on the section you would like to change. For example, if you want to modify the callback URL, select Edit in the Destination URL section.
- After making the change, select Save Webhook.
Test a Webhook
To test a webhook:- In Client Dashboard, navigate to the Webhooks page.
- Find the production or development webhook you want to test.
- Select the menu icon in the Actions column, then select Test. A test starts automatically, and results display in a drawer on the right side of the screen.
Delete a Webhook
Deleting a webhook is a permanent action that can’t be undone. To delete a webhook:- In Client Dashboard, navigate to the Webhooks page.
- Find the production or development webhook you want to delete. Select the menu icon in the Actions column, then select Delete.
- Select Confirm. This immediately deletes the selected webhook and can’t be undone.

