The How to Guide shows how to send Twilio SMS Messages with a simple node-red flow.
-
First install the node-red Twilio package
-
Create a Twilio account with a phone number (the US phone numbers a recommended because of cheap price of 1$ a month).
-
Use the Account ID and OAuth Token to login from yor node-red to the Twilio account. Put a text message into to configuration screen and save
-
To trigger the first test SMS usa a simple inject node and put an output string into the configuration screen.
-
Connect the Inject node with the Twilio node. Deploy the flow. Run the injection node by clikcing on the left side of the injection node.
Done