Forward SMS to Rest API - Demo

500+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

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

%>
Updated on
Jan 5, 2022

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection