Creating your first webhook
In order to test webhooks deliveries locally, you can use Webhook.site or RequestBin. They are free tools that allow you to inspect the webhook payloads and responses. We’ll use Webhook.site in this guide.1
Prepare to receive webhook deliveries
Go to https://webhook.site/ and copy the webhook URL.

2
Create a new webhook
Currently, you can only create webhooks via the API, but we’re working on adding an interface for it soon.Paste the following command in your terminal to create a new webhook via the API.
Remember to replace
YOUR_API_KEY
with your API key, and <webhook-url>
with the webhook URL you copied from webhook.site.3
Trigger a delivery event
Go to your workspace and create a new person in any of your groups.

4
Now go back to webhook.site and you should see a request in the webhook deliveries.
