Create a Mailchimp campaign draft
Approval-gated Mailchimp campaign draft workflow. It reads the destination audience for context, creates exactly one regular campaign draft, and can update that draft with HTML/plain-text content. It never sends, schedules, cancels, pauses, resumes, deletes, uploads files, mutates automations, or calls arbitrary Mailchimp endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (20 steps)
title
trim
Trim whitespace from setting title
subject_line
trim
Trim whitespace from setting subject line
from_name
trim
Trim whitespace from setting from name
reply_to
trim
Trim whitespace from setting reply to
html
trim
Trim whitespace from setting html
plain_text
trim
Trim whitespace from setting plain text
has_title
compare
Check if title has data
has_subject
compare
Check if subject line has data
has_from
compare
Check if from name has data
has_reply_to
compare
Check if reply to has data
has_html
compare
Check if html has data
has_plain_text
compare
Check if plain text has data
has_required
all
Check if all conditions are true
has_content
any
Check if any of the conditions are true
skip_content
any
Check if any of the conditions are true
audience
?
draft
?
skip: step.has_required not_equal true
content
?
skip: step.skip_content equal true
skipped
compare
Check if has required does not equal true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
html
setting
=
title
setting
=
list id
setting
=
reply to
setting
=
from name
setting
=
mailchimp
setting
=
plain text
setting
=
subject line
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.