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

EventTriggered when
lead.createdA new lead is added to the CRM
lead.updatedA lead field is changed
lead.score_updatedAI Score changes by more than 5 points
lead.stage_changedLead moves to a new pipeline stage
campaign.completedA campaign finishes sending to all recipients
meeting.bookedA lead books a meeting via booking page
workflow.completedA workflow finishes for a specific lead
payment.receivedA 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.

Was this article helpful?