1) Read .csv file from phone, 2) Seach for a keyword 'Apple4321' 3) If keyword found, then look for the nearest word if it is 'send' 4) If the word 'send' is found do some action like 'play music'

The purpose is little difficult to explain, but il try.

  1. I planned to send unique-independent onesignal notification to all my users separately.

  2. And, I planned to achieve this for completely free of cost (without bothering about any quota limits (I don't want the quota limit issues later, so I have chosen this)).

  3. So, I decided to use 'Tasker app + K-9-email' (as suggested by chatgpt). Tasker app will detect when new email is recieved with the keyword 'Apple4321'. Each keyword is for each user. NOTE: Tasker app costs around 3 usd as a one time payment.

The moment tasker app detected the keyword, it will add a new word 'send' in a .csv file near to the keyword 'Apple4321'.

  1. Now, mit ai2 app has to do the following.

a) If the word 'send' is found near to any keyword, then choose the specific onesignal id from that .csv file and send Notification to the apps belong to that onesignal id. In this way, the notification will be sent to the targeted user.
b) After, sending the notification, delete the word 'send' and the process will continue.

All, these (tasker, mit ai2 and k9 email) will work in my mobile phone. So, guide me to achieve this.

Each keyword and onesignal id is/are assigned for each user. So, when the new incommjg email contains any keyword that belongs to any user, the Apps (above mentioned three apps) have to find the onesignal id and assign it in a global variable and send notification to the apps belong to that onesignal id. In this way, i am planning to send notification to the right users precisely.

Share your ideas.

The purpose of using these three apps instead of trying in alternative method is only because of the reason to avoid Google's quota limit issue in future. I read that Google has quota limit to do what I said in above comments for free of cost. If the quota limit is exceeded then I have to pay regularly to continue the process. So, if I try and achieve in this way, I can skip the quota limit issue, I think so.

So, help me from your side as well while I am trying from my side. Thankyou.