Create Workflow Campaign API
Create a campaign that pins one published version of a workflow. Pass version null to pin the latest published version.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The workflow to run.
Campaign display name.
1 - 120"August loan follow-ups"
Published version to pin. null pins the latest published version at creation time. The pin is immutable after create.
Optional per-campaign overrides. agent_overrides maps agent node ids to replacement agent ids; number_overrides maps agent node ids to originating phone numbers.
Timezone-aware timestamp to start the campaign at. Omit to start manually.
Response
Campaign created
The pinned published version.
batch holds uploaded entries; api is the implicit campaign behind single runs.
batch, continuous, api Lifecycle is draft → scheduled → running → (paused ↔ running) → completed or aborted.
draft, scheduled, running, paused, completed, aborted 
