Calls
Bridge Screening Calls
Bridge the screening call with the original caller.
Call this endpoint after the screening status becomes "accepted". This will connect the screened person directly with the original caller via Twilio conference, allowing the bot to disconnect.
Requires agent token authentication.
Returns:
- success: Whether the bridge was successful
- screening_id: UUID of the screening request
- bridged_at: Timestamp when calls were bridged
post/calls/screening/{screening_id}/bridge
Path parameters
screening_idstring uuid required
Response
Successful Response