cURL
curl --request PATCH \ --url https://api.truedy.ai/api/public/v1/campaigns/{campaign_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "agent_id": "<string>", "schedule_type": "immediate", "scheduled_at": "2023-11-07T05:31:56Z", "timezone": "<string>", "max_concurrent_calls": 50 } '
{ "data": {}, "meta": { "request_id": "req_73e786fe-1", "timestamp": "2026-02-04T20:12:04.403365Z" } }
Update campaign settings or contacts.
Modify campaign configuration such as:
Changes will apply to future calls.
Your API key. Send in the Authorization header as: Bearer
1 - 100
immediate
scheduled
1 <= x <= 100
Request completed successfully