Skip to main content
POST
/
v2
/
sip
/
call
{
  "scenario_id": "scenario_abc123",
  "phone_number": "+14155551234"
}
{
  "call_id": "call_abc123",
  "status": "initiated",
  "phone_number": "+14155551234",
  "created_at": "2024-01-15T10:30:00Z"
}
Initiate an outbound SIP phone call to a specified number. If scheduled_ts is provided, the call will be scheduled for that time.
scenario_id
string
required
The scenario to use for the call
phone_number
string
required
Phone number in E.164 format (e.g., +14155551234)
scheduled_ts
string
Optional ISO timestamp to schedule the call
user_email
string
Email to associate with the session
{
  "scenario_id": "scenario_abc123",
  "phone_number": "+14155551234"
}
{
  "call_id": "call_abc123",
  "status": "initiated",
  "phone_number": "+14155551234",
  "created_at": "2024-01-15T10:30:00Z"
}