v1

latestOpenAPI 3.1.02026-07-2616459400.5 KB
WhatsApp Templates

Preview Template API

Preview a WhatsApp template to see exactly how it will look before sending. This feature allows you to check for any errors or adjustments needed.

get/v3/metainfo/template/preview

Query parameters

templatenamestring

Name of the template to preview.

templateidinteger

Id of template to preview.

Response

Successfully generated template preview

statusstring required
messagestring required
preview_dataobject required

Template preview information

Example response

{
  "status": "success",
  "message": "Template preview generated successfully"
}