Sign in

Send test email

documented

Send a test email.

POST /campaigns/{campaign_id}/actions/testCampaignsno 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://{{$dc}}.api.mailchimp.com/3.0/campaigns/{{$campaign_id}}/actions/test" \
  -X POST \
  -u "anystring:{{MAILCHIMP_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"test_emails": ["{{$email}}"], "send_type": "html"}'