You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@versatly/twilio-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@versatly/twilio-cli

A CLI for Twilio SMS and voice calls

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@versatly/twilio-cli

A simple CLI for Twilio SMS and voice calls.

Installation

npm install -g @versatly/twilio-cli

Configuration

Set these environment variables:

export TWILIO_ACCOUNT_SID="your_account_sid"
export TWILIO_AUTH_TOKEN="your_auth_token"
export TWILIO_PHONE_NUMBER="+1234567890"

Usage

SMS Commands

Send an SMS:

twilio sms send --to "+1234567890" --message "Hello from CLI!"

List recent messages:

twilio sms list
twilio sms list --limit 50
twilio sms list --to "+1234567890"

Call Commands

Make an outbound call:

# Default greeting
twilio call make --to "+1234567890"

# Custom spoken message
twilio call make --to "+1234567890" --say "Your order is ready for pickup"

# Custom TwiML URL
twilio call make --to "+1234567890" --twiml "https://example.com/twiml.xml"

List recent calls:

twilio call list
twilio call list --limit 50
twilio call list --status completed

Account Status

Check balance and account info:

twilio status

License

MIT

Keywords

twilio

FAQs

Package last updated on 06 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts