How to Set Up Webhooks
How to Set Up Webhooks
- Go to Settings > API > Webhooks.
- Click Create New Webhook.
- Enter the Webhook URL — the endpoint that will receive event notifications.
- Select the events to subscribe to:
service.created,service.updated,service.suspended,service.terminatedinvoice.created,invoice.paid,invoice.overdueticket.created,ticket.updated
- Save the webhook. A secret will be generated for verifying webhook signatures.
- Use Test Webhook to send a test event.
- Monitor delivery status and event history from the webhook detail page.
Webhook statuses: Active, Failing, Disabled (auto-disabled after 10 consecutive failures).