Sign in

Pause Campaign

documented

Pause a sending campaign.

POST /api/v3/campaign.pause/jsonEmail Campaign Managementno 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://app.sendloop.com/api/v3/campaign.pause/json" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-API-Key: {{SENDLOOP_API_KEY}}" \
  -d '{"CampaignID": {{$campaign_id}}}'
Pause Campaign · sendloop · OpenIntegrations