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