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

# Email Campaigns

> Build, launch, and track multi-step email sequences from inside Outbox

## Overview

Email Campaigns let you run multi-step outbound and nurture sequences directly from Outbox. Connect a sending provider, verify your domain and senders, build a sequence of email steps, then enroll contacts and track every open, click, reply, and bounce in one place.

<CardGroup cols={2}>
  <Card title="Multi-Step Sequences" icon="list-ol">
    Build cold outbound or nurture flows with timed steps and per-step content
  </Card>

  <Card title="Verified Sending" icon="shield-check">
    Connect providers, verify domains, and rotate across multiple sender mailboxes
  </Card>

  <Card title="Contact Enrollment" icon="users">
    Add contacts in bulk, segment by tag, and pause or resume enrollments anytime
  </Card>

  <Card title="Deliverability Insights" icon="chart-line">
    Track opens, clicks, replies, bounces, and suppressions per campaign
  </Card>
</CardGroup>

## How It Works

<Steps>
  <Step title="Connect an email provider">
    Add an SMTP or API-based provider, then verify the sending domain with the
    DNS records Outbox provides.
  </Step>

  <Step title="Add senders">
    Create one or more sender mailboxes under the verified domain. Outbox can
    rotate across senders to spread volume.
  </Step>

  <Step title="Build the campaign">
    Create a campaign, then add steps with subject lines, bodies, and delays
    between each touch.
  </Step>

  <Step title="Enroll contacts">
    Add contacts manually, in bulk, or via a workflow action. Each contact moves
    through the sequence on its own timeline.
  </Step>

  <Step title="Launch and monitor">
    Launch the campaign and watch enrollments, email logs, replies, and
    suppressions update in real time.
  </Step>
</Steps>

## Key Features

<AccordionGroup>
  <Accordion title="Domain & Sender Verification" icon="shield-check">
    Verify sending domains with SPF, DKIM, and DMARC records, then verify
    individual senders before any campaign can launch.
  </Accordion>

  <Accordion title="Sender Rotation" icon="arrows-rotate">
    Attach multiple senders to a single campaign so volume is split across
    mailboxes for healthier deliverability.
  </Accordion>

  <Accordion title="Reply Detection" icon="reply">
    Inbound replies pause the sequence for that contact automatically and
    surface in the campaign timeline.
  </Accordion>

  <Accordion title="Suppressions" icon="ban">
    Bounces, unsubscribes, and manual suppressions are honored across every
    campaign in the workspace.
  </Accordion>

  <Accordion title="Workflow Integration" icon="diagram-project">
    Use **Add to Email Campaign** as a workflow action to enroll contacts based
    on call outcomes, form fills, or any other trigger.
  </Accordion>
</AccordionGroup>

## API

Email Campaigns are fully scriptable. See the [Email Campaigns API reference](/api-reference/endpoint/email-campaigns-list) for endpoints covering campaigns, steps, senders, enrollments, logs, and suppressions.
