> For the complete documentation index, see [llms.txt](https://docs.dapta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapta.ai/ai-text-agents/campaigns.md).

# Campaigns

Campaigns let you proactively reach a list of contacts on WhatsApp using approved message templates. What makes them different from a typical blast tool: every reply is routed to your text agent, which picks up the conversation automatically — no manual follow-up needed.

Use campaigns when you need to **start** the conversation. If you're waiting for contacts to reach out first, your agent already handles that through the inbox.

***

## Common use cases

| Use case                    | Example                                                                            |
| --------------------------- | ---------------------------------------------------------------------------------- |
| **Lead outreach**           | Message a list of leads with a personalized intro; agent qualifies whoever replies |
| **Appointment reminders**   | Remind clients 24h before a meeting; agent handles confirmations and reschedules   |
| **Re-engagement**           | Reach dormant contacts with a relevant offer or check-in                           |
| **Post-purchase follow-up** | Send a tracking link after an order ships; agent answers delivery questions        |
| **Collections reminders**   | Notify clients about overdue invoices; agent fields payment questions              |
| **Event invitations**       | Invite your list to a webinar or demo; agent handles RSVPs                         |

{% hint style="info" %}
Campaigns require a **WhatsApp Business channel** and at least one **approved Meta message template**. Regular SMS is not supported.
{% endhint %}

***

{% content-ref url="/pages/Ayz3ASh8k4aWF2GmoE9O" %}
[Create a campaign](/ai-text-agents/campaigns/create-a-campaign.md)
{% endcontent-ref %}

{% content-ref url="/pages/uRpzLaOCmIdzifXeO9xO" %}
[Managing your campaign](/ai-text-agents/campaigns/managing-your-campaign.md)
{% endcontent-ref %}

{% content-ref url="/pages/4oiyZkkE9rKFGkEdzUXA" %}
[Importing contacts](/ai-text-agents/campaigns/importing-contacts.md)
{% endcontent-ref %}

{% content-ref url="/pages/JUWraCSo2Y3Ewbn3zsPX" %}
[Message Logic & Limits](/ai-text-agents/campaigns/message-logic-and-limits.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.dapta.ai/ai-text-agents/campaigns.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
