The purpose is little difficult to explain, but il try.
-
I planned to send unique-independent onesignal notification to all my users separately.
-
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)).
-
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'.
- 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.