Draft introduction mail
Use “Draft introduction mail” in Recued. Draft a double-opt-in style introduction between two people you know.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (23 steps)
a_set
compare
Check if setting person a email has data
b_set
compare
Check if setting person b email has data
reason_set
compare
Check if setting reason has data
distinct
compare
Check if setting person a email does not equal setting person b email
inputs_ok
all
Check if all conditions are true
resolve_a
?
skip: step.inputs_ok not_equal true
resolve_b
?
skip: step.inputs_ok not_equal true
a_found
compare
Check if resolve a contact id exists
b_found
compare
Check if resolve b contact id exists
both_found
all
Check if all conditions are true
a_name
coalesce
Use the first available value from: resolve a contact name, setting person a email
b_name
coalesce
Use the first available value from: resolve b contact name, setting person b email
a_org
coalesce
Use the first available value from: resolve a contact company, unknown
b_org
coalesce
Use the first available value from: resolve b contact company, unknown
a_title
coalesce
Use the first available value from: resolve a contact title, unknown
b_title
coalesce
Use the first available value from: resolve b contact title, unknown
intro_pii_protect
pii-protect
Apply pii-protect
intro_draft
?
skip: step.both_found not_equal true
intro_pii_restore
pii-restore
Apply pii-restore
draft_subject
coalesce
Use the first available value from: intro pii restore restored result subject, Intro: {{step.a_name}} <> {{step.b_name}}
draft_body
coalesce
Use the first available value from: intro pii restore restored result body, intro pii restore restored result content, intro pii restore restored result
outcome
ternary
Apply ternary
preview
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
tone
setting
=
warm and brief
reason
setting
=
person a email
setting
=
person b email
setting
=