OpenAPI 3.1.0raw.githubusercontent.com2026-08-191,3412,1385.0 MB

ec31f78cf002

Whatsapp Message Templates

Create a Whatsapp message template

Create a new WhatsApp message template. Templates must be approved by WhatsApp before they can be used in messages.

post/whatsapp/message_templates

Request body

category'MARKETING' | 'UTILITY' | 'AUTHENTICATION' required

Template category: AUTHENTICATION, UTILITY, or MARKETING.

languagestring required

Template language code (e.g. en_US, es, pt_BR).

namestring required

Template name. Lowercase letters, numbers, and underscores only.

waba_idstring required

The WhatsApp Business Account ID.

Response

Successful response with Whatsapp template

Example response

{
  "data": {
    "record_type": "whatsapp_message_template"
  }
}