Skip to main content
POST
/
v1
/
events
"<any>"

Body

application/json
contact_id
string
required

User ID that is triggering the event

Minimum length: 1
event_name
string
required

The name of the event that took place

Minimum length: 1
timestamp
required

Unix time of the event

timezone
string | null
default:UTC

Local timezone where the event took place

event_id
string | null
default:28d07f2a-db4c-4f6c-8ceb-2583780527fe

Optional unique ID of the event

metadata
object | null

Optional dictionary representing any extra metadata

Response

Successful Response

The response is of type any.

I