Automations
Enrol in Sequence Node
3 min readnode-sequence
Add a lead to a multi-step email sequence so they receive a series of timed follow-up emails automatically.
Enrol in Sequence Node
Enrols the current lead in one of your saved email sequences. The sequence then handles its own timing and sends — you don't need to add individual Delay or Send Email nodes for each follow-up.
When to use it
- Kick off a 5-email nurture sequence the moment a lead opts in.
- Re-enrol cold leads in a reactivation sequence after a pipeline stage change.
---
Required fields
| Field | Type | Required | Description |
|---|---|---|---|
| sequenceId | dropdown | Yes | The sequence to enrol the lead in |
| mailboxId | dropdown | Yes | Mailbox to send sequence emails from |
---
Variables available
This node does not produce output variables.
---
Step-by-step setup
- Create a sequence at /sequences/new with the steps and delays you want.
- Add an Enrol in Sequence node to your automation.
- Select the sequence from the dropdown.
- Select the mailbox to send from.
- Save and publish the automation.
---
Example config
json
{
"sequenceId": "seq_nurture_main",
"mailboxId": "mbx_hello"
}
---
Tips & gotchas
- If the lead is already enrolled in the same sequence, a second enrolment will start them from step 1 again — use an If/Else upstream to check a tag if you want to prevent duplicates.
- Sequence emails use the sequence's own subject/body templates, not the automation's variables — ensure your sequence templates use
{{lead.xxx}}syntax.