Skip to main content
POST
Emit a project event

Authorizations

X-API-Key
string
header
required

Body

application/json
name
string
required

Event name. Must be lowercase and may contain optional dot-separated segments. Each segment starts with a lowercase letter and may contain lowercase letters, numbers, and underscores. Maximum 128 characters.

Required string length: 1 - 128
Pattern: ^[a-z][a-z0-9_]*(\.[a-z][a-z0-9_]*)*$
Example:

"conversation.csat_scored"

occurred_at
string<date-time>

Optional event timestamp. Defaults to the current time.

conversation_id
string<uuid>

Optional WhatsApp conversation ID to link to the event

properties
object

Optional flat event properties object

Response

Event created

data
object
required