Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies

SMS Forwarding To Rest API সম্পর্কে

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

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

%>

সর্বশেষ সংস্করণ 1.1 এ নতুন কী

Last updated on Jan 4, 2019

change icons

অনুবাদ লোড হচ্ছে...

অতিরিক্ত অ্যাপ তথ্য

সাম্প্রতিক সংস্করণ

SMS Forwarding To Rest API আপডেটের অনুরোধ করুন 1.1

আপলোড

Uğur Hezer

Android প্রয়োজন

Android 5.0+

আরো দেখান

SMS Forwarding To Rest API স্ক্রিনশট

মন্তব্য লোড হচ্ছে...
ভাষা
APKPure সাবস্ক্রাইব করুন
সেরা অ্যান্ড্রয়েড গেমস এবং অ্যাপ্লিকেশনগুলির প্রাথমিক রিলিজ, সংবাদ এবং গাইডগুলিতে অ্যাক্সেস পাওয়ার জন্য প্রথম হন।
না ধন্যবাদ
নিবন্ধন করুন
সফলভাবে সাবস্ক্রাইব!
আপনি এখন এপকপুরে সাবস্ক্রাইব করেছেন।
APKPure সাবস্ক্রাইব করুন
সেরা অ্যান্ড্রয়েড গেমস এবং অ্যাপ্লিকেশনগুলির প্রাথমিক রিলিজ, সংবাদ এবং গাইডগুলিতে অ্যাক্সেস পাওয়ার জন্য প্রথম হন।
না ধন্যবাদ
নিবন্ধন করুন
সাফল্য!
আপনি এখন আমাদের নিউজলেটারে সাবস্ক্রাইব করেছেন।