Recued
Menu
← Back to recipes

Triage inbox (D-145 PA10)

by recued-core v1 14 views

Use “Triage inbox” in Recued. Classify each inbound email into urgentaction / awaitingresponse / fyi / promotional / spam and send an in-app notification for urgentaction + awaitingresponse (subject, sender, suggested next action). Promotional / spam classify silently — no notification noise on bulk mail.

How it works 16 steps

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

Data fetch
message ?
Process (15 steps)
defaults defaults
Apply defaults
body_read ?
body default
Apply default
body_present compare
Check if body has data
skip_empty compare
Check if body present does not equal true
protect pii-protect
Apply pii-protect
classify ?
skip: step.skip_empty equal true
restore pii-restore
Apply pii-restore
defaults_2 defaults
Apply defaults
is_actionable any
Check if any of the conditions are true
below_confidence compare
Check if confidence is less than setting min confidence
skip_notify any
Check if any of the conditions are true
notify_title switch
Map category to one of: urgent_action, awaiting_response
notify ?
skip: step.skip_notify equal true
card to_summary
Format results as a summary card
Settings 2 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

channels setting = in_app
min confidence setting = 0.6

Trust & control

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

Permissions it requires

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

Data it touches

Warehousedata.mail

About

Tags

emailmailinboxtriagealertai_surfacereactivepack:personal-organizer

Details

16 steps 2 configurable settings recipe_id: triage-inbox