telnyx-verify-ruby

Trigger and verify OTP codes via SMS or voice calls using Ruby SDK examples.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates user verification through SMS or voice calls and enriches phone number data, streamlining onboarding and security processes.

Core Features & Use Cases

  • Phone Number Lookup: Retrieve carrier, type, and caller name information for a given phone number.
  • SMS/Voice Verification: Trigger one-time password (OTP) verification via SMS or voice calls.
  • Use Case: Integrate into your application's signup flow to verify new users' phone numbers, preventing fraudulent accounts and ensuring legitimate user engagement.

Quick Start

Use the telnyx-verify-ruby skill to trigger an SMS verification for the phone number +13035551234 using the verify profile ID 12ade33a-21c0-473b-b055-b3c836e1c292.

Frequently Asked Questions about telnyx-verify-ruby

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

FAQPage Schema
How do I send an OTP verification code via SMS in Ruby?

You can trigger SMS OTP verification in Ruby by calling the Telnyx Verify API with a target phone number and a verify profile ID to send a one-time password to the user.

What is phone number lookup and how does it enrich user data?

Phone number lookup retrieves carrier, type, and caller name details for a given number, enriching user data to prevent fraudulent accounts and ensure legitimate user engagement.

Can I verify users with a voice call instead of SMS using Ruby?

Yes, you can perform user verification via voice calls in Ruby by triggering the Telnyx Verify API to deliver an OTP through a voice call instead of an SMS message.

Do I need a verify profile ID to trigger OTP verification?

Yes, a verify profile ID is required to trigger OTP verification, as it associates your specific message templates and configuration settings with the SMS or voice verification request.

How do I manage custom SMS message templates for user verification?

You manage custom SMS message templates by using the Telnyx Verify API to configure verify profiles, ensuring your OTP delivery matches your application's specific branding and tone.