WhatsApp Templates

Create Template API

Create a new WhatsApp template. This unified endpoint supports creating different types of templates including text-only, media (image/video), and carousel templates by using different request schemas.

post/v3/metainfo/template/create

Parameters

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

Request body

Schema required— unresolved $ref

Response

Successfully created template

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 created successfully",
  "data": {
    "category": "MARKETING",
    "facebook_template_id": "1166667135381312",
    "status": "APPROVED",
    "template_id": 14611
  }
}

Changes