Auto Forward incoming SMS to a PC or any device on the Internet thatt is running an API.
An excellent use case for this application is
- In automations where SMS/OTP authentication is required.
- Can be used as a webhook to trigger a task on receiving a specific SMS
SETUP: Has 2 Parts.
- Android App (This Repository. Will be added to Google PlayStore later)
- Custom API that can process a POST call (https://github.com/RohinSidharth/SmsReceiverWebApi). Just deploy on IIS. Will add PowerShell one-liner to help deploy it.