# My WhatsApp Message Template is not sending

If you are having issues sending a Message Template, we have some tips and tricks to troubleshoot this below. Please note that you can only send Message Templates if your application has been approved and if a WhatsApp [channel](https://dashboard.messagebird.com/en/channels) has been activated.&#x20;

#### Sending via the API

**Check your template settings**

Within your [template manager](https://dashboard.messagebird.com/en/whatsapp-template-manager/) you are able to check the following:&#x20;

* Is your template approved? Unapproved templates cannot be sent yet.
* Are you using the right template name? Make sure that the approved template name matches your API call
* Is the language the same in the template manager and the request? For example, Your template has been approved in Spanish but the language code in your API call is English, this will not work. In this case, you would need to submit a template in English or send using the code for Spanish language.
* Is your number of parameters correct? If your template has been approved including 5 parameters, make sure that you have 5 in your message.

**Other checks**

* Are you using the right namespace ID? If your namespace ID is incorrect, you will not be allowed to send a message.
* Are you formatting your contacts correctly? You can read more info here on how to format your contacts: [Formatting your contact numbers](/connectivity-platform/contacts/formatting-your-contact-numbers.md)
* Do you have enough balance to send your messages? You can top up [here](https://dashboard.messagebird.com/en/paymentflow/add-funds).

Tips: In our[ documentation for developers](https://developers.messagebird.com/api/conversations#template-messages) there is an example request for sending a template message. We would highly recommend use it and replace the information with your own.&#x20;

If the issue persists, please[ reach out to our Support team](https://support.messagebird.com/hc/en-us/requests/new?ticket_form_id=360000129578) with your API call and the API response.&#x20;

#### **Sending via the Dashboard**

If you are having issues sending a Message Template via the dashboard, please reach out to our team. We will be able to help troubleshoot this for you and fix any possible issues. Please provide us with the following information:

* Your channel ID
* The relevant template name&#x20;


---

# 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/connectivity-platform/troubleshooting/my-whatsapp-message-template-is-not-sending.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.
