v1

latestOpenAPI 3.1.02026-07-241630614.2 KB

Edit a WhatsApp template status

The method allows editing the WhatsApp template status.

post/api/v4/chats/templates/{id}/review/{review_id}

Path parameters

idinteger required

Template ID

review_idinteger required

The ID that you get in the response once you've sent your WhatsApp template for moderation.

Request body

statusstring

Possible values: approved, paused, rejected

reject_reasonstring

Rejection reason (a string up to 65535 characters long)

Response

200

idinteger
source_idinteger
statusstring
reject_reasonstring

Example response

{
  "id": 7351,
  "source_id": 29420107,
  "status": "rejected",
  "reject_reason": "Hasn't passed audit"
}