This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

SMS - Twilio
#1
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')
Reply


Messages In This Thread
SMS - Twilio - by Fahd - 02.08.2022, 06:24
RE: SMS - Twilio - by admin - 02.08.2022, 07:47
RE: SMS - Twilio - by Fahd - 02.08.2022, 08:23
RE: SMS - Twilio - by admin - 02.08.2022, 08:41
RE: SMS - Twilio - by Fahd - 02.08.2022, 09:53
RE: SMS - Twilio - by admin - 02.08.2022, 09:57
RE: SMS - Twilio - by Fahd - 02.08.2022, 10:18
RE: SMS - Twilio - by admin - 02.08.2022, 10:37
RE: SMS - Twilio - by Fahd - 02.08.2022, 10:54
RE: SMS - Twilio - by admin - 02.08.2022, 11:38
RE: SMS - Twilio - by Fahd - 02.08.2022, 11:46
RE: SMS - Twilio - by admin - 02.08.2022, 12:05
RE: SMS - Twilio - by Fahd - 02.08.2022, 12:23

Forum Jump: