Sign in

Get automated email subscriber

documented

Get a subscriber's position in the queue.

GET /automations/{workflow_id}/emails/{workflow_email_id}/queue/{subscriber_hash}Classic 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}}/emails/{{$workflow_email_id}}/queue/{{$subscriber_hash}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Get automated email subscriber · Mailchimp · OpenIntegrations