> ## Documentation Index
> Fetch the complete documentation index at: https://docs.unifygtm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sequence step types

> Learn what each Sequence step type does and when to use it.

export const PhoneCallIcon = ({size = 24}) => <>
    <svg class="block dark:hidden" stroke="var(--icon-pink-light)" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height={size} width={size} xmlns="http://www.w3.org/2000/svg">
      <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2"></path>
    </svg>
    <svg class="hidden dark:block" stroke="var(--icon-pink-dark)" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height={size} width={size} xmlns="http://www.w3.org/2000/svg">
      <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2"></path>
    </svg>
  </>;

export const ManualEmailIcon = ({size = 24}) => <>
    <svg class="block dark:hidden" stroke="var(--icon-blue-light)" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height={size} width={size} xmlns="http://www.w3.org/2000/svg">
      <path d="M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z"></path>
      <path d="M3 7l9 6l9 -6"></path>
    </svg>
    <svg class="hidden dark:block" stroke="var(--icon-blue-dark)" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height={size} width={size} xmlns="http://www.w3.org/2000/svg">
      <path d="M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z"></path>
      <path d="M3 7l9 6l9 -6"></path>
    </svg>
  </>;

export const ActionItemIcon = ({size = 24}) => <>
    <svg class="block dark:hidden" stroke="var(--icon-purple-light)" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height={size} width={size} xmlns="http://www.w3.org/2000/svg">
      <path d="M9 11l3 3l8 -8"></path>
      <path d="M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9"></path>
    </svg>
    <svg class="hidden dark:block" stroke="var(--icon-purple-dark)" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height={size} width={size} xmlns="http://www.w3.org/2000/svg">
      <path d="M9 11l3 3l8 -8"></path>
      <path d="M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9"></path>
    </svg>
  </>;

Sequence steps define what should happen after a Person is enrolled in a
Sequence. Steps can send emails automatically or create tasks for a user, such
as manual emails or phone calls.

## Adding steps to Sequences

When drafting or editing a Sequence, click **+** in the Sequence Builder to add
a new step.

<CardGroup cols={2}>
  <Card title="Automatic email" icon="envelope" href="#automatic-email">
    Send a personalized email automatically when the step is scheduled.
  </Card>

  <Card title="Manual email" icon={<ManualEmailIcon />} href="#manual-email">
    Create an email task that a user reviews and sends from Unify.
  </Card>

  <Card title="Phone call" icon={<PhoneCallIcon />} href="#phone-call">
    Create a task to call the Person.
  </Card>

  <Card title="Action item" icon={<ActionItemIcon />} href="#action-item">
    Create a generic task with custom instructions.
  </Card>
</CardGroup>

Every manual step type creates a task for the person and assigns it to a user.

## Automatic email

Automatic email steps send without requiring a user to review the message first.
Use them for outreach that can be safely sent once Unify has hydrated the
recipient-specific content and the mailbox has capacity during an allowed send
window.

Automatic emails can use
[template variables](/reference/sequences/personalization/template-variables),
[snippets](/reference/sequences/personalization/template-variables#snippets),
and [smart snippets](/reference/sequences/personalization/smart-snippets). If
required personalization data is missing or invalid, Unify blocks the enrollment
instead of sending an incomplete email.

## Manual email

Just like automated emails, manual email steps can be composed using
[template variables](/reference/sequences/personalization/template-variables),
[snippets](/reference/sequences/personalization/template-variables#snippets),
or [smart snippets](/reference/sequences/personalization/smart-snippets). When a
Person reaches the step, Unify creates a manual email task instead of sending
the email immediately.

Use manual email steps when a user should review, edit, or tailor the message
before it goes out. You can set the task priority and choose who the task should
be assigned to.

<Frame caption="Adding a manual email step in a Sequence.">
  <img src="https://mintcdn.com/unify-19/FV7_ax32WGUYsOt7/images/reference/sequences/manual-email-step.png?fit=max&auto=format&n=FV7_ax32WGUYsOt7&q=85&s=89cb51506015c59d8903a921b10df145" width="3014" height="1862" data-path="images/reference/sequences/manual-email-step.png" />
</Frame>

## Phone call

Phone call steps create a phone call task for the assigned user. Use them when a
rep should call the Person before the Sequence continues.

Phone call steps can include notes that appear on the call task once created.
[Template variables](/reference/sequences/personalization/template-variables),
[snippets](/reference/sequences/personalization/template-variables#snippets),
and [smart snippets](/reference/sequences/personalization/smart-snippets) can
customize those notes for each Person.

<Frame caption="Adding a phone call step in a Sequence.">
  <img src="https://mintcdn.com/unify-19/FV7_ax32WGUYsOt7/images/reference/sequences/phone-call-step.png?fit=max&auto=format&n=FV7_ax32WGUYsOt7&q=85&s=a15d26ded98ac73c08678c5e9f863afb" width="2996" height="1084" data-path="images/reference/sequences/phone-call-step.png" />
</Frame>

## Action item

Action item steps create a general task for the assigned user. Use them for
manual work that is not specifically an email or call, such as reviewing an
account, checking CRM data, preparing for a meeting, or taking a custom follow-up
action.

Action item steps can include notes that appear on the task once created. These
notes can provide instructions or context about the Person or Company.
[Template variables](/reference/sequences/personalization/template-variables),
[snippets](/reference/sequences/personalization/template-variables#snippets),
and [smart snippets](/reference/sequences/personalization/smart-snippets) can
customize those notes for each task.

<Frame caption="Adding an action item step in a Sequence.">
  <img src="https://mintcdn.com/unify-19/FV7_ax32WGUYsOt7/images/reference/sequences/action-item-step.png?fit=max&auto=format&n=FV7_ax32WGUYsOt7&q=85&s=be13af243166e535c23dff387e13d777" width="3004" height="1048" data-path="images/reference/sequences/action-item-step.png" />
</Frame>

## Step timing and delays

Sequence timing is controlled separately from the step type. When adding or
editing steps, configure the delay or condition that determines when the next
step should run. Delays can be set in seconds, minutes, hours, days, or weeks.
