-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Konstantin Bogomolov
committed
Jun 5, 2021
1 parent
c1c226e
commit f3efd9e
Showing
8 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
# Simple incoming SMS to URL forwarder | ||
Set sender phone number or name and URL. If you want to send any SMS - use * (asterisk symbol) as a name. | ||
Every incoming SMS will be sent immediately to provided URL. | ||
Use it as Webhook for your SMS | ||
# Incoming SMS to URL forwarder | ||
|
||
## Limitations | ||
The current version will try to send a text to the URL immediately. If no Internet connection, the app will retry once later. | ||
The app will not check the HTTP response code. If the server responded with any code, it will be treated as sent. | ||
## How to use | ||
Set sender phone number or name and URL. It should match the number or name you see in the SMS messenger app. | ||
If you want to send any SMS to URL, use * (asterisk symbol) as a name. | ||
|
||
Every incoming SMS will be sent immediately to the provided URL. | ||
If the response code is not 2XX or the request ended with a connection error, the app will try to send again up to 10 times. | ||
Minimum first retry will be after 10 seconds, later wait time will increase exponentially. | ||
If the phone is not connected to the internet, the app will wait for the connection before the next attempt. | ||
|
||
## Screenshots | ||
<img alt="Incoming SMS Webhook Gateway screenshot 1" src="https://raw.githubusercontent.com/bogkonstantin/android_income_sms_gateway_webhook/master/screenshots/1.jpg" width="30%"/> <img alt="Incoming SMS Webhook Gateway screenshot 2" src="https://raw.githubusercontent.com/bogkonstantin/android_income_sms_gateway_webhook/master/screenshots/2.jpg" width="30%"/> <img alt="Incoming SMS Webhook Gateway screenshot 3" src="https://raw.githubusercontent.com/bogkonstantin/android_income_sms_gateway_webhook/master/screenshots/3.jpg" width="30%"/> | ||
<img alt="Incoming SMS Webhook Gateway screenshot 1" src="https://raw.githubusercontent.com/bogkonstantin/android_income_sms_gateway_webhook/master/screenshots/1.png" width="30%"/> <img alt="Incoming SMS Webhook Gateway screenshot 2" src="https://raw.githubusercontent.com/bogkonstantin/android_income_sms_gateway_webhook/master/screenshots/2.png" width="30%"/> <img alt="Incoming SMS Webhook Gateway screenshot 3" src="https://raw.githubusercontent.com/bogkonstantin/android_income_sms_gateway_webhook/master/screenshots/3.png" width="30%"/> | ||
|
||
## Download apk | ||
Download apk from [release page](https://github.com/bogkonstantin/android_income_sms_gateway_webhook/releases) | ||
|
||
## Recommendation | ||
Use external monitoring tools like [UpTime.onl](https://uptime.onl/) to monitor your webhook URL and prevent it from downtime. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.