Skip to content

Events

The three events evoriqa delivers, with real payloads — and the ones that are deliberately not delivered.

Exactly three events are delivered. Each arrives in the standard envelope described in Webhooks overview; only the data object differs.

lead.created

Fires for every captured lead, whatever the capture path — the widget form, the agent's capture_lead action, or the public lead endpoint.

name and phone are null when the visitor did not provide them.

conversation.created

Fires when a new conversation thread starts — on any channel, including the omnichannel ones.

It fires when the thread is created, not on every message — see the note below.

csat.received

Fires when a visitor submits a satisfaction rating, on their first rating for that conversation.

rating is 1–5. comment is null when none was written.

What is not delivered

Note:

Per-message, handoff, and action-run events are not available. They are on the roadmap, deliberately deferred — per-message would be too high-volume to fan out, and handoff has several entry points that need unifying first.

Only events the platform genuinely emits are offered, so subscribing to something and hearing nothing always means "nothing happened", never "that event does not exist".

If you need to react to a message or a handoff today, poll the v1 conversations endpoint, or work from the Inbox notifications instead.

Where to go next

Last updated