Docs/Campaigns

Campaigns

Create and manage bulk messaging campaigns with scheduling.

Create Campaign

POST /v1/campaigns

{
  "name": "Black Friday Sale",
  "type": "sms",
  "message": "50% off everything! Use code FRIDAY50",
  "sender_id": "MyStore",
  "group_id": "grp_abc123",
  "scheduled_at": "2024-11-29T09:00:00Z"
}

Campaign Status

draftCampaign created but not scheduled
scheduledCampaign scheduled for future delivery
runningCampaign currently sending
completedCampaign finished sending
pausedCampaign paused by user