telnyx-porting-in-go

Manage Telnyx phone number porting operations with Go SDK examples.

3|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-porting-in-go
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-porting-in-go
Source: https://github.com/team-telnyx/telnyx-toolkit/tree/main/api/go/telnyx-porting-in-go
Command: npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-porting-in-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 complex process of porting phone numbers into the Telnyx network, automating tasks like checking portability, creating orders, and managing documentation.

Core Features & Use Cases

  • Portability Checks: Determine if a phone number can be ported to Telnyx.
  • Order Management: Create, retrieve, update, and delete porting orders.
  • LOA Document Handling: Preview, create, retrieve, update, and delete Letter of Authorization documents.
  • Status Tracking: Monitor porting events, activation jobs, and verification codes.
  • Use Case: A telecom administrator needs to port a block of 100 numbers from a competitor. They can use this skill to initiate the porting order, upload the necessary LOA, and track the progress until activation.

Quick Start

Use the telnyx-porting-in-go skill to create a new porting order for the phone numbers +13035550000, +13035550001, and +13035550002.

Frequently Asked Questions about telnyx-porting-in-go

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

FAQPage Schema
How do I check phone number portability before initiating a porting order?

Check phone number portability by calling the Telnyx API portability endpoint with the Go SDK. This skill provides examples to determine if specific numbers can be ported into the Telnyx network before creating orders.

How do I manage LOA documents for phone number porting in Go?

Manage LOA documents for phone number porting using the telnyx-go library. This skill enables you to preview, create, retrieve, update, and delete Letter of Authorization documents programmatically through API endpoints.

Can I track the activation status of a Telnyx porting order using Go?

Track Telnyx porting order status using the Go SDK to monitor porting events, activation jobs, and verification codes. This skill provides API endpoint examples for programmatic control of the porting workflow tracking.

What is the best way to automate porting a block of phone numbers to Telnyx?

Automate porting phone number blocks to Telnyx by using the Go SDK to create porting orders, upload required LOA documents, and track activation progress. This skill provides examples for managing the complete workflow programmatically.

Does the telnyx-go SDK support creating and deleting porting orders?

The telnyx-go SDK supports creating, retrieving, updating, and deleting porting orders through Telnyx API endpoints. This skill provides examples for full lifecycle management of phone number porting operations.

Why do I need to upload an LOA document when porting numbers to Telnyx?

An LOA document is required when porting numbers to Telnyx to authorize the transfer. This skill demonstrates how to handle Letter of Authorization documents programmatically using the Go SDK to complete the porting process.