telnyx-messaging-hosted-go

Manage Telnyx hosted SMS numbers, toll-free verification, and RCS messaging in Go using provided SDK examples.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill simplifies the management of SMS numbers, toll-free verification processes, and RCS messaging features, providing Go SDK examples for integration.

Core Features & Use Cases

  • Number Ordering: Set up and manage hosted SMS numbers.
  • Verification: Handle toll-free number verification requests and validation.
  • RCS Messaging: Send and manage Rich Communication Services messages.
  • Use Case: A developer needs to integrate Telnyx's hosted SMS and RCS capabilities into a Go application, requiring clear examples of API calls for number provisioning and message sending.

Quick Start

Use the telnyx-messaging-hosted-go skill to list messaging hosted number orders.

Frequently Asked Questions about telnyx-messaging-hosted-go

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

FAQPage Schema
How do I order hosted SMS numbers using the Telnyx Go SDK?

You can order hosted SMS numbers by using the telnyx-go library to programmatically call Telnyx messaging APIs for number provisioning and management. This skill provides Go SDK examples to set up and manage these hosted number orders directly.

How do I handle toll-free number verification in Go with Telnyx?

Toll-free number verification is handled by making API requests through the telnyx-go dependency to submit and validate verification requests. This skill provides Go SDK examples to manage the toll-free verification workflow programmatically.

Can I send RCS messages with the telnyx-go library?

Yes, you can send RCS messages by utilizing the telnyx-go library to interface with Telnyx rich messaging APIs. This skill provides Go SDK examples specifically for sending and managing Rich Communication Services messages.

What is required to integrate Telnyx messaging APIs into a Go application?

Integrating Telnyx messaging APIs requires the telnyx-go library dependency to establish programmatic access. This skill supplies Go SDK examples for SMS, toll-free, and RCS features to facilitate this application integration.

Does this skill provide examples for managing SMS, toll-free, and RCS messaging features together?

Yes, it provides Go SDK examples covering SMS number ordering, toll-free verification requests, and RCS message sending. It simplifies managing these multiple Telnyx messaging hosted features within a single Go integration.