Page 1 of 1

Action: Snooze Notification (8.0+)

Posted: 02 Sep 2017 07:24
by gollyzila
I'd like to be able to snooze notifications for a custom time.

Specifically I plan to automatically snooze this persistent Android System notification that shows up for background apps.

Re: Action: Snooze Notification (8.0+)

Posted: 02 Sep 2017 09:33
by Bluscre

Re: Action: Snooze Notification (8.0+)

Posted: 02 Sep 2017 19:24
by Martin
Hi,

The next EAP build will contain a new action to snooze notifications since it can be used to hide the 'X apps are running in the background'.

Regards,
Martin

Re: Action: Snooze Notification (8.0+)

Posted: 02 Sep 2017 21:00
by gollyzila
Wow, that was fast, thank you!

Re: Action: Snooze Notification (8.0+)

Posted: 04 Sep 2017 07:04
by gollyzila
@Martin

Can you add an option to snooze a user-defined notification? The flow that does the snoozing isn't triggered by Notification on Statusbar Displayed, so it doesn't have a reference to the correct notification.

Re: Action: Snooze Notification (8.0+)

Posted: 04 Sep 2017 19:20
by Martin
Hi,

You can also use a condition Notification on Statusbar Displayed to find any other notification within a flow that is not triggered by the notification at all (e.g. in a flow with trigger Automagic Startup).

Regards,
Martin

Re: Action: Snooze Notification (8.0+)

Posted: 04 Sep 2017 19:31
by gollyzila
That did the trick, thank you