Sign in

Create SMS campaign on list

documented

Create an SMS campaign targeting a contact list or tag.

POST /v1/public/sms-campaign-on-list/createSMS Campaignsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.octopush.com/v1/public/sms-campaign-on-list/create" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "api-login: {{OCTOPUSH_API_LOGIN}}" \
  -H "api-key: {{OCTOPUSH_API_KEY}}" \
  -H "cache-control: no-cache" \
  -d '{"list_name": "{{$list_name}}", "text": "{{$text}}", "type": "{{$type}}", "sender": "{{$sender}}", "purpose": "{{$purpose}}", "send_at": "{{$send_at}}", "with_replies": {{$with_replies}}, "auto_optimize_text": {{$auto_optimize_text}}, "auto_remove_blacklisted_numbers": {{$auto_remove_blacklisted_numbers}}}'