QR Code
Forward SMS to Rest API - Demo

Forward SMS to Rest API - Demo

1.99 by Maayan Hope
(0 Reviews) August 20, 2024
Forward SMS to Rest API - Demo Forward SMS to Rest API - Demo Forward SMS to Rest API - Demo Forward SMS to Rest API - Demo Forward SMS to Rest API - Demo Forward SMS to Rest API - Demo

Latest Version

Version
1.99
Update
August 20, 2024
Developer
Maayan Hope
Categories
Tools
Platforms
Android
Downloads
0
License
Free
Package Name
com.wedding.soft.www.smsforwardt
Visit Page

More About Forward SMS to Rest API - Demo

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

%>

Rate the App

Add Comment & Review

User Reviews

Based on 0 reviews
5 Star
0
4 Star
0
3 Star
0
2 Star
0
1 Star
0
Add Comment & Review
We'll never share your email with anyone else.