Bridge ended notification
Internal endpoint that receives notifications when a call bridge (transfer) completes. Triggered automatically by the telephony system after a bridged call ends, allowing configured project functions to process bridge metadata and call duration information.
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://polyai-mintlify-b5dcd364.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The bridge-ended endpoint receives notifications when a call bridge (transfer) completes. This endpoint is triggered automatically by the telephony system after a bridged call ends, allowing configured project functions to process bridge metadata and call duration information.Use cases
- Log bridge duration for analytics
- Trigger post-transfer workflows
- Update CRM systems with transfer outcomes
- Calculate agent availability based on bridge time
Request body
The endpoint accepts the following parameters:| Parameter | Type | Required | Description |
|---|---|---|---|
conversation_id | string | Yes | The unique identifier for the conversation |
bridge_duration_seconds | number | Yes | Duration of the bridge/transfer in seconds |
call_duration_seconds | number | Yes | Total call duration in seconds |
Example request
Behavior
When this endpoint receives a bridge-ended notification:- The system extracts the conversation ID and bridge metadata
- Configured project functions are triggered with the bridge data
- Functions can access bridge duration and call duration for processing
- The conversation state is updated to reflect the bridge completion
Configuration
This endpoint is automatically configured when you set up call transfer/bridge functionality in your project. Contact your PolyAI representative to enable bridge-ended notifications for your project.Authorizations
API key for the External Events webhook. Contact your PolyAI representative to obtain credentials.
Body
application/json
Response
Bridge ended notification received and processed successfully.
Last modified on May 20, 2026
Previous
OverviewTrigger outbound calls and monitor status for customer outreach, reminders, and notifications.
Next
cURL

