Short answer: You can make voice call in Vonage by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Vonage Make Voice Call 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 (E.164) from_number | string | Required | – |
To (E.164) to_number | string | Required | – |
NCCO URL (returns call script) ncco_url | string | Required | A fully qualified URL (https://...) for the ncco url (returns call script). |
{"from_number": "{{trigger.from_number}}","to_number": "{{trigger.to_number}}","ncco_url": "e.g. https://example.com/path"}
{"uuid": "abc","status": "started","direction": "outbound","conversation_uuid": "conv_abc"}
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.