Sign in

Send campaign preview

documented

Send a preview of a draft campaign.

POST /api/v3.3/campaigns/{campaignid}/sendpreview.{xml|json}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.createsend.com/api/v3.3/campaigns/{{$campaignid}}/sendpreview.json" \
  -X POST \
  -u "{{CAMPAIGNMONITOR_API_KEY}}:" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"PreviewRecipients": ["{{$recipient1}}", "{{$recipient2}}", "{{$recipient3}}"]}'
Send campaign preview · Campaign Monitor · OpenIntegrations