This is an example of how to send an SMS. To run this script you should:
- Download the index.js and package.json files
- Install the dependencies with
npm install
- Get your Twilio Account SID and Auth Token from your Twilio console (sign up for a free account if you don't already have one)
- Get a Twilio number that can send SMS
- Set the credentials and other variables in the environment and run the script:
TWILIO_ACCOUNT_SID=ACXXXX \
TWILIO_AUTH_TOKEN=abc123 \
TWILIO_PHONE_NUMBER=+12345678 \
TO_PHONE_NUMBER=YOUR_PHONE_NUMBER \
node index.js
Alternatively, you can replace the calls to process.env
with your variables.
Run the script and you will receive a new SMS message.
it's wonderful helping. π©πΌπ¨πΌπ§πΌπ§πΌπ¦πΌπ§πΌπππ