telnyx-voice-python

Manage voice calls and applications using the Telnyx Python SDK.

3|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-voice-python-team-telnyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-voice-python
Source: https://github.com/team-telnyx/telnyx-toolkit/tree/main/api/python/telnyx-voice-python
Command: npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-voice-python-team-telnyx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires telnyx, and includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of programmatically managing voice calls, enabling developers to build sophisticated call flows and applications using the Telnyx Python SDK.

Core Features & Use Cases

  • Call Control: Initiate, answer, bridge, transfer, and hang up calls.
  • Application Management: Create, retrieve, update, and delete call control applications.
  • Event Handling: Process various call-related webhook events for real-time call status updates.
  • Use Case: Build an automated customer support system where incoming calls are automatically routed to the correct department based on caller input, or create a conference call bridge with dynamic participant management.

Quick Start

Use the telnyx-voice-python skill to dial a number using your Telnyx connection.

Frequently Asked Questions about telnyx-voice-python

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make an outbound voice call using the Telnyx Python SDK?

The telnyx-voice-python Skill provides Python SDK examples for managing voice calls via the Telnyx API, covering scenarios like initiating outbound calls, answering inbound calls, and bridging or transferring active calls programmatically.

Can I manage call control applications and webhook events with Python?

Yes, you can programmatically create, retrieve, update, and delete call control applications, as well as process real-time call-related webhook events using the Telnyx Python SDK.

What do I need to start programmatically routing SIP voice calls?

You need a valid Telnyx API key and the telnyx Python package installed in your environment to authenticate and manage call control applications for routing SIP voice calls.

Does the Telnyx API support bridging and transferring active calls in Python?

Yes, the Telnyx API supports bridging and transferring active calls in Python, enabling developers to build sophisticated call flows that dynamically connect or reroute participants during a session.

How do I build an automated customer support call flow with Telnyx?

You can build an automated customer support call flow with Telnyx by using the Python SDK to answer inbound calls, process webhook events, and route callers to the correct department based on their input.