Webhook Events
Subscribe to real-time events from Ayorax and receive HTTP POST payloads to your endpoint.
4 min readIntegrations
Webhooks let you receive real-time notifications when things happen in Ayorax — a lead is created, a campaign completes, a meeting is booked. Your server receives an HTTP POST with the event payload.
Registering a webhook
code
Available events
| Event | Triggered when |
|---|---|
| lead.created | A new lead is added to the CRM |
| lead.updated | A lead field is changed |
| lead.score_updated | AI Score changes by more than 5 points |
| lead.stage_changed | Lead moves to a new pipeline stage |
| campaign.completed | A campaign finishes sending to all recipients |
| meeting.booked | A lead books a meeting via booking page |
| workflow.completed | A workflow finishes for a specific lead |
| payment.received | A payment link is paid |
Verifying webhook signatures
code
Ayorax retries failed webhook deliveries up to 5 times with exponential backoff. Your endpoint should return a 200 status within 10 seconds.
Related articles
Was this article helpful?