Notification reader

I'mnoob

Member
Hi, I want macrodroide to read certain app's notifications which I have set to silent mode so it doesn't notify me but some notifications from that app is useful and I want macrodroide to detect certain words from that app's notifications and notify me

Please let me know what things can I use to make this happen!
 

Jacob L

Moderator (Lawsonator)
Trigger: notification>specific app (you can even give it keywords here)
Action: set variable, give it a name and set it to [notification].

Now you can add an if statement, if variable contains xyz
Set volume
Speak text action > variableName, change the volume channel to the one whose volume you just changed
 

I'mnoob

Member
Hi @Jacob L
Thanks for replying
Screenshot_20230211-210810.pngIm really confused here. I just want the macrodroide to match any keywords similar to the words I have provided (multiple words). Not sure which option is good.

Also if u can explain those 3 check box
 

I'mnoob

Member
I have set it to matches and put some keywords there and to test the trigger. I test it with using another telegram I'd and sent the words which I have put so that it can match and trigger but it's not triggering
 

I'mnoob

Member
Ok so I have managed macrodroide to trigger and it works but only if I put one words if I add more words it's not working.
I have set it to matches and put some keywords there and to test the trigger. I test it with using another telegram I'd and sent the words which I have put so that it can match and trigger but it's not triggering
 

Dimlos

Well-known member
Set this in the Notifivation Received dialog and the Text Content should be a local variable.
Local variables can have multiple keywords and use | as a word separator. (apple|lemon|grape)
 

Attachments

  • Notifivation Received.jpg
    Notifivation Received.jpg
    349.9 KB · Views: 38
  • Local Variable.jpg
    Local Variable.jpg
    363.7 KB · Views: 40

I'mnoob

Member
Hi I have done the exact things.I created a variable of string and store some value (keywords) and tested with some other account with telegram and it didn't work.
 

Attachments

  • Screenshot_20230213-115733.png
    Screenshot_20230213-115733.png
    153.2 KB · Views: 32

Dimlos

Well-known member
Download the two macros and run the Test Notification macro.
If you match the keywords, you should see a match popup.
 

Attachments

  • Catch_Notification.macro
    1.7 KB · Views: 30
  • Test_Notification.macro
    6.2 KB · Views: 29
Top