Company
Date Published
Author
Paul Kamp
Word count
836
Language
English
Hacker News points
None

Summary

Here is a 1-paragraph summary of the text: To send an SMS from a new Twilio number using bash or zsh, start by setting your Twilio credentials in the shell, then find and purchase a Twilio phone number with available numbers. Next, use curl to execute commands to query and purchase the number, and finally, use another set of curl commands to send an SMS message to a verified Twilio number, specifying the sender's number as the received number, the recipient's number, and the message body. With these steps completed, you can now explore the Twilio API using built-in shell tools and expand your command-line scripting capabilities.