Short answer: You can make outbound call in Telnyx by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Telnyx Make Outbound 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 |
|---|---|---|---|
Call Control Connection ID connection_id | string | Required | – |
From from | string | Required | – |
To to | string | Required | – |
{"connection_id": "{{trigger.connection_id}}","from": "{{trigger.from}}","to": "{{trigger.to}}"}
{"data": {"call_control_id": "cc_abc","call_session_id": "cs_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.