Reminder due notifier
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
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.