Create template
Creates a new template and submits it to Meta for approval. The template is created in PENDING status; Meta reviews it within approximately 1 to 24 hours. The BODY component is required except for carousel-type templates.
Authentication
x-api-keystring
Account authentication key.
Request
This endpoint expects an object.
name
Unique template name (snake_case, lowercase only).
category
parameter_format
Variable format. POSITIONAL uses {{1}}, {{2}}; NAMED uses {{name}}. The two formats cannot be mixed in a single template.
language
components
Template components. Must include at least one BODY.
message_send_ttl_seconds
Message time-to-live, in seconds. Optional.
Response
Template created in PENDING status.
_id
whatsapp_account
name
category
language
status
parameter_format
Variable format. POSITIONAL uses {{1}}, {{2}}; NAMED uses {{name}}. The two formats cannot be mixed in a single template.
components
Errors
400
Bad Request Error
409
Conflict Error

