Forward SMS to Rest API - Demo Application icon

Forward SMS to Rest API - Demo 1.99

1.4 MB / 5+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Forward SMS to Rest API - Demo, developed and published by Maayan Hope, has released its latest version, 1.99, on 2023-12-21. This app falls under the Tools category on the Google Play Store and has achieved over 500 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Forward SMS to Rest API - Demo APK available on this page is compatible with all Android devices that meet the required specifications (Android 5.1+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.wedding.soft.www.smsforwardt

Updated: 1 year ago

Developer Name: Maayan Hope

Category: Tools

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Forward SMS to Rest API - Demo on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Previous Versions

Forward SMS to Rest API - Demo 1.99
2023-12-21 / 1.4 MB / Android 5.1+

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

%>

App Permissions

Allows applications to open network sockets.