Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
https://{{host}}/campaign/api/v2/public/{{botId}}/campaign/{{campaignInstanceId}}/callContactAt
application/json
auth: {{JWT}}
auth
iid
accountId
campaignInstanceId
campaignDialingListId
timeToContact
curl --location 'https://{{host}}/campaign/api/v2/public/{{botID}}/campaign/{{campaignInstanceId}}/callContactAt' \ --header 'accountid: 685bd2b**********fa5b15d' \ --header 'iid: st-c663aae2-2e**********95-9fa9acca1a2e' \ --header 'Content-Type: application/json' \ --header 'auth: <token> ' \ --data '[ { "campaignDialingListId": "cid-1741dc3************dd1-4ddc085c8e44", "timeToContact": "2026-06-18T17:55:00Z" } ]'
"status": "success", "data": [ { "campaignDialingListId": "cid-1741dc***************1-4ddc085c8e44", "status": "failed", "reason": "time_in_past" } ]
success
reason
Was this page helpful?