> 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/integrations-guide/hubspot/using-mercuri-in-hubspot/sms-and-whatsapp-marketing.md).

# SMS and WhatsApp Marketing

### 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/2y11QvrKWU42V9ybgreQ" alt=""><figcaption><p>Four step process to create campaign</p></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**.

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 (free-form message) or** select the template from the list.
         2. Personalize it with placeholders (e.g., `{{name}}`).
         3. Keep it **under 160 characters** to avoid extra costs.

         **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.**


---

# 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/integrations-guide/hubspot/using-mercuri-in-hubspot/sms-and-whatsapp-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.
