> ## 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 132001

> WhatsApp Cloud API error 132001. Template missing in that language or not approved. Match on code and details, not on titles.

# WhatsApp Cloud API error 132001

This page documents WhatsApp Cloud API error `132001`.

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`               | `132001`                                                                                     |
| `error_data.details` | The template does not exist in the specified language or the template has not been approved. |

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

## Official `details`

The template does not exist in the specified language or the template has not been approved.

## Official next step

Make sure the template has been approved.

Make sure the template name and language locale are correct.

See Meta [Templates](https://developers.facebook.com/documentation/business-messaging/whatsapp/templates/overview).

## Related codes

* [131026](/whatsapp-error-131026) — unable to deliver message.
* [131047](/whatsapp-error-131047) — more than 24 hours since the recipient last replied.
* [131049](/whatsapp-error-131049) — not delivered to maintain healthy ecosystem engagement.
* [130429](/whatsapp-error-130429) — Cloud API throughput reached.
