Documentation Index
Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Message Templates
Templates help you standardize recurring messages while still personalizing content for each recipient.Dashboard Guide
The dashboard template editor lets you create, preview, and save templates before using them in sends.Design
- Name: A clear template name, such as
welcome_msg. - Category: A category that helps your team stay organized, such as
marketingorutility. - Content: Type your message with variables such as
{{name}}or{{phone_number}}.
Variable handling
Template Anatomy
A template can include both built-in and custom variables. Typical built-in values come from contact data, for example:{{name}}{{phone_number}}{{whatsapp_name}}{{email}}
Hello {{name}}, your order {{order_id}} has been shipped!
API coverage
The public API includes endpoints to:- list templates
- create/update/delete templates
- retrieve built-in variables
- preview rendered output before sending