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
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"