Campaigns
Organization API Token.
Paste only your token in the field below — the Bearer prefix is added automatically by the docs UI and in every generated code sample. The final header sent is:
Authorization: Bearer {orgId}.{secretToken}
Token format: {orgId}.{secretToken} — example: 15c94c3c-1873-4a09-bfbb-03357c29ea50.abc123xyz.
JWT tokens are NOT accepted.
Number of results to return (default: 50)
Offset for pagination (default: 0)
Filter by status (active, paused, stopped, completed, draft)
List of campaigns
List of campaigns
Organization API Token.
Paste only your token in the field below — the Bearer prefix is added automatically by the docs UI and in every generated code sample. The final header sent is:
Authorization: Bearer {orgId}.{secretToken}
Token format: {orgId}.{secretToken} — example: 15c94c3c-1873-4a09-bfbb-03357c29ea50.abc123xyz.
JWT tokens are NOT accepted.
Campaign name (required)
Summer Sale CampaignVoicebot UUID used for outbound calls
v1o2i3c4-e5b6-7890-abcd-ef1234567890Phone number integration IDs to dial from (from GET /api/account/phone-numbers). Empty = use all voicebot numbers.
[12,15]Campaign window start (ISO 8601)
2026-06-20T08:00:00ZCampaign window end (ISO 8601)
2026-07-20T20:00:00ZDaily call window start time (HH:MM, in the organization timezone)
09:00Daily call window end time (HH:MM, in the organization timezone)
18:00Max concurrent calls (must not exceed plan limit)
3Max dial attempts per contact
3Minutes to wait before retrying a failed call
30Campaign goal (optional)
lead_goalPossible values: Campaign created (draft)
Validation error (e.g. maxParallelCalls exceeds plan limit)
Organization API Token.
Paste only your token in the field below — the Bearer prefix is added automatically by the docs UI and in every generated code sample. The final header sent is:
Authorization: Bearer {orgId}.{secretToken}
Token format: {orgId}.{secretToken} — example: 15c94c3c-1873-4a09-bfbb-03357c29ea50.abc123xyz.
JWT tokens are NOT accepted.
Campaign ID
Array of contact IDs to add (no follow-up). Provide this or contacts.
["con_1","con_2"]Summary of operation
Summary of operation
Organization API Token.
Paste only your token in the field below — the Bearer prefix is added automatically by the docs UI and in every generated code sample. The final header sent is:
Authorization: Bearer {orgId}.{secretToken}
Token format: {orgId}.{secretToken} — example: 15c94c3c-1873-4a09-bfbb-03357c29ea50.abc123xyz.
JWT tokens are NOT accepted.
Campaign ID
ISO 8601 timestamp to schedule start (optional)
2025-11-27T08:00:00ZCampaign started successfully
Campaign started successfully
Last updated