# Send Messages Via API For your Official WhatsApp Number ( Postman )

* Go to **Channels → Template Manager** and open your approved template, then click the **JSON icon** and copy the template JSON.
* Open **Postman** and create a **New Request**, set request type to **POST**.
* Go to **Body → Raw → JSON** and paste the copied JSON body.
* Edit the **receiver number with country code** and fill all template variables correctly (variables should not contain line breaks).
* If the template has an **image header**, add the image URL in the header variable.
* Go to **Channels → 3 dots → Access Token**, copy the token and paste it in Postman under **Authorization = Bearer Token**.
* Copy the **API URL, API Version, and Phone Number ID** from the Access Token section and add the endpoint as `API_URL/API_VERSION/PHONE_NUMBER_ID/messages`.
* Click **Send** in Postman to send the template message.
* If the request is successful, you will receive a **Queue ID** in the response which confirms the request was accepted by Meta.
* Configure your **Webhook URL** to receive delivery updates like success message ID or error response.

### **Postman Documentation -**

{% embed url="<https://documenter.getpostman.com/view/14215086/2sA3e2hAeY#intro>" %}

{% embed url="<https://www.youtube.com/watch?v=oL-M0hrSDIU>" %}


---

# 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://helpdocumentation.gitbook.io/user/messaging-channels/whatsapp-api/managing-your-whatsapp-api/send-messages-via-api-for-your-official-whatsapp-number-postman.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.
