> For the complete documentation index, see [llms.txt](https://docs.parcellab.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parcellab.com/docs/engage/messages-and-journeys/overview/whatsapp.md).

# WhatsApp

## Overview

You can send approved WhatsApp Business template messages for order, delivery, return, and refund updates with parcelLab.

With WhatsApp, you can use an additional mobile messaging channel for time-sensitive communications while keeping message content aligned with approved templates and customer consent requirements.

Messages are sent from your approved WhatsApp Business sender and can include dynamic order or return information (for example: tracking page links, order references, delivery updates, and return statuses), and approved media elements where supported.

## Configuring WhatsApp Messages

The following sections describe the configuration required for sending WhatsApp notifications with parcelLab.

### Customer Requirements

For the feature to work, we will need to receive information to complete the setup that includes:

* The WhatsApp Business sender that should be used.
* The trigger events that should send WhatsApp messages.
* The approved templates and languages required for each event.
* The placeholder values required by each template.
* The recipient phone number, opt-in, and eligibility data required for each market.

{% hint style="info" %}
For more information on the scope and requirements for implementing WhatsApp messages, please contact your parcelLab representative.
{% endhint %}

### Implementation Process

In this section, the next steps in the setup process are described.

After parcelLab has completed the implementation, eligible customers will receive WhatsApp messages from your approved WhatsApp Business sender when the journey trigger conditions are met.

The customer receives the approved template text with the dynamic values from the order, delivery, return, or refund event. If the template includes a link or button, the customer can use it to open the relevant resource (for example: tracking page).

{% hint style="info" %}
Two-way WhatsApp conversations are not supported in parcelLab. Customer replies must be handled using your existing support platform or a dedicated WhatsApp solution.
{% endhint %}

## Viewing WhatsApp Notifications in the parcelLab App

After WhatsApp messaging is enabled and messages are being sent, you can review WhatsApp communication records in the parcelLab App from the Communication module.

WhatsApp notifications are displayed with mobile messaging records in the SMS section, where you can search and filter sent WhatsApp messages.

From the communication record, you can preview the message and review details such as the related tracking, message type, recipient, and send status. This helps customer service and operations teams confirm whether a WhatsApp notification was sent for a specific event.

<div align="left"><figure><img src="/files/WUKFncgYMPDrXr6Rayhg" alt="WhatsApp message preview in the App" width="375"><figcaption></figcaption></figure></div>


---

# 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.parcellab.com/docs/engage/messages-and-journeys/overview/whatsapp.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.
