--- title: 'Telnyx' description: '' --- # Telnyx undefined | Detail | Value | |---|---| | Category | Communication | | Base URL | `https://api.telnyx.com/v2` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `telnyx` | ## Using Telnyx in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Telnyx** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_send_message_0) | Send Message | | [GET ](./get_create_call_1) | Create Call | | [GET ](./get_list_phone_numbers_2) | List Phone Numbers | | [GET ](./get_search_available_numbers_3) | Search Available Numbers | | [GET ](./get_create_messaging_profile_4) | Create Messaging Profile | | [GET ](./get_get_balance_5) | Get Balance | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.