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
Example request
{
"meta_payload": {
"sub_category": "ORDER_STATUS",
"display_format": "ORDER_DETAILS"
}
}Response
Template Updated Successfullys
Example response
{
"status": "success",
"message": "Template updated successfully",
"data": {
"category": "MARKETING",
"facebook_template_id": "3011422432341769",
"template_id": "8199"
}
}