telnyx-sip-integrations-ruby
Originally fromteam-telnyx/skills
Installation
SKILL.md
Telnyx Sip Integrations - Ruby
Installation
gem install telnyx
Setup
require "telnyx"
client = Telnyx::Client.new(
api_key: ENV["TELNYX_API_KEY"], # This is the default and can be omitted
)
Related skills