22
Views
2
Comments
[SMS Cordova Plugin] Can we read only financial SMS?
Question
sms-cordova-plugin
Mobile icon
Forge asset by Pedro Domingues

Hi Team,

I need to fetch only financial SMS using this SMS plugin.

is this possible?

if yes then please share a info.

2021-01-04 08-13-48
Toto
 
MVP

Hi,

The plugin will fetch the SMS, if you only need the financial ones, you can filter by keyword and show only the financial one to the UI.


2026-03-23 09-58-51
Pedro Domingues
Champion

Swapnil Shinde wrote:

Hi Team,

I need to fetch only financial SMS using this SMS plugin.

is this possible?

if yes then please share a info.

 Hi Swapnil,

As Toto said previously, you can read whatever you want.

If you want to read only Financial SMS, you need to create a pattern that recognizes those Financial SMS's (using a regex pattern for instance) and if it matches that pattern you can dig into the SMS content.

You can also use the sender phone number if it's always the same number.

Cheers,

Pedro Domingues

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.