telnyx-texml-go

Manage Telnyx TeXML applications, calls, conferences, recordings, and streams via Go SDK examples.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill simplifies the creation of voice applications by providing Go SDK examples for managing TeXML resources and interacting with Telnyx voice APIs.

Core Features & Use Cases

  • TeXML Application Management: Create, retrieve, update, and delete TeXML applications.
  • Call Control: Initiate outbound calls, manage call details, and handle call events.
  • Conference Management: Set up and manage conference calls, including participants.
  • Recording & Transcription: Control call recordings and access transcriptions.
  • Webhooks: Handle various TeXML events through configurable webhooks.

Quick Start

Use the telnyx-texml-go skill to list all TeXML applications by running the provided Go code snippet.

Frequently Asked Questions about telnyx-texml-go

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

FAQPage Schema
How do I build voice applications with Go and Telnyx TeXML?

You can build voice applications with Go and Telnyx TeXML by using the provided Go SDK examples to manage TeXML applications, initiate calls, handle conferences, and configure webhook events for real-time communication.

How do I handle real-time webhook events for Telnyx voice calls in Go?

You handle real-time webhook events for Telnx voice calls by configuring webhooks within your TeXML application, allowing your Go voice app to process incoming call events and manage call control dynamically.

What voice API features can I manage using the Telnyx Go SDK?

Using the Telnyx Go SDK, you can manage voice API features including TeXML application creation, call control for outbound calls, conference participant management, call recordings, and queue handling.

Can I manage call recordings and transcriptions using Telnyx TeXML in a Go application?

Yes, you can manage call recordings and access transcriptions in a Go application by utilizing the Telnyx TeXML voice API interactions provided by the SDK examples to control and retrieve media.

Does the Telnyx TeXML Go skill support setting up and managing conference calls?

Yes, the Telnyx TeXML Go skill supports setting up and managing conference calls, including managing conference participants directly through the provided Go SDK voice API interactions.

What do I need to start making outbound calls with Telnyx TeXML and Go?

To start making outbound calls with Telnyx TeXML and Go, you need to set up a TeXML application via the API and configure webhooks to handle the voice call events using the provided SDK code snippets.