> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/system-settings/account-settings/whatsapp-api/official-whatsapp-api-errors/failed-to-send-message-because-this-users-phone-number-is-part-of-an-experiment.md).

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

### What causes this error?

Meta periodically conducts experiments to assess the impact of messages on the experience and engagement of WhatsApp users.

As part of these experiments, approximately **1% of WhatsApp users** may be included in a test group that prevents receiving **Marketing Templates** sent by businesses.

In these cases, the message will not be delivered and the system will return the following error:

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

Additionally, Meta will return the **error code 130472**.

### When is sending allowed?

Marketing messages may be sent normally if one of the conditions below is met:

* There is a **customer service window (24 hours)** open between the business and the customer;
* There is a **marketing conversation** already open between the business and the customer;
* There is a **free entry point conversation (Free Entry Point)** open between the business and the customer.

### What happens when this error occurs?

When the recipient's number is part of this experiment:

* The message is not delivered;
* No conversation is created;
* There is no charge for sending the message;
* New sending attempts will result in the same error.

### How to fix it?

This restriction is applied directly by Meta and **there is no configuration or setting within SAC 360º that can bypass this block**.

If it is necessary to send the message, the recommendation is:

1. Contact the customer through another communication channel (phone, email, SMS, among others);
2. Ask the customer to send a message via WhatsApp;
3. After the 24-hour service window opens, send the message again.

> **Important:** Resending the same Template without meeting one of the conditions above will continue to result in the same error.

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

Starting on 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 a marketing conversation](https://developers.facebook.com/docs/whatsapp/pricing#conversation-categories) open between the customer and the business
* there is an open conversation [and free entry](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 experimental group, your message will not be sent and you will not be charged for it, because no conversation was created. Instead, you will receive a [status message](https://developers.facebook.com/docs/whatsapp/cloud-api/webhooks/payload-examples#status--message-undeliverable) of undelivered webhook containing error code `130472`, notifying you of 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 contacting the customer by some other means other than WhatsApp and asking them to send you a message so you can resend the message within the customer service window.

***

### References

For more information, see Meta's official documentation:

* WhatsApp Cloud API experiments:\
  <https://developers.facebook.com/docs/whatsapp/cloud-api/guides/experiments>
* WhatsApp error codes:\
  <https://developers.facebook.com/docs/whatsapp/support/error-codes>


---

# 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.sprinthub.com/en/topics/system-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>&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.
