cURL
curl --request POST \ --url https://api.callintel.io/batch/schedule-call \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "to_number": [ { "phone_number": "<string>", "name": "<string>" } ], "from_number": "<string>", "scheduled_time": "2023-11-07T05:31:56Z", "name": "<string>" } '
Schedule a batch of calls to be made at a specific time.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Name of the batch/schedule.
Batch scheduled successfully.