How to grab the text in the app notification message as a judgment condition?

sanper

New member
Excuse me, How to grab the text in the app notification message as a judgment condition?
1 Make sure that when the message content has a string starting with "123 Hello", only the word "Hello" will be displayed through the dialog box
2 When it is judged that the message content has a string beginning with "456 facebook", open the facebook app, if "456 chrome" appears, open the chrome app
3 Determine whether the message content contains the string "https://google.com" and use the "default browser" to open the webpage
4 Determine whether the email content contains the string "www.google.com", and use the "designated browser" to open the web page, as firefox
5 If there are multiple devices that need to update the same rules, what synchronization mechanism can be used to update multiple devices at the same time?

Thank you very much~
 

tanutanu

Well-known member
Excuse me, How to grab the text in the app notification message as a judgment condition?
1 Make sure that when the message content has a string starting with "123 Hello", only the word "Hello" will be displayed through the dialog box
2 When it is judged that the message content has a string beginning with "456 facebook", open the facebook app, if "456 chrome" appears, open the chrome app
3 Determine whether the message content contains the string "https://google.com" and use the "default browser" to open the webpage
4 Determine whether the email content contains the string "www.google.com", and use the "designated browser" to open the web page, as firefox
5 If there are multiple devices that need to update the same rules, what synchronization mechanism can be used to update multiple devices at the same time?

Thank you very much~
Get the text by notifications once, then parse it on text manipulation actions. You can get the text on a variable via [sms_message] magic text.
Syncing with another devices is a little hard. Basically, it is impossible to automate it perfectly, but sync export to a cloud drive and its managing plugin will help you to do in most part. Only you have to do is just inport it.
 
Top