cURL
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" } '
Initiates a single outbound call or queues it if scheduled.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Phone number(s) to call.
The phone number to call from (must be registered).
Optional time to schedule the call.
Call initiated or scheduled successfully.