bogkonstantin / android_income_sms_gateway_webhook

Simple Android incoming SMS to URL forwarder
MIT License
352 stars 96 forks source link

[Request] Filter on content, not only on sender #52

Open git-78 opened 12 months ago

git-78 commented 12 months ago

Thank a lot for the app, it's pretty cool!

That would be very useful if we could filter on sender and/or on SMS content. Ex: forward all SMS containing keyword XYZ Ex forward SMS from sender ABC and containing keyword XYZ

Could you add that?

davchana commented 8 months ago

Filter it other way around too.

Exclude (don't forward) any message containing XYZ words.

XYZ could be a comma seperated array of multiple keywords.

vsuhachev commented 6 months ago

Or regular expressions instead keywords?