Short answer: You can send text message in WhatsApp Business by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the WhatsApp Business Send Text 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 |
|---|---|---|---|
Recipient phone (E.164) to | string | Required | +919999999999 |
Body text | string | Required | – |
Show Link Previews preview_url | options | Optional | – |
{"to": "+919999999999","text": "{{trigger.text}}","preview_url": "{{trigger.preview_url}}"}
{"contacts": [{"input": "+919999999999","wa_id": "919999999999"}],"messages": [{"id": "wamid.abc"}],"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.