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
3 REPLIES 3

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

Tercibell
New Contributor

I managed to get things working after pointing the system to our internal API, which then relays messages to our sip provider via their SMS gateway. It needed some tweaking to format the JSON payload the way our sip provider accepts it, but once that was sorted, messages started going through fine.