Events
Your brand’s event log. Every event is recorded when it happens, whether or not an endpoint was listening for it, so you can read what you missed before you had one.
List events
Get event
ModelsExpand Collapse
Event object { id, created_at, data, 5 more } One event in your brand’s log.
The attribution is a typed pair: a chat event carries chat_id,
an invitation_batch.* event carries batch_id, and exactly one of the two
is present on any event. They are never both set and never interchangeable.
One event in your brand’s log.
The attribution is a typed pair: a chat event carries chat_id,
an invitation_batch.* event carries batch_id, and exactly one of the two
is present on any event. They are never both set and never interchangeable.
When the event happened. For a chat event this is the instant the chat recorded it.
The event body, exactly what a webhook delivery for this event carries, so the same parser reads both.
EventListResponse object { data, next_cursor }
When the event happened. For a chat event this is the instant the chat recorded it.
The event body, exactly what a webhook delivery for this event carries, so the same parser reads both.