Skip to content

Email campaign

gen_email_campaign · slug email-campaign · icon 📬 · outputs markdown

A three-email sequence with subject line variants, grounded in audience research. Welcome, value, close. Optionally sends a test of the first email to your own inbox through your connected Gmail.

Inputs

FieldTypeNotes
Product or offerstringrequired, 1-120 chars
Campaign goalpickConvert sign-ups · Welcome and onboard · Re-engage inactive users · Launch a new feature · Sell a limited-time offer
Audiencetextrequired, 5-800 chars
The offer or hookstringoptional
Sender namestringoptional
TonepickFriendly and human · Crisp and professional · Playful · Calm and premium
Send a test of email 1booleandefault false — requires a connected Gmail account
Test recipientstringshown only when “send a test” is checked; sends only to this one address, never a list

Pipeline

StepRoleSkillsTierDepends on
audienceresearcherweb.research, web.searchcheap
emailswriterllm.generatestandardaudience
subjectsmarketerllm.generatecheapemails, audience
assembleeditordocs.write_markdown, files.writecheapaudience, emails, subjects
send_testcourieremail.sendcheapemails, subjects

send_test is the one step in the whole seed catalogue whose skill is email.send directly — it only runs meaningfully when sendTest is checked and Gmail is connected (see Connecting Gmail); the generator form’s x-showWhen hint keeps the recipient field hidden until you opt in.

Example run

{
"generatorId": "gen_email_campaign",
"inputs": {
"product": "Driftwood weekly planner",
"goal": "Convert sign-ups to paying customers",
"audience": "Freelancers who joined the waitlist last month; they want fewer tools, not more.",
"sendTest": false
}
}