Common event families
- contact.created or lead.created
- deal.created and deal.updated
- form.submitted
- campaign.sent and campaign.failed
- call.completed
- sms.received
- task.created
- cadence.step.completed


Payload basics
Example event shape
{
"event_id": "evt_123",
"event_type": "form.submitted",
"workspace_id": "workspace_123",
"created_at": "2026-07-23T12:00:00Z",
"data": {}
}Implementation notes
- Verify signatures
- Dedupe by event_id
- Return 200 quickly
- Process heavy work asynchronously
- Use retry history for support investigations