Page 1 of 1

Action based on Gmail notification (condition for "Label"

Posted: 19 Sep 2018 13:41
by dribnus
Since Gmail took away the customized label notification, I'm trying to get Automagic to simulate the action. I'm not sure how to get AM to trigger based on the Label though. I'm using condition "Notification on Statusbar Displayed" Is it related to the Notification ID? I have no idea what that field is for. Or, should I be using a different condition to trigger the notification sound I want to use?

Re: Action based on Gmail notification (condition for "Label

Posted: 19 Sep 2018 17:42
by Desmanto
You can use my variable logger flow to log the notification : viewtopic.php?f=3&t=7285
Later find the value which contain the label you want, use that value as the trigger or expression checking.

Notification can sometimes show different result in different devices and ROMs, you have to test it out by yourself.

Re: Action based on Gmail notification (condition for "Label

Posted: 19 Sep 2018 17:53
by dribnus
Desmanto wrote:You can use my variable logger flow to log the notification : viewtopic.php?f=3&t=7285
Later find the value which contain the label you want, use that value as the trigger or expression checking.

Notification can sometimes show different result in different devices and ROMs, you have to test it out by yourself.
Thanks Desmanto. That goes pretty deep, but I'm willing to try to figure it out.