telnyx-sip-integrations-go

Manage Telnyx SIP integrations with Go SDK examples for call recordings and connections.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github.com/team-telnyx/telnyx-go, and includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of Telnyx SIP integrations by providing Go SDK examples for common tasks like call recording, media storage, and external connection management.

Core Features & Use Cases

  • Call Recording Management: List, retrieve, and delete call recordings and their transcriptions.
  • Storage Configuration: Set up and manage custom storage credentials for services like Google Cloud Storage.
  • External Connections: Create, update, and delete external connections for services like Zoom and manage associated phone numbers and uploads.

Quick Start

Use the telnyx-sip-integrations-go skill to list all call recordings.

Frequently Asked Questions about telnyx-sip-integrations-go

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

FAQPage Schema
How do I manage Telnyx SIP integrations using Go?

Manage Telnyx SIP integrations in Go by using the telnyx-go library to programmatically control voice services, including creating, retrieving, updating, and deleting various Telnyx resources like external connections and call recordings.

Can I retrieve and delete call recordings programmatically with the Telnyx Go SDK?

Yes, you can retrieve and delete call recordings programmatically with the Telnyx Go SDK, which provides examples for listing recordings, fetching transcriptions, and removing stored call recording data.

Does the Telnyx Go SDK support configuring custom storage for call recordings?

Yes, the Telnyx Go SDK supports configuring custom storage for call recordings, allowing you to set up and manage storage credentials for services like Google Cloud Storage to handle your media files.

How do I create external connections for Zoom using the telnyx-go library?

Create external connections for Zoom using the telnyx-go library by executing API operations to create, update, and delete connections, as well as managing associated phone numbers and uploads through provided Go SDK examples.

Can I connect Dialogflow to Telnyx SIP using Go?

Yes, you can connect Dialogflow to Telnyx SIP using Go, as the telnyx-go SDK provides examples for managing Dialogflow connections alongside other external voice and messaging service integrations.

What prerequisites are needed to use the telnyx-go library for SIP integrations?

To use the telnyx-go library for SIP integrations, you need a Go development environment and the github.com/team-telnyx/telnyx-go dependency installed to access the API operations for managing voice services.