Proxy which transforms SMS messages to HTTP requests
Change limit to 30,000 SMS per minute
adb shell
settings put global sms_outgoing_check_max_count 30000
settings put global sms_outgoing_check_interval_ms 6000
- Restart phone
GET https:///api?body=<incoming_sms>
?number=<incoming_number>
{
"message": "<reply_message>"
}