Webhooks
Webhooks let you receive real-time notifications about deployment events and system changes.
Setting Up Webhooks
- Go to Admin → Webhooks
- Click "Create Webhook"
- Enter your endpoint URL and select events
- Save and test the webhook
Available Events
deployment.starteddeployment.completeddeployment.failedapp.createdapp.deleteddomain.verified
Payload Format
All webhook payloads include a event type, timestamp, and event-specific data in the data field.
Security
Webhook payloads are signed with HMAC-SHA256. Verify the X-Webhook-Signature header to authenticate requests.