Skip to content
Recued
Menu
← Back to recipes

Triage inbox (D-145 PA10)

by recued-core v1

Classify each inbound email into urgent_action / awaiting_response / fyi / promotional / spam and send an in-app notification for urgent_action + awaiting_response (subject, sender, suggested next action). Promotional / spam classify silently — no notification noise on bulk mail. Fires automatically on inbound mail; the classifier model sees only PII-aliased text, never the raw sender.

How it works 18 steps

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

Data fetch
message ?
Process (17 steps)
subject default
Apply default
from_email default
Apply default
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
category default
Apply default
confidence default
Apply default
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.

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.mail

About

Tags

emailmailinboxtriagealertai_surfacereactivepack:personal-organizer

Details

18 steps 2 configurable settings recipe_id: triage-inbox