cancel
Showing results for 
Search instead for 
Did you mean: 

ZD1200 SMS via Customized Server

vladimir_volkov
New Contributor
Hi,
I have service with api to send SMS. But to send message using post or get method I need to enter "phone number" and "body message" variables. So I can't find in ruckus documentation description of how to pass variables from a web portal to post/get query.
my typical url for sending sms:
https://mydomain.com/sms.php?phone=1122122&text=mymessage
2 REPLIES 2

karthik
RUCKUS Team Member
Hi Vladimir,

Use variables "(PHONE_NUMBER)" and "(MESSAGE)" in URL.
Example If using GET method :
https://www.domain.com/sms/api/get_send/?phone=(PHONE_NUMBER)&test=GuestCode:(MESSAGE)%A1%BERuckus%A...

HTH
Karthik.

Thanks
Karthik.

Thank you, it works