Can I integrate SMS API in software?

Post here your questions about Actionscript and Java server side extensions development.

Moderators: Lapo, Bax

Post Reply
Karinanderson
Posts: 1
Joined: 29 Dec 2016, 09:49
Contact:

Can I integrate SMS API in software?

Post by Karinanderson »

I just wanted to ask is it possible to integrate SMS API into the software? I wanted to send SMS notifications to my users. Please share your knowledge regarding the same
Its quite hard but interesting as well to handle huge traffic on Rummy Rules website.
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Re: Can I integrate SMS API in software?

Post by Lapo »

Hi,
yes there should different ways to this. Typically you need to send an HTTP request to an "SMS gateway" which is a remote server.

This is pretty easy to do via an Extension in SmartFoxServer 2X which already ships with an easy to use HTTP client library:
http://hc.apache.org/httpcomponents-client-ga/

Hope it helps
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply