conversation.transferred
The conversation transferred webhook is triggered when a call is successfully transferred to a phone number.
Webhook payload
Here is an example of the POST request JSON payload:
Payload fields
event_type
Always "conversation.transferred"
created_at
ISO 8601 timestamp of when the event was created
data.conversation.id
Unique conversation identifier
data.conversation.items
Array of conversation turns. See the Get Conversation endpoint for the full ConversationItem type.
data.transferred_to
The phone number the call was transferred to, in E.164 format
data.call_info
Phone call metadata (present for telephony conversations, null for web). Contains from_phone_number, to_phone_number, and optionally twilio_call_sid.
Example usage
Here’s an example of how to handle the webhook: