Outcome. A contact starts a personal sales sequence automatically the moment a rep or a scoring rule marks them as sales-qualified, with no manual "select and enroll" step.
Workflow mapEnrollment, branches and actions at a glance
flowchart TD
A[Lead status changes to Sales Qualified Lead] --> B{Owner and email known?}
B -->|No| C[Notify sales ops: missing owner/email]
B -->|Yes| D[Enroll in sequence: SQL - First Outreach, sender = owner]
D --> E[Set Date entered sequence]
E --> F[Create call task for owner, due today]
When to use it / when not to
- Use it when SDRs currently open each qualified contact and manually click "Enroll in sequence." This removes that click.
- Use it when your
Lead statusvalues are consistent and someone (rep or a scoring workflow) reliably sets the qualified value. - Do not use it if multiple sequences could apply depending on persona or product interest. Branch first (see Variants) or you will enroll everyone into one generic sequence.
- Do not use it for contacts without a real owner. Sequence emails send from a specific HubSpot user; an unowned contact has nobody to send from and the action fails silently for that record.



