Page 1 of 1
Can I integrate SMS API in software?
Posted: 30 Dec 2016, 09:31
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
Re: Can I integrate SMS API in software?
Posted: 30 Dec 2016, 10:29
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