Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 546 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 546 Bytes

SmsPOST

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

  1. In automations where SMS/OTP authentication is required.
  2. Can be used as a webhook to trigger a task on receiving a specific SMS

SETUP: Has 2 Parts.

  1. Android App (This Repository. Will be added to Google PlayStore later)
  2. 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.