Short answer: You can send template message in WhatsApp Business by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the WhatsApp Business Send Template Message action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
To Phone Number to | phone | Required | To Phone Number. e.g. "+1234567890" |
Template Name templateName | string | Required | Template Name. Example: hello_world |
Language Code languageCode | string | Required | Language Code. e.g. "en_US" |
{"to": "+1234567890","templateName": "e.g. hello_world","languageCode": "en_US"}
{"messages": [{"id": "wamid.def456"}],"messaging_product": "whatsapp"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.