Short answer: You can send sms in Vonage by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Vonage Send SMS 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 to | phone | Required | To Phone. e.g. "+14155552671" |
From from | string | Required | Sender ID or phone number |
Message text | string | Required | Message |
{"to": "+14155552671","from": "Vonage or +14155551234","text": "{{trigger.text}}"}
{"messages": [{"to": "14155552671","status": "0","message-id": "msg123","message-price": "0.05","remaining-balance": "15.50"}],"message-count": "1"}
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.