Skip to main content
POST
/
v1
/
sms
/
campaigns
/
{campaign_id}
/
launch
Launch SMS campaign
curl --request POST \
  --url https://api.nixflex.com/v1/sms/campaigns/{campaign_id}/launch

Documentation Index

Fetch the complete documentation index at: https://docs.nixflex.com/llms.txt

Use this file to discover all available pages before exploring further.

Launches a scheduled SMS campaign immediately.

Request

curl -X POST https://api.nixflex.com/v1/sms/campaigns/smsc_a1b2c3d4/launch \
  -H "Authorization: Bearer KEY_ID:KEY_SECRET"
No request body.

Response

200 OK:
{
  "campaign_id": "smsc_a1b2c3d4",
  "status": "running",
  "recipients_count": 100,
  "queued_count": 100
}

Errors

CodeCause
campaign_not_foundID doesn’t exist or isn’t yours
campaign_already_completedAlready finished
campaign_no_recipientsEmpty recipient list