Events
Conversations API: Webhook Event Types
The Conversations API enables you to monitor conversation changes in real-time using webhooks. Three key event types are supported:
Event Types
conversation.created
Use Case: Monitor the initiation of new customer interactions.
Triggered: When a new conversation is created.
conversation.updated
Use Case: Track changes in active conversations, such as updated statuses or participant modifications.
Triggered: When an existing conversation is updated, with changes in attributes, participants, or statuses.
conversation.deleted
Use Case: Maintain clean data or trigger processes when conversations are archived or removed.
Triggered: When a conversation is deleted.
These events allow you to track the lifecycle of conversations efficiently.
Webhook Payload Example
conversation.updated Event Payload
Webhook Configuration
Webhook Configuration for Conversation Events
To subscribe to conversation events, you need to configure a webhook with the following parameters:
Webhook Configuration Example
Last updated