send_event
Send a custom event to trigger automations for a specified domain, identifying the contact by email or ID. Only that domain's automations fire.
Instructions
Send a custom event that automations can trigger on (POST /events/send). domain is required — only automations belonging to that sending domain are triggered. Identify the contact by contact_id OR email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Arbitrary event payload. | |
| name | Yes | The custom event name automations trigger on. | |
| No | Identify the contact by email (or use contact_id). | ||
| domain | Yes | The sending domain this event belongs to (one of the account's domains). Required — only that domain's automations fire. | |
| contact_id | No | Identify the contact by id (or use email). |