Nexmo / nexmo-nodered

Node Red Nodes for The Nexmo APIs
MIT License
5 stars 6 forks source link

Find a method of iterating over a list of addresses for multiple sms #3

Closed sammachin closed 5 years ago

sammachin commented 5 years ago

This is possible using the change node to move the msg text into a flow varible, then a split node to break up the list of destination numbers either an array or comma separated string into individual messages that are then send to SendSMS using the flow variable as the message text. Once send SMS can use flow varibles in templates I will add a sample flow to the flows library

sammachin commented 5 years ago

implemented in https://flows.nodered.org/flow/a34555b338d811efe1f75a7cbc329e49

Using the new nodes the template can access flow