> ## Documentation Index
> Fetch the complete documentation index at: https://docs.whatsable.app/llms.txt
> Use this file to discover all available pages before exploring further.

# WhatsApp Cloud API error 131047

> WhatsApp Cloud API error 131047. More than 24 hours since the recipient last replied. Match on code and details, not on titles.

# WhatsApp Cloud API error 131047

This page documents WhatsApp Cloud API error `131047`.

Meta will deprecate error titles. Match on `code` and `details`, not on the title in `message`.

Official table: [WhatsApp Cloud API error codes](https://developers.facebook.com/docs/whatsapp/cloud-api/support/error-codes/).

## Match these fields

| Field                | Value                                                                                 |
| -------------------- | ------------------------------------------------------------------------------------- |
| `code`               | `131047`                                                                              |
| `error_data.details` | More than 24 hours have passed since the recipient last replied to the sender number. |

Do not build handlers on titles such as `(#131047) …`. Those titles live inside `message` and will be deprecated.

## Official `details`

More than 24 hours have passed since the recipient last replied to the sender number.

## Official next step

Send the recipient a [template message](https://developers.facebook.com/documentation/business-messaging/whatsapp/templates/overview) instead.

## Related codes

* [131026](/whatsapp-error-131026) — unable to deliver message.
* [131049](/whatsapp-error-131049) — not delivered to maintain healthy ecosystem engagement.
* [132001](/whatsapp-error-132001) — template missing in that language or not approved.
* [130429](/whatsapp-error-130429) — Cloud API throughput reached.
