WhatsApp Cloud API · error code

WhatsApp error 132015: Template is Paused

Policy / accountHTTP 400Templates & Flows

Last verified against Meta for Developers - Cloud API error codes

What WhatsApp returns
Template is paused due to low quality so it cannot be sent in a template message.

What error 132015 means

Code 132015 means the template you tried to send has been paused by Meta because its quality rating dropped to Low. Quality is driven by how recipients react: blocks, reports, and negative feedback on messages sent with that template. When the rating falls, Meta pauses the template, and every send using it fails with 132015 until the pause ends. The template is still listed in WhatsApp Manager with status PAUSED.

Pauses are temporary and escalate: the first pause lasts a few hours, later pauses last longer, and after repeated pauses the template is permanently disabled (132016). Meta's recommended fix is to edit the template to improve its quality, which sends it back through review; once approved, the new version can be sent.

Your payload, recipient, and account are not at fault. The template's reputation is.

The refusal is synchronous at send time, and Meta also tells you out-of-band: the WABA receives a message_template_status_update webhook when the template is paused, so a pause should never be a surprise to a team with webhooks wired up - if yours are not arriving, start with the webhook debugging guide. The documented schedule escalates: the first pause lasts 3 hours, the second 6 hours, and the third instance disables the template permanently (132016). BSPs mirror the pause rather than own it: the PAUSED status you see in a Twilio or 360dialog dashboard is read from the WABA, and no provider can lift it early.

What it looks like

{
  "error": {
    "message": "(#132015) Template is Paused",
    "type": "OAuthException",
    "code": 132015,
    "error_data": {
      "messaging_product": "whatsapp",
      "details": "Template is paused due to low quality so it cannot be sent in a template message."
    },
    "fbtrace_id": "AbQwErTy123ZxC"
  }
}

Why it happens

  • High block and report rates from recipients of this template.
  • Content that reads as unsolicited or misleading marketing.
  • Sending the template to contacts without a clear opt-in or expectation.
  • Excessive frequency to the same audience.
  • A template whose category or wording has drifted from what recipients were promised.

How to fix WhatsApp error 132015

  1. 1Check the template's status and quality in WhatsApp Manager or via GET /{waba-id}/message_templates?name=... (status PAUSED).
  2. 2Stop sending it; switch the affected flow to another approved template.
  3. 3Edit the template's content to be clearer, more relevant, and more expected by recipients; resubmit for review.
  4. 4Tighten the audience to engaged, opted-in contacts before resuming.
  5. 5Subscribe to message_template_status_update and message_template_quality_update so pauses are handled automatically.
  6. 6While the pause is active, route the affected flow through an approved backup template so the customer journey keeps working; retrying the paused template fails until the pause window ends.

How to stop it recurring

Watch template quality ratings weekly and retire or rewrite anything that slips to Medium. Segment by engagement, cap frequency, and make opting out easy so negative signals stay low. Treat a pause as the last warning before permanent disablement and respond to it with content and audience changes, not just a retry later. Watch the number-level signals under quality rating and status at the same time, and run replacement copy through the template checker before resubmitting.

Official reference: Meta for Developers - Cloud API error codes. See all WhatsApp error codes or the WhatsApp limits and quotas.

Related codes

Error 132015 - quick answers

What does WhatsApp error 132015 mean?

Code 132015 means the template you tried to send has been paused by Meta because its quality rating dropped to Low. Quality is driven by how recipients react: blocks, reports, and negative feedback on messages sent with that template. When the rating falls, Meta pauses the template, and every send using it fails with 132015 until the pause ends. The template is still listed in WhatsApp Manager with status PAUSED.

How do I fix WhatsApp error 132015?

1. Check the template's status and quality in WhatsApp Manager or via GET /{waba-id}/message_templates?name=... (status PAUSED). 2. Stop sending it; switch the affected flow to another approved template. 3. Edit the template's content to be clearer, more relevant, and more expected by recipients; resubmit for review. 4. Tighten the audience to engaged, opted-in contacts before resuming. 5. Subscribe to message_template_status_update and message_template_quality_update so…

Stop debugging WhatsApp by hand

Connect the channel through Conferbot: tokens, webhooks and retries are handled, failures show as readable status.