> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/relate/message-templates-meta/message-templates-whatsapp-api/examples-of-message-templates-for-whatsapp-in-sprinthub.md).

# Examples of Message Templates for WhatsApp in SprintHub

Creating effective templates is essential to ensure clear, objective communication that generates results. Below, you will find ready-made examples for different purposes, making it easier to create your models on the platform.

***

### 🎯 **Marketing Templates**

#### 1. **Special Promotion**

> *Hello {{1}}, we have a great offer for you!*\
> Get **15% off** on our new collection.\
> Take advantage of it before it's gone!

**Buttons:**

* Visit the website (Promotion link)
* Cancel Marketing

***

#### 2. **Product Launch**

> *Hello {{1}}, something new is coming!*\
> Check out our newest release: **SmartWatch Pro X**.\
> Cutting-edge technology to make your day-to-day easier.

**Buttons:**

* Buy Now
* View Rules

***

### 📅 **Utility Templates**

#### 1. **Appointment Confirmation**

> *Hello {{1}}, is everything set for your appointment?*\
> ✅ **Date:** {{2}}\
> ✅ **Time:** {{3}}\
> If you have any questions, we are at your disposal!

**Buttons:**

* Confirm Attendance
* Reschedule

***

#### 2. **Order Update**

> *Hello {{1}}, good news!*\
> Your order **{{2}}** has been shipped and is on its way.\
> Track your delivery using the link below.

**Buttons:**

* Track Order (Tracking link)

***

#### 3. **Payment Reminder**

> *Hello {{1}}, we're here to remind you that your invoice is due.*\
> 💰 **Value:** R$ {{2}}\
> 📅 **Due date:** {{3}}\
> Avoid delays and keep your benefits active!

**Buttons:**

* Pay Now (Payment link)
* Talk to Support

***

> **Final Tip:**\
> Personalize your messages using token variables such as {{1}}, {{2}}, and {{3}} to create more humanized and relevant communications for your customers. Including the first name, last name, or personal information that was captured within Sprinthub by a chatbot, form, manual editing, etc.


---

# 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.sprinthub.com/en/topics/relate/message-templates-meta/message-templates-whatsapp-api/examples-of-message-templates-for-whatsapp-in-sprinthub.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.
