Page 1 of 1

Is it possible to "dismiss" an alarm for Google Clock app?

Posted: 04 Dec 2018 21:45
by teiji
I use this Google Clock app to set my alarms (https://play.google.com/store/apps/deta ... k&hl=en_US). When an alarm is about to go off, it displays the alarm on the statusbar.

What I'm trying to do is create a flow with....

trigger: "Notifications on statusbar displayed" (another notification, not this alarm notification)
action: remove the alarm notification AND dismiss the alarm (the dismiss is important, because if the alarm notification is cleared but doesn't dismiss, the alarm will still go off, which I don't want).

So is it possible to "dismiss" this alarm with Automagic?

Re: Is it possible to "dismiss" an alarm for Google Clock ap

Posted: 04 Dec 2018 22:20
by anuraag
Use trigger => Notification on Statusbar Displayed: com.google.android.deskclock Content Title contains text Upcoming Alarm

Action=> Perform Action on Notification on Statusbar: Click button Dismiss

Re: Is it possible to "dismiss" an alarm for Google Clock ap

Posted: 05 Dec 2018 03:00
by teiji
Thank you anuraag. That totally works. You help me so much. :)