add_automation_queue_subscriber
Enroll a subscriber into the sending queue for a specific automation email, ensuring delivery 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.
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.
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 |