Skip to main content

How Sequences Work

Sequences let you send a series of timed emails to contacts who have opted in. Each sequence consists of one or more email steps with configurable delays between them. When a contact is enrolled in a sequence, they automatically receive each email in order.

Send from your email

Emails are sent from your own address (e.g., [email protected]). Replies go directly to your inbox.

Track engagement

Monitor open rates, click rates, and bounces for each email step in your sequence.

Timed delivery

Set delays between steps (minutes, hours, or days) and configure a sending window so emails arrive during business hours.

Manage enrollments

Enroll contacts manually, in bulk, or automatically via workflows when someone submits a form.

Getting Started

1

Set up your sending domain

Go to Settings > Email Sending and add your domain. You’ll need to add a few DNS records (SPF, DKIM, and a tracking CNAME) to verify ownership. This is a one-time setup.
2

Create a sequence

Go to the Sequences page and click “New Sequence”. Add email steps with subjects and body content. Set delays between steps.
3

Configure sender identity

In your sequence’s Settings tab, enter the From Name and From Email you want to send from. The email domain must match your verified sending domain.
4

Activate and enroll contacts

Click Activate to publish the sequence, then enroll contacts manually or automatically via a workflow trigger.
See the Email Sending Domain Setup guide for detailed DNS configuration instructions.

Building a Sequence

The sequence editor lets you build a multi-step email flow with delays between each step.
FeatureDescription
Email StepsEach email step has a subject line and body. Use the editor to write your email content, and insert variables like {{ contact.first_name }} to personalize each message.
DelaysSet the wait time between steps. Choose minutes, hours, or days. The first step can run immediately (delay of 0) or after a configured wait.
Send WindowConfigure a sending window (e.g., 9am-5pm) and timezone to ensure emails arrive during business hours. Optionally restrict to business days only.
ThreadingEnable “Thread emails” in Settings to send follow-ups in the same email thread, so the recipient sees them as a conversation.
VariablesInsert dynamic content with {{ contact.first_name }}, {{ contact.email }}, {{ contact.company }}, {{ sender.first_name }}, {{ sender.meeting_link }}, and more.

Sender Identity

Each sequence has its own sender identity configured in the Settings tab:
  • From Name: The display name recipients see (e.g., “Matt Smith” or “Orbit Support”). This appears in the recipient’s inbox.
  • From Email: The email address emails are sent from (e.g., [email protected]). The domain must be verified in Settings > Email Sending. Replies go directly to this address.
Domain Must Be Verified: You cannot activate a sequence until the From Email’s domain is verified. If you enter [email protected], then yourcompany.com must be set up and verified in Settings > Email Sending.

Unsubscribe Handling

Orbit AI includes built-in unsubscribe support for compliance and deliverability. You can configure the unsubscribe link style in each sequence’s Settings tab:
OptionDescription
”Stop hearing from me”Adds a soft-worded footer: “If you’d prefer not to receive these emails, you can unsubscribe here.” This is the default.
”Unsubscribe”Adds a simple “Unsubscribe” link at the bottom of each email.
”None”No unsubscribe link or List-Unsubscribe header is added to the email. Use this for transactional or one-to-one style emails where an unsubscribe link is not appropriate.
Your Responsibility When Removing the Unsubscribe Link: If you choose “None”, no unsubscribe link will be included in your emails. It is your responsibility to ensure your emails comply with applicable anti-spam laws such as CAN-SPAM, GDPR, and CASL. Many jurisdictions require a way for recipients to opt out of commercial emails. Only remove the unsubscribe link if you are confident the emails do not require one (e.g., transactional messages or existing one-to-one conversations).

Unsubscribe enforcement

  • Always respected: Regardless of your unsubscribe link setting, Orbit AI will never send to a contact who is on your unsubscribe list. If a contact has previously unsubscribed, they are blocked from receiving any sequence emails even if the sequence has the unsubscribe link set to “None”.
  • Automatic removal: When a contact unsubscribes (via the link, email client button, or manually added to the list), they are immediately removed from all active sequences and cannot be re-enrolled.
  • List-Unsubscribe header: When using “Stop hearing from me” or “Unsubscribe”, a machine-readable List-Unsubscribe header is included. This enables the “Unsubscribe” button in Gmail and Outlook, which improves deliverability. This header is not included when set to “None”.

Analytics & Tracking

Each sequence has an Analytics tab showing overall and per-step performance:
MetricDescription
Open RatePercentage of delivered emails that were opened
Click RatePercentage of delivered emails with at least one link click
Bounce RatePercentage of emails that bounced
EnrollmentsTotal contacts enrolled, active, completed, and exited

Next Steps