Template

whatsapp.template.reviewed

The Webhook notifies you of state changes to existing templates.

Trigger condition:

  • APPROVED

  • PENDING_DELETION

  • REJECTED

  • PAUSED

  • DISABLED

  • IN_APPEAL

Example

{
  "eventId": "evt.2010646226294276096",
  "wabaId": "1356068476048619",
  "apiVersion": "v1.0",
  "type": "whatsapp.template.reviewed",
  "value": {
    "message_template_name": "template_marketing_20261012_1",
    "message_template_category": "MARKETING",
    "event": "REJECTED",
    "message_template_language": "en",
    "message_template_id": 1265737232054643,
    "reason": "INVALID_FORMAT",
     <!-- only included if template rejected with INVALID_FORMAT reason -->
    "rejection_info": {
      "reason": "The content is the same as the content in another rejected template.",
      "recommendation": "You need to change the content of your template."
    }
  }
}

Webhook payload structures

Key

Type

Description

message_template_name

String

Whatsapp Template name.

message_template_category

String

Whatsapp Template category.

event

String

Whatsapp Template Status.

message_template_language

String

Whatsapp Template language.

message_template_id

int

Whatsapp Template ID.

reason

String

The reason why the template was rejected.

rejection_info

String

Explain in detail why the template did not pass the audit.

whatsapp.template.quality_updated

Send notifications about changes to the template quality score.

Example

Webhook payload structures

Key

Type

Description

message_template_id

int

Whatsapp Template ID.

message_template_name

String

Whatsapp Template name.

previous_quality_score

String

The previous quality score of the template. GREENREDYELLOWUNKNOWN

new_quality_score

String

The new quality score of the template. GREENREDYELLOWUNKNOWN

message_template_language

String

Whatsapp Template language.

whatsapp.template.components_updated

Notifies you of changes to the template component.

Example

Webhook payload structures

Key

Type

Description

message_template_id

int

Whatsapp Template ID.

message_template_name

String

Whatsapp Template name.

message_template_element

String

Template body.

message_template_language

String

Whatsapp Template language.

message_template_title

String

Template title text.

message_template_footer

String

Template footer text.

whatsapp.template.category_updated

Notifying you of template category changes.

Example

Webhook payload structures

Key

Type

Description

message_template_id

int

Whatsapp Template ID.

message_template_name

String

Whatsapp Template name.

message_template_language

String

Whatsapp Template language.

new_category

String

New category of template.

previous_category

String

The category before the template.

correct_category

String

The category to which the template will be reclassified within 24 hours.

category_update_timestamp

int

Timestamp when the template category was updated

Last updated