Recued
Menu
← Back to recipes

Extract tasks from mail (D-145 PA10)

by recued-core v1 14 views

Use “Extract tasks from mail” in Recued. Extract action items from an inbound email into Recued's task tracker — title, due date, and priority (low / medium / high). Thread-aware; fires automatically on each inbound message; records only extractions above the confidence floor (default 0.7).

How it works 26 steps

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

Data fetch
message ?
Process (25 steps)
defaults defaults
Apply defaults
has_thread_id compare
Check if thread id has data
thread ?
skip: step.has_thread_id not_equal true
thread_messages default
Apply default
thread_body_reads ?
thread_messages_with_body filter
Filter by condition
thread_body_segments pluck
Extract result.body from each item
thread_body join
Join items with " --- "
single_body_read ?
skip: step.has_thread_id equal true
single_body default
Apply default
body ternary
Apply ternary
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
extract ?
skip: step.skip_empty equal true
restore pii-restore
Apply pii-restore
defaults_2 defaults
Apply defaults
assignee_email trim
Trim whitespace from extracted assignee email
due_at date_parse
Parse restore restored due at iso as a date
below_threshold compare
Check if extracted confidence is less than setting confidence threshold
missing_title compare
Check if extracted title is empty
skip_create any
Check if any of the conditions are true
resolve_assignee ?
skip: step.assignee_email is_empty
create ?
skip: step.skip_create equal true
card to_summary
Format results as a summary card
Settings 2 configurable

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

container names setting = [object Object]
confidence threshold setting = 0.7

Trust & control

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

Data it touches

Warehousedata.mail

About

Tags

emailmailtaskwork-entityreactivesilent-producerpack:personal-organizerai_surface

Details

26 steps 2 configurable settings recipe_id: extract-tasks-from-mail