v1
latestOpenAPI 3.1.02026-07-22115189303.8 KBEvents
Emit a project event
Stores one timestamped project event. Event names 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. conversation_id is optional; include it when the event belongs to a WhatsApp conversation.
post/events
Request body
Example request
{
"name": "conversation.csat_scored"
}Response
Event created
Example response
{
"data": {
"name": "conversation.csat_scored"
}
}