send_whatsapp_template
Send pre-approved WhatsApp template messages to reach contacts outside the 24-hour window. First call list_whatsapp_templates to get the exact template name and its variable requirements.
Instructions
Send a pre-approved WhatsApp template message into a conversation. Use this to reach a contact outside the 24-hour window. Call list_whatsapp_templates first to get the exact template name and language, and to see how many {{n}} variables it needs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | The WhatsApp card ID (whatsappCardId) of the conversation to send to. | |
| boardId | No | Board ID. Auto-resolved from the card when omitted. | |
| columnId | No | Column ID the card is in. Auto-resolved from the card when omitted. | |
| components | No | Advanced: a fully-formed WhatsApp components array (for templates with media headers or buttons). Overrides bodyParameters when provided. | |
| languageCode | No | Template language code (e.g. 'fr', 'en_US'). Required only when a board has multiple templates sharing the same name; otherwise auto-resolved. | |
| templateName | Yes | The exact template name (e.g. 'french'). Get it from list_whatsapp_templates. | |
| bodyParameters | No | Values to fill the template's {{1}}, {{2}}… BODY variables, in order. Required when the template has variables. |