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

successboolean required

Whether the bridge was successful

screening_idstring uuid required

The ID of the screening request

bridged_atstring date-time required

When the calls were bridged

Changes

No recorded changes to this endpoint across all 1 revision of this API.