Create an Outreach template
Approval-gated Outreach template creation. It reads existing templates for context, then creates one template through recued-core.outreach.template.create with an explicit subject and HTML body. It does not update templates, delete templates, associate sequence templates, create sequence steps, send mail, or call arbitrary Outreach endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (8 steps)
subject
trim
Trim whitespace from setting subject
body_html
trim
Trim whitespace from setting body html
existing_templates
?
has_subject
compare
Check if subject has data
has_body
compare
Check if body html has data
ready
all
Check if all conditions are true
create_template
?
skip: step.ready not_equal true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
subject
setting
=
outreach
setting
=
body html
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.