Hi,
I'm using to script below to send an SMS via Twilio,
What should I change if I have more than one number to send to?
value = event.getvalue()
if value == true then
from_nr = '+13253264263'
to_nr = 'Number1'
id_nr = '***' --
token_nr = '***' -
sms(id_nr, token_nr, from_nr, to_nr, 'Alarm HCWC 009 changed to Alarm OFF')
I'm using to script below to send an SMS via Twilio,
What should I change if I have more than one number to send to?
value = event.getvalue()
if value == true then
from_nr = '+13253264263'
to_nr = 'Number1'
id_nr = '***' --
token_nr = '***' -
sms(id_nr, token_nr, from_nr, to_nr, 'Alarm HCWC 009 changed to Alarm OFF')