Resend campaign
documentedResend campaign to specific segments.
POST /campaigns/{campaign_id}/actions/create-resendCampaignsno implementation yet0 runsNo 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_prefix}}.api.mailchimp.com/3.0/campaigns/{{$campaign_id}}/actions/create-resend" \
-X POST \
-u "anystring:{{MAILCHIMP_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"shortcut_type": "{{$shortcut_type}}"}'