Signal when incoming mail requires action
Use “Signal when incoming mail requires action” in Recued. Owner-armed producer for the provider records signal.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Data fetch
message
?
▼
Process (24 steps)
defaults
defaults
Apply defaults
source_is_inbound
compare
Check if source direction equals inbound
bounded_min_confidence
clamp
Clamp setting min confidence between 0 and 1
bounded_urgent_window_hours
clamp
Clamp setting urgent window hours between 1 and 8760
bounded_mcp_callback_ttl_seconds
clamp
Clamp setting mcp callback ttl seconds between 60 and 86400
body_read
?
skip: step.source_is_inbound not_equal true
body
default
Apply default
body_present
compare
Check if body has data
protect
pii-protect
Apply pii-protect
classify
?
skip: step.body_present not_equal true
restore
pii-restore
Apply pii-restore
defaults_2
defaults
Apply defaults
is_actionable
any
Check if any of the conditions are true
meets_confidence
compare
Check if confidence is at least bounded min confidence
signal_active
all
Check if all conditions are true
recued_enabled
any
Check if any of the conditions are true
mcp_enabled
any
Check if any of the conditions are true
mcp_destination_present
compare
Check if setting mcp destination contract id has data
send_recued
all
Check if all conditions are true
send_mcp
all
Check if all conditions are true
notify_title
switch
Map category to one of: reply_needed, urgent_action
notify_recued
?
skip: step.send_recued not_equal true
notify_mcp
?
skip: step.send_mcp not_equal true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
delivery mode
setting
=
recued
min confidence
setting
=
0.72
urgent window hours
setting
=
24
notification channels
setting
=
in_app
mcp callback ttl seconds
setting
=
21600
mcp destination contract id
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.