telnyx-texml-python

Manage Telnyx TeXML voice applications, calls, conferences, recordings, and queues with Python SDK examples.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tindevelopers/cursor-skills --skill telnyx-texml-python
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-texml-python
Source: https://github.com/tindevelopers/cursor-skills/tree/main/telnyx-python/telnyx-texml-python
Command: npx skills add https://github.com/tindevelopers/cursor-skills --skill telnyx-texml-python

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the creation and management of voice applications by providing Python examples for interacting with the Telnyx TeXML API, enabling developers to build sophisticated call flows, manage conferences, and handle recordings.

Core Features & Use Cases

  • Voice Application Management: Create, retrieve, update, and delete TeXML applications.
  • Call Control: Initiate outbound calls, manage call states, and handle recordings and transcriptions.
  • Conference Management: Set up and manage conference calls, including participants and recordings.
  • Queue Management: Create, update, and delete call queues for managing inbound call distribution.
  • Use Case: A developer can use this skill to quickly set up a Python script that automatically answers incoming calls, plays a welcome message, and routes the call to a specific conference room.

Quick Start

Use the telnyx-texml-python skill to initiate an outbound call to +13121230000 from +13120001234 using application_sid 'example-app-sid'.

Frequently Asked Questions about telnyx-texml-python

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

FAQPage Schema
How do I initiate an outbound call using the Telnyx TeXML API in Python?

To initiate outbound calls with the Telnyx TeXML API in Python, use the provided SDK examples to programmatically dial a destination number from a source number using your application SID. This enables direct call control within voice infrastructure.

Can I manage conference participants and recordings with Python and Telnyx?

Yes, you can manage conference participants and recordings with Python and Telnyx. The Skill provides programmatic control to set up conference calls, manage participants, and handle audio recordings for scalable communication solutions.

What is TeXML for voice applications and how does it work with Python?

TeXML is a markup language for building voice applications that works with Python via SDK examples to manage call flows and states. It simplifies building telephony infrastructure by executing programmatic control over calls and queues.

Does this Telnyx voice API skill support call queue management for inbound calls?

Yes, this Telnyx voice API skill supports call queue management for inbound calls. You can create, update, and delete call queues using Python to manage and distribute incoming call traffic across your voice infrastructure.

How do I automatically answer incoming calls and route them to a conference room in Python?

To automatically answer incoming calls and route them to a conference room in Python, use the Telnyx TeXML API examples to script call control logic. This allows your application to answer, play a message, and redirect to a specific room.