cURL
curl --request POST \ --url https://api.truedy.ai/api/public/v1/campaigns/{campaign_id}/schedule \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "camp_6f428e66-f", "name": "Q4 Sales Campaign", "status": "scheduled", "agent_id": "agt_dc8ba113-2", "created_at": "2026-02-04T20:12:04.403365Z" }, "meta": { "request_id": "req_73e786fe-1", "timestamp": "2026-02-04T20:12:04.403365Z" } }
Schedule when a campaign should start making calls.
Set the start time and date for a campaign. The campaign will begin calling contacts at the scheduled time.
Your API key. Send in the Authorization header as: Bearer
Resource created successfully