Short answer: You can send image in WhatsApp Business by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the WhatsApp Business Send Image 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" |
Image URL imageUrl | url | Required | Image URL. e.g. "https://example.com/image.jpg" |
Caption caption | string | Optional | Caption. e.g. "Check out this image!" |
{"to": "+1234567890","imageUrl": "https://example.com/image.jpg","caption": "Check out this image!"}
{"messages": [{"id": "wamid.ghi789"}],"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.