Short answer: You can plivo send sms in Plivo by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Plivo Plivo 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 |
|---|---|---|---|
From Number src | phone | Required | From Number. e.g. "+14155551234" |
To Number dst | phone | Required | To Number. e.g. "+14155552671" |
Message text | string | Required | Message |
{"src": "+14155551234","dst": "+14155552671","text": "{{trigger.text}}"}
{"api_id": "api-123","message": "message(s) queued","message_uuid": ["msg-uuid-123"]}
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.