> For the complete documentation index, see [llms.txt](https://docs.mercuri.cx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mercuri.cx/features/marketing.md).

# Marketing

<figure><img src="/files/2ltqTEV38zWHPlNMSgDf" alt=""><figcaption><p>Send a marketing campaign</p></figcaption></figure>

### Access the Marketing Campaigns Tool

1. **Log in** to [Mercuri](https://mercuri.cx).
2. Navigate to the **Marketing** section in the dashboard.
3. Click **Create Campaign**.

***

## 4-Step process to send a campaign

<figure><img src="/files/qlgLHJHyvpzuSEkSE46N" alt=""><figcaption></figcaption></figure>

1. **Audience:**&#x20;
   1. Choose your **target segment** from saved lists.
   2. Customer contacts can also be uploaded as a CSV file from the **Contacts** section in the dashboard. *\[*[*Click here to learn how to upload a CSV file with contacts\]*](/features/contacts.md#bulk-upload-via-csv)
   3. Select existing contacts from your **Mercuri contact list**.
   4. You can also now **segment customers based on conversation tags** and send **highly targeted campaigns** instead of blasting messages to everyone.
      * Click **Sync Conversation Tag Segments**
      * Mercuri pulls audiences grouped by conversation tags
      * Select the synced segment while creating a campaign

2. **Content**&#x20;
   1. Select **SMS** or **WhatsApp** based on your business’s preferred communication channel.
   2. **SMS Marketing:** Ideal for **quick promotions, reminders, and offers**.
   3. **WhatsApp Marketing:** Requires **pre-approved message templates** for outbound messages.
   4. **Create Your Message**
      1. **For SMS:**

         1. Write a **short and engaging message**.
         2. Personalize it with placeholders (e.g., `{{name}}`).
         3. Keep it **under 160 characters** to avoid extra costs.
         4. You can also send MMS templates in the campaign.&#x20;

         [*<mark style="color:blue;">Click here</mark>*](/features/templates/sms-templates/creating-your-first-sms-template.md) *<mark style="color:blue;">to learn how to add media attachments to SMS.</mark>*

         **Example:**

         > "Hi {{name}}, enjoy 20% off your next purchase at \[Your Brand]! Use code SAVE20. Shop now: \[link] Reply STOP to opt out."

      2. **For WhatsApp:**

         1. Select a **pre-approved template or** create a **new template.**[*\[Guide to create WhatsApp template\].*](/communication-channels/whatsapp-integration/creating-your-first-whatsapp-template.md#how-to-create-whatsapp-template-in-mercuri)
         2. Fill in the required placeholders.
         3. Add **interactive buttons** for quick replies or website links.

         **Example Template:**

         > "Hi {{name}}, we have an exclusive offer just for you! Get 20% off your next purchase. Tap below to claim: \[button: Shop Now]."

3. **Schedule :**&#x20;

   1. Click **Send immediately** to launch instantly.
   2. Or select **Schedule for Later** to send out the campaign for a specific date and time.

4. **Overview:**
   1. Review the campaign details and preview your message before sending.
   2. Click on **Send campaign.**

&#x20;    &#x20;


---

# 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.mercuri.cx/features/marketing.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.
