What is an event?
A name contract between your system and automations. You register it (optionally withschemaJson), attach automations to eventName, and trigger with Send event.
Event × automation webhook × inbound message
This page focuses on API events. Other triggers are set in the automation editor.
Register
events:write. Routes in Automations and events spec.
Trigger
- Recipient:
contactId,email, orphone Idempotency-Keyheader recommended- Response: list of
runs(one per linked automation)
Best practices
- Stable names:
order.paid,user_created - Small payload (IDs, amounts, dates)
- One trigger can start several automations, plan volume and credits

