Telnyx Basic SMS Flow

This flow describes a basic Node Flow to test the newly born Telnyx node. In this flow, we take advantage of the native Inject and Debug nodes to understand how it works.

telnyx-basic-sms-flow

To get started, sign up for a Portal account, then follow the steps in our quickstart guide to buy an SMS-enabled number.

msg.payload should contain the content of the SMS message.
[{"id":"870259f405be5fc9","type":"tab","label":"Telnyx","disabled":false,"info":"Telnyx Node-RED Sample Flow","env":[]},{"id":"d0a3bed732c81fde","type":"inject","z":"870259f405be5fc9","name":"Inject","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"This is a Test SMS from Telnyx Node-RED Module","payloadType":"str","x":430,"y":320,"wires":[["4f6c83e011d5bd3a"]]},{"id":"4f6c83e011d5bd3a","type":"Telnyx","z":"870259f405be5fc9","telnyx":"","name":"","product":"alpha","alpha":"","from":"","toNum":"","profile":"","x":590,"y":320,"wires":[["8f4bc47a3a1be27e"]],"icon":"node-red-node-telnyx/telnyx_logo_2023.png"},{"id":"8f4bc47a3a1be27e","type":"debug","z":"870259f405be5fc9","name":"debug","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":750,"y":320,"wires":[]}]

Flow Info

Created 11 months, 3 weeks ago
Rating: 4 1

Actions

Rate:

Node Types

Core
  • debug (x1)
  • inject (x1)
Other
  • Telnyx (x1)
  • tab (x1)

Tags

  • Telnyx
  • node-red
  • sms
  • Alphasender
  • 2-way
Copy this flow JSON to your clipboard and then import into Node-RED using the Import From > Clipboard (Ctrl-I) menu option