# What is WhatsApp Opt-Out and How to Manage It

## **What is a WhatsApp Opt-out?** <a href="#what-is-a-whatsapp-opt-out" id="what-is-a-whatsapp-opt-out"></a>

​A WhatsApp opt-out is a process that lets users withdraw their consent and stop receiving messages, updates, or notifications from a business on WhatsApp. When a user opts out, they effectively choose not to continue receiving any communications through WhatsApp from the business.

Businesses need to offer clear instructions for users wishing to opt out of WhatsApp communications and change their preferences as they see fit.

***

## Opt-Out Bot Action

The DoubleTick Bot provides an "Opt-Out" option that allows users to remove themselves from the conversation. Once the customer opts out, If a customer opts out, you won't be able to send any messages to them until they choose to opt back in

*If an attempt is made to deliver a message to an opted-out customer, the delivery will fail, and an error message will be received 👇*

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

***

### **Example Scenario:**

Let's consider a scenario involving a subscription-based meal delivery service that offers updates and promotional offers to customers via WhatsApp. A customer who no longer wishes to receive these messages decides to opt out using the provided Unsubscribe button.

1. **Customer Interaction:** The customer receives a message from the meal delivery service containing the latest offers and a prominent Unsubscribe button.
2. **Opt-Out Process:** Upon clicking the Unsubscribe button, the customer's action triggers the Opt-Out action, initiating the opt-out process.
3. **Confirmation Message:** The bot responds with a confirmation message, acknowledging the customer's opt-out request and informing them that they will no longer receive updates or promotional messages via WhatsApp.
4. **Opt-Out Completion:** The customer's opt-out preference is recorded by the system, ensuring they are removed from the distribution list for future messages.
5. **Opt-In Option:** The confirmation message also includes instructions on how the customer can opt back in if they wish to receive updates again. This could involve providing a specific keyword to the bot or accessing a link to re-subscribe.

<figure><img src="/files/0D0ei7M8EmJC0MPkT7px" alt=""><figcaption></figcaption></figure>


---

# 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://learn.doubletick.io/bot-studio/actions/customer-management/what-is-whatsapp-opt-out-and-how-to-manage-it.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.
