Sign in

Retrieve draft SMS campaign

documented

Retrieve a draft SMS campaign if one exists.

GET /v1/public/sms-campaign/draftSMS 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/draft" \
  -X GET \
  -H 'Content-Type: application/json' \
  -H 'api-login: {{OCTOPUSH_API_LOGIN}}' \
  -H 'api-key: {{OCTOPUSH_API_KEY}}' \
  -H 'cache-control: no-cache'
Retrieve draft SMS campaign · Octopush · OpenIntegrations