# Create a coupon WhatsApp message template

Approved coupon messages allow you to open a WhatsApp conversation by sending a link with a coupon code.

{% hint style="info" %}
Approved coupon messages are automatically sent with 'Copy code' as the accompanying CTA. This can't be changed.
{% endhint %}

## How to create an approved coupon message template

#### What you'll need

* An [installed WhatsApp channel](/applications/channels/channels/supported-channels/whatsapp/quickstarts/install-whatsapp.md), set up to support [commerce messages](/applications/channels/channels/supported-channels/whatsapp/how-to/set-up-commerce-messaging.md)

### Step one: Set up up your message project

1. Go to **Content** > **Message templates**.
2. Click **Create message template**
3. Under 'Platform', select **WhatsApp**.
4. Under 'Interaction', select **WhatsApp approved**.
5. Under 'WhatsApp Business account', select the account you want to use.
6. Under category, select **Marketing**.
7. Under 'Message type', select **Coupon**.

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

8. Give your message project a recognizable name.
9. Give your message template a unique name. This name will be used when we submit your message template to WhatsApp for approval.
10. Use the 'Default locale' dropdown to select the default language for your template.
11. Click **Create project**.

### Step two: Design and publish your message

1. In the panel on the right-hand side of your screen, in the 'Header' field, enter a header for your coupon message, such as 'We have a special offer for you!'
2. In the 'Body' field, enter the message that you want to send along with the coupon code.
3. In the 'Copy code' field, click the curly brackets and create a new variable for the coupon code.
4. Add the new variable to BOTH the 'Copy code' field AND the 'Body' field.
5. Enter the ID of the product you want to share in the 'Product ID' field.
6. Click **Publish**.
7. Wait for the template to be approved.

{% hint style="success" %}
That's it! You have successfully created an approved coupon message template for WhatsApp. Once approved, you'll be able to send your approved template to customers to start a conversation.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.bird.com/applications/content/message-templates/how-to/whatsapp-message-templates/create-a-coupon-whatsapp-message-template.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
