SMS Forwarding To Rest API Application icon

SMS Forwarding To Rest API 1.3

2.1 MB / 0+ Downloads / Rating 3.0 - 2 reviews


See previous versions

SMS Forwarding To Rest API, developed and published by Maayan Hope, has released its latest version, 1.3, on 2024-07-05. This app falls under the Tools category on the Google Play Store and has achieved over 10 installs. It currently holds an overall rating of 3.0, based on 2 reviews.

SMS Forwarding To Rest API APK available on this page is compatible with all Android devices that meet the required specifications (Android 5.0+). 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.wdding_soft.www.smsforwardtorest

Updated: 7 months ago

Developer Name: Maayan Hope

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing SMS Forwarding To Rest API 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.

App Rating

3.0
Total 2 reviews

Reviews

1 ★, on 2019-02-10
Can't use it's show dialog about network security policy

5 ★, on 2019-01-04
Wow. Simple app at last

Previous Versions

SMS Forwarding To Rest API 1.3
2024-07-05 / 2.1 MB / Android 5.0+

SMS Forwarding To Rest API 1.1
2020-10-30 / 2.1 MB / Android 5.0+

About this app

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 500 SMS messages to your API server. After that you will have to buy an extension that will allow the App to be used for any number of SMS messages. The price is about 3.5USD

6. Permissions We need:
1. READ_SMS + RECEIVE_SMS: to be able to grab the SMS messages that are received by the device
2. INTERNET : to be able to send the message to your API server
3. BILLING: To be able to use for more than 500 messages


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

%>

New features

ug fixes

App Permissions

Allows an application to read SMS messages.
Allows an application to receive SMS messages.
Allows applications to open network sockets.