add_contacts_to_sequence
Add multiple contacts to an email sequence by providing the sequence ID, contact IDs, and email account ID. Contacts start receiving sequence emails immediately.
Instructions
Add contacts to an email sequence. FREE. Provide the sequence ID and an array of contact IDs. Contacts will start receiving the sequence emails. You must also specify the email_account_id to send from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emailer_campaign_id | Yes | Sequence/campaign ID | |
| contact_ids | Yes | Contact IDs to add to the sequence | |
| emailer_campaign_step_id | No | Step ID to start from (defaults to first step) | |
| send_email_from_email_account_id | Yes | Email account ID to send from. Use list_email_accounts to find this. | |
| sequence_active_in_other_campaigns | No | Allow adding contacts already active in other sequences |