下载 APKPure App
可在安卓获取SMS Webhook的历史版本
创建webhook当从设备收到的短信。通过电话和邮件筛选器。
With this small application, you can create a webhook (http) and send request to this web service when your device receive a sms.
You can filter by phone numbers (separated by comma) and filter by message content (separated by comma) to limit to some sms need to send to web service.
We DO NOT collect any your sms, personal informations. So, just use this app for your business need.
-------
For Webhook developers:
App hook system will send a POST request to your webhook url with param "address" and "text". Param "address" will hold sms sender (can be number, brandname) and "text" will hold sms message.
HTTP request will have User Agent "sms-webhook".