Forward SMS to Rest API - Demo APK

Forward SMS to Rest API - Demo  Icon
0/5
0 Ratings
Developer
Maayan Hope
Current Version
1.99
Date Published
File Size
1.4 MB
Package ID
com.wedding.soft.www.smsforwardt
Price
$ 0.00
Downloads
74+
Category
Android Apps
Genre
Tools

APK Version History

Version
1.99 (28)
Architecture
universal
Release Date
April 02, 2022
Requirement
Android 5.1+
  • Forward SMS to Rest API - Demo Screenshot
  • Forward SMS to Rest API - Demo Screenshot
  • Forward SMS to Rest API - Demo Screenshot
  • Forward SMS to Rest API - Demo Screenshot
  • Forward SMS to Rest API - Demo Screenshot
  • Forward SMS to Rest API - Demo Screenshot

About Radio FM 90s

>>>>>>>> READ THE NOTES BELOW <<<<<<<<<
This is a demo APP. It does not actually forwards SMS messages
This app shows the main screens of the app
>>>>>>>> END OF NOTE <<<<<<<<<

for full version of the APP visit this web site:
https://www.forward-sms-to-rest-api.com

Forward SMS Messages received on the device to your Rest API or Web URL

1. Forward SMS Messages that are received on a mobile device to your REST API Server

2. Run this application and any message that is received by your mobile device will be forwarded to your rest web API

3. You can configure the application to use GET or POST actions when accessing the API server

4. You will see a logs of all messages forwarded to the remote API site

5. You can use this App to forward up to 50 SMS messages to your API server. After that you will have to buy the App. This will allow the App forward UNLIMITED number of SMS messages. The price less then 8$ - ONE TIME PAYMENT - No monthly fee

6. If you plan to install the App on more than 20 devices the price even goes lower.

7. SMS message can be also forwarded to other phones and not only to API endpoints

Example server side code (API.jsp):

<%

//mandatory parameters
String phone = (String) request.getParameter("phone");
String msgText = (String) request.getParameter("text");

//you can also pass other parameters in the URL
String device = (String) request.getParameter("device");

//do stuff here

%>

What's New in this version