Webhooks
Event catalog
Subscribe to one or many of the events below in Settings → Developers → Webhooks. Every event uses the same envelope.
Conversation
conversation.ready
Transcript and summary are ready. Most integrations key off this.
Conversation
conversation.failed
Processing failed permanently and the conversation will not become ready. Includes an `error_reason`.
Conversation
conversation.deleted
A conversation was deleted. Payload contains the `id` and last-known `title` so you can drop it from downstream caches.
Need an event type that isn't here? Let us know.