Skip to main content
POST
/
outbound-call
Initiate Outbound Call
curl --request POST \
  --url https://api.callintel.io/outbound-call \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "to_number": "<string>",
  "from_number": "<string>",
  "scheduled_time": "2023-11-07T05:31:56Z"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
to_number
required

Phone number(s) to call.

from_number
string
required

The phone number to call from (must be registered).

scheduled_time
string<date-time>

Optional time to schedule the call.

Response

Call initiated or scheduled successfully.