Telnyx 10Dlc Ruby

🌐Community
by team-telnyx · vlatest · Repository

This skill enables Ruby developers to seamlessly interact with Telnyx's 10DLC service via API calls for enhanced SMS routing and reporting.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add telnyx-10dlc-ruby npx -- -y @trustedskills/telnyx-10dlc-ruby
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "telnyx-10dlc-ruby": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/telnyx-10dlc-ruby"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The telnyx-10dlc-ruby skill allows AI agents to interact with the Telnyx 10DLC API using Ruby. This enables automated sending and receiving of SMS messages through a compliant 10DLC connection, facilitating features like appointment reminders or two-factor authentication. The skill provides functionality for managing message campaigns and retrieving delivery status updates.

When to use it

  • Automate sending personalized appointment reminders to patients based on their scheduled times.
  • Implement two-factor authentication (2FA) via SMS for user account verification.
  • Send promotional messages or alerts to a targeted audience through a 10DLC campaign.
  • Retrieve delivery status reports for sent SMS messages, ensuring successful message delivery.

Key capabilities

  • Telnyx 10DLC API interaction
  • Ruby implementation
  • SMS sending and receiving
  • Message campaign management
  • Delivery status retrieval

Example prompts

  • "Send an SMS to [phone number] saying '[message]' using the 'appointment_reminder' campaign."
  • "What is the delivery status of message ID [message ID]?"
  • "Create a new 10DLC campaign named 'welcome_series'."

Tips & gotchas

  • Requires a Telnyx account and valid 10DLC connection to function.
  • Ensure proper error handling within your AI agent's workflow when interacting with the API, as message delivery can fail due to various reasons.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
team-telnyx
Installs
7

🌐 Community

Passed automated security scans.