Skip to content
Recued
Menu
← Back to recipes

Reminder due notifier

by recued-core v1

Hidden reminder firing recipe. It watches Recued reminder tasks at due_at, sends a notification through default fanout, and marks the task state as fired so the reminder does not re-notify after the watcher ledger has fired.

How it works 6 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (6 steps)
text default
Apply default
skip_notification any
Check if any of the conditions are true
send ?
skip: step.skip_notification equal true
delivery_not_confirmed any
Check if any of the conditions are true
mark_fired ?
skip: step.delivery_not_confirmed equal true
card to_summary
Format results as a summary card

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Send notifications
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.task

About

Tags

remindertasknotifyreactivehiddenpack:personal-organizer

Details

6 steps recipe_id: reminder-due-notifier