zernio_create_whatsapp_template
Create a WhatsApp Business message template for Meta approval, specifying category, language, and body with optional header and footer.
Instructions
Create a new WhatsApp Business message template for approval by Meta.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | The WhatsApp Business account ID | |
| name | Yes | Template name (lowercase letters, numbers, and underscores only) | |
| category | Yes | Template category: MARKETING, UTILITY, or AUTHENTICATION | |
| language | Yes | Language code (e.g. 'en', 'en_US', 'es') | |
| body | Yes | Template body text. Use {{1}}, {{2}} etc. for variables | |
| header | No | Optional header text | |
| footer | No | Optional footer text |