Sign in

Archive automation

documented

Archive a classic automation.

POST /automations/{workflow_id}/actions/archiveClassic 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://{{$dc}}.api.mailchimp.com/3.0/automations/{{$workflow_id}}/actions/archive" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  --user "anystring:{{MAILCHIMP_API_KEY}}"