Skip to main content
POST
Send a custom event

Authorizations

Authorization
string
header
required

API key for account management endpoints. Use your api_ prefixed token.

Body

application/json
email
string
required

The contact this event is about

Example:

"jane@example.com"

name
string
required

Event name — must match a workflow trigger to do anything

Example:

"purchase_completed"

properties
object

Arbitrary metadata for the event (available to the workflow)

Example:

Response

Event accepted

success
boolean