Setting up webhooks
Updated 25/Jun/2026
Webhooks
Webhooks let your own systems receive a notification whenever something happens in your account, without you having to poll for changes.
Where to set them up
Go to Settings -> Webhooks.
Adding a webhook
- Enter the URL where you want to receive events.
- Choose which events you want to subscribe to.
- Save the subscription.
From then on, we send a request to your URL each time a matching event occurs.
Verifying and testing
Use the tools on the Webhooks tab to confirm your endpoint is receiving deliveries correctly. Make sure your endpoint responds quickly so deliveries are not treated as failures.
Availability
Webhooks are a per-plan feature. If you do not see the Webhooks tab, it is not included on your current plan.
See also: Managing your API keys.