Skip to main content

Calls

Tags: communication, telephony, voice

Endpoints

Create

POST /api/v2/w/{workspace_uuid}/calls

Description:

Voice call history and management

Initiate a direct call from the current member to another member.

This creates a call without an AI assistant, directly connecting two members. The originating member receives a call first, hears a confirmation message, then is connected to the target member.

Args: request: Call initiation request with target member ID and name ctx: Current execution context

Returns: InitiateCallResponse: Created phone call details

Raises: HTTPException: If members don't have phone numbers or Twilio call fails

Authorization: Requires phones:write scope

Parameters:

Response: See InitiateCallResponse