Skip to content
Recued
Menu
← Back to recipes

Create a Mailchimp campaign draft

by recued-core v1

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 20 steps

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 8 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Mailchimp connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

mailchimp mailchimpemail-marketingcampaigndraftapprovalaudiencenewsletterpack:mailchimp

Details

20 steps 8 configurable settings recipe_id: create-mailchimp-campaign-draft