latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

whatsapp

Create a WhatsApp template

Creates a WhatsApp message template and returns the template UUID. The template name must not contain upper-case letters or special characters.

Permission: Access is managed by the WhatsApp service. No specific API token permission is checked.

Monitoring: No impact.

post/whatsapp/templates

Request body

namestring
account_uuidstring
datastring

Example request

{
  "name": "hello",
  "account_uuid": "1eb09f33-348e-42e6-bfb3-361df133c82e",
  "data": "Hello"
}

Response

Successful operation — returns the UUID of the newly created template.

string required

Example response

"1eb09f33-348e-42e6-bfb3-361df133c82e"