add_automation_queue_subscriber
Add a subscriber to the queue of a classic automation email, enrolling them to receive it as part of the workflow.
Instructions
Add a subscriber to the queue of a classic automation email.
Manually enrolls a subscriber into the sending queue for a specific automation email. The subscriber will receive the email as part of the workflow once processed.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
Args: workflow_id: The unique id of the classic automation workflow. workflow_email_id: The unique id of the automation email whose queue to add to. email_address: The email address of the subscriber to enqueue. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON describing the queued subscriber.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| workflow_id | Yes | ||
| email_address | Yes | ||
| workflow_email_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |