WhatsApp Templates

Edit Template API

Edit an existing WhatsApp template. This unified endpoint supports editing different types of templates including text-only, media (image/video), and carousel templates by using different request schemas.

put/v3/metainfo/template/edit

Parameters

#/paths/~1v3~1metainfo~1template~1list/get/parameters/0 — unresolved $ref

Request body

nc_payloadobject

Example request

{
  "meta_payload": {
    "sub_category": "ORDER_STATUS",
    "display_format": "ORDER_DETAILS"
  }
}

Response

Template Updated Successfullys

status'success' | 'error' required

Indicates if the request was successful or not.

messagestring required

A descriptive message about the outcome of the operation.

Example response

{
  "status": "success",
  "message": "Template updated successfully",
  "data": {
    "category": "MARKETING",
    "facebook_template_id": "3011422432341769",
    "template_id": "8199"
  }
}

Changes