Start batch operation
documentedBegin processing a batch operations request.
POST /batchesBatch Operationsno 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/batches" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"operations": [{"method": "POST", "path": "/lists/{{$list_id}}/members", "body": "{\"email_address\": \"{{$email_address}}\", \"status\": \"subscribed\"}"}]}'