# Failed to send message because this user's phone number is part of an experiment

When sending a Template, the message is not sent and an exclamation mark appears.&#x20;

<mark style="color:red;">**Error:**</mark> **Failed to send message because this user's phone number is part of an experiment**

The cause of the Error can be checked at the link below:

{% embed url="<https://developers.facebook.com/docs/whatsapp/cloud-api/guides/experiments>" %}

**Translating Meta's explanation:**

Occasionally, we run experiments to help us assess the impact of messages on user experience and engagement on WhatsApp. These are standard practices on our platform and help us improve the messaging experience for you and your customers.

Ongoing experiments are described below and do not have a fixed end date. To protect the validity of the experiment and ensure the best possible business and consumer experience, we cannot provide any exceptions or opt-outs for these experiments.

### Marketing message experiment <a href="#marketing-message-experiment" id="marketing-message-experiment"></a>

Starting June 14, 2023, about 1% of WhatsApp users will not receive marketing template messages from any business unless one of the following conditions is met:

* there is a [customer service window](https://developers.facebook.com/docs/whatsapp/pricing#customer-service-windows) between the customer and the business
* [there is an open marketing](https://developers.facebook.com/docs/whatsapp/pricing#conversation-categories) conversation between the customer and the business
* there is an open [and free inbound conversation](https://developers.facebook.com/docs/whatsapp/pricing#free-entry-point-conversations) between the customer and the business

If you send a marketing template message to a customer who is part of the experiment group, your message will not be sent and you will not be charged for it, since no conversation was created. Instead, you will receive an [undelivered](https://developers.facebook.com/docs/whatsapp/cloud-api/webhooks/payload-examples#status--message-undeliverable) webhook status message containing error code `130472`, notifying you about the failure.

Attempting to resend the message will result in the same error. If you need to deliver the marketing template message to the customer, we recommend that you contact the customer by some other means than WhatsApp and ask them to send you a message so that you can resend the message within the customer service window.


---

# 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.sprinthub.com/en/topics/settings/account-settings/whatsapp-api/official-whatsapp-api-errors/failed-to-send-message-because-this-users-phone-number-is-part-of-an-experiment.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.
