cURL
curl --request POST \ --url https://api.telli.com/v1/schedule-call \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "agent_id": "<string>", "max_retry_days": 123, "override_from_number": "<string>" }'
{ "status": "success", "contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "loop_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Schedules a call at the earliest opportunity within the dialer window. May occur immediately or on the next business day depending on settings.
Was this page helpful?