Meta Tech Provider

WhatsApp error 132001: template does not exist

Error 132001 means the template you tried to send does not exist in the language you asked for, or exists but is not approved. Templates are identified by name and language together, so the same name in a different locale is a different template.

  • Name and language identify a template together
  • en and en_US are not the same template
  • Approval is per language, not per name
Start Free Trial

Nothing charged for 7 days. Cancel anytime.

No message storageBusiness App + Cloud APIMCP for Claude and ChatGPTLive in 2 minutes
132001

Meta's code for a template that does not exist in the requested language or is unapproved.

2 fields

Name and language code, which together identify one template.

3 states

Approved, pending and rejected, the review outcomes a template can be in.

Why does a template that exists still return 132001?

Almost always because of the language code.

A template is identified by its name and its language together. A template created as order_update in en_US does not exist as order_update in en, or in pt, or in pt_BR. Sending the right name with the wrong locale produces exactly this error, and the message is unhelpfully generic about which half was wrong.

The second cause is approval state. A template that has been created but is still pending review does not send, and neither does one that was rejected. Both return the same code as a template that was never created at all, so the state is worth checking before assuming the name is wrong.

How do you find the right name and language?

List the templates on the number and read them back rather than trusting what was configured.

The listing gives the exact name, the exact language code and the review status for each one, which resolves all three causes of this error at once. It is also the only reliable source, because a template can be edited or rejected after whatever created it wrote the name down.

Through the MCP connector this is a question rather than an API call: ask which templates are approved on a number and the assistant reads them. From your own code it is a single Graph request against the WhatsApp Business Account, using the phone number id and token for that connection.

How long does approval take?

Usually minutes, sometimes up to a day.

Meta reviews every template before it can be sent. Most clear quickly, but the timing is not guaranteed and it is not something a provider can accelerate. That matters for anything built to create a template and immediately send it, because the send will fail with this error while review is still pending.

The robust shape is to create templates ahead of time as part of setting up an integration, then check status before relying on one. An assistant with the connector can do both: submit the template, then report whether it has been approved, rejected or is still in review.

Common mistakes

  • Sending en when the template was created as en_US. They are different templates as far as the API is concerned.
  • Creating a template and sending it in the same run. Meta reviews it first.
  • Assuming a rejected template still works. It returns this error exactly like a missing one.
Doing this with EasyCoexistence

EasyCoexistence lists templates with their exact language codes and review status, creates new ones and reports approval, from the dashboard or through the MCP connector.

Frequently asked questions

Where do I see the exact language code?

In the template listing for that number. It shows name, language and status together, which is the only reliable source.

Can I send a pending template?

No. Only approved templates deliver, and a pending one returns this same error.

Does a rejected template have to be recreated?

It can be edited and resubmitted. What it cannot do is send while it is in a rejected state.

Can the WhatsApp Business app send templates?

Not on a Coexistence number. Templates go through the API, which is one of the practical reasons a number gets connected.

Keep reading

Ready to get started?

Set up WhatsApp Coexistence in minutes, not months. The app keeps working on the phone.

Start Free TrialNothing charged for 7 days. Cancel anytime.

Verified on

WhatsApp Error 132001