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

# Outreach

> Execute AI calling campaigns with contact lists

<img src="https://mintcdn.com/eolasflow/R2RGWual81fpwxtz/images/guides/outreach.png?fit=max&auto=format&n=R2RGWual81fpwxtz&q=85&s=9f4224eeaa731ed39a9f4fa69d23f9d9" alt="Outreach page for managing AI calling campaigns" width="1919" height="992" data-path="images/guides/outreach.png" />

Outreach is where you execute your AI calling campaigns. While **VoiceFlows** define *how* to make calls, **Outreach** is *the actual execution* — applying a VoiceFlow to a specific list of contacts.

## VoiceFlows vs Outreach

| VoiceFlows                      | Outreach                       |
| ------------------------------- | ------------------------------ |
| Reusable templates              | Specific execution instances   |
| Define AI assistant, objectives | Apply a VoiceFlow to contacts  |
| No contacts attached            | Contacts uploaded per outreach |
| Configure once, use many times  | Track real-time progress       |

**Think of it this way:** A VoiceFlow is your playbook. An Outreach is running that playbook with a specific roster of contacts.

## Creating an Outreach

<Steps>
  <Step title="Navigate to Outreach">
    Go to **Outreach** in the Engage section and click **New Outreach**.
  </Step>

  <Step title="Name Your Outreach">
    Give it a descriptive name (e.g., "January Sales Push — West Region").
  </Step>

  <Step title="Upload Contacts">
    Upload a CSV file with your contact list.
  </Step>

  <Step title="Select VoiceFlow">
    Choose which VoiceFlow to use for these calls.
  </Step>

  <Step title="Configure Schedule">
    Set when and how fast to make calls.
  </Step>

  <Step title="Launch">
    Click **Launch** when ready to start calling.
  </Step>
</Steps>

## Schedule Options

| Schedule           | Description                     |
| ------------------ | ------------------------------- |
| **Now**            | Start immediately               |
| **Business Hours** | Only call during business hours |
| **Custom**         | Set specific start/end times    |

## Pacing Options

| Pacing     | Speed            | Best For                       |
| ---------- | ---------------- | ------------------------------ |
| **Slow**   | 1 call/minute    | Testing, high-touch VoiceFlows |
| **Normal** | 5 calls/minute   | Standard outreach              |
| **Fast**   | 10+ calls/minute | High-volume campaigns          |

You can also set **Max Concurrent Calls** to limit simultaneous calls.

<Tip>
  Start with **Slow** pacing for new VoiceFlows to monitor quality before scaling up.
</Tip>

## Outreach Statuses

| Status          | Description                          |
| --------------- | ------------------------------------ |
| **Ready**       | Contacts uploaded, waiting to launch |
| **In Progress** | Actively making calls                |
| **Paused**      | Temporarily stopped                  |
| **Completed**   | All contacts processed               |

## Managing Outreach

* **Launch** — Start calling on a "Ready" outreach
* **Pause** — Temporarily stop calls (to review results or adjust settings)
* **Resume** — Continue where you left off
* **Delete** — Remove the outreach (only when Ready or Completed)

## Progress Tracking

While an outreach runs, you can see:

* **Progress Bar** — Percentage of contacts processed
* **Total Contacts** — Number in this outreach
* **Reached** — Contacts successfully called
* **Answered** — Calls that were picked up
* **Converted** — Calls achieving the VoiceFlow objective

## Contact CSV Format

| Column    | Required | Description                    |
| --------- | -------- | ------------------------------ |
| `name`    | Yes      | Contact's full name            |
| `phone`   | Yes      | Phone number with country code |
| `email`   | No       | Email address                  |
| `company` | No       | Company name                   |

```csv theme={null}
name,phone,email,company
John Smith,+15551234567,john@example.com,Acme Corp
Jane Doe,+15559876543,jane@example.com,Tech Inc
```

## Best Practices

<Tip>
  **Test First:** Run a small outreach (10-20 contacts) before launching at scale.
</Tip>

<Tip>
  **Use Business Hours:** Respect time zones and call during appropriate hours.
</Tip>

<Warning>
  **Compliance:** Ensure you have consent to call these contacts. Follow TCPA, GDPR, and local regulations.
</Warning>

## Viewing Results

After an outreach completes:

1. Go to **Outreach** and click on the completed outreach
2. View summary statistics
3. Click through to **Conversations** for detailed call records

## Next Steps

<CardGroup cols={2}>
  <Card title="VoiceFlows" icon="sparkles" href="/guides/voiceflows">
    Set up VoiceFlow templates for outreach
  </Card>

  <Card title="Conversations" icon="message" href="/guides/conversations">
    Analyze call results from outreach
  </Card>

  <Card title="Directory" icon="users" href="/guides/directory">
    Prepare contact lists
  </Card>

  <Card title="Assistants" icon="robot" href="/guides/assistants">
    Customize your AI assistant
  </Card>
</CardGroup>
