Sign in

Start automated email

documented

Start an automated email.

POST /automations/{workflow_id}/emails/{workflow_email_id}/actions/startClassic Automationsno 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://{{$server}}.api.mailchimp.com/3.0/automations/{{$workflow_id}}/emails/{{$workflow_email_id}}/actions/start" \
  -X POST \
  -u "anystring:{{MAILCHIMP_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"email_address": "{{$email_address}}"}'