@miranda0808/maya-codex 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +30 -0
- package/bin/maya-codex.js +36 -0
- package/package.json +19 -0
- package/payload/.agents/skills/ab-test-setup/SKILL.md +266 -0
- package/payload/.agents/skills/ab-test-setup/evals/evals.json +105 -0
- package/payload/.agents/skills/ab-test-setup/references/sample-size-guide.md +263 -0
- package/payload/.agents/skills/ab-test-setup/references/test-templates.md +277 -0
- package/payload/.agents/skills/ad-creative/SKILL.md +362 -0
- package/payload/.agents/skills/ad-creative/evals/evals.json +90 -0
- package/payload/.agents/skills/ad-creative/references/generative-tools.md +637 -0
- package/payload/.agents/skills/ad-creative/references/platform-specs.md +213 -0
- package/payload/.agents/skills/ai-seo/SKILL.md +398 -0
- package/payload/.agents/skills/ai-seo/evals/evals.json +90 -0
- package/payload/.agents/skills/ai-seo/references/content-patterns.md +285 -0
- package/payload/.agents/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/payload/.agents/skills/analytics-tracking/SKILL.md +309 -0
- package/payload/.agents/skills/analytics-tracking/evals/evals.json +90 -0
- package/payload/.agents/skills/analytics-tracking/references/event-library.md +260 -0
- package/payload/.agents/skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/payload/.agents/skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/payload/.agents/skills/churn-prevention/SKILL.md +424 -0
- package/payload/.agents/skills/churn-prevention/evals/evals.json +93 -0
- package/payload/.agents/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/payload/.agents/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/payload/.agents/skills/cold-email/SKILL.md +158 -0
- package/payload/.agents/skills/cold-email/evals/evals.json +94 -0
- package/payload/.agents/skills/cold-email/references/benchmarks.md +83 -0
- package/payload/.agents/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/payload/.agents/skills/cold-email/references/frameworks.md +90 -0
- package/payload/.agents/skills/cold-email/references/personalization.md +79 -0
- package/payload/.agents/skills/cold-email/references/subject-lines.md +53 -0
- package/payload/.agents/skills/competitor-alternatives/SKILL.md +256 -0
- package/payload/.agents/skills/competitor-alternatives/evals/evals.json +93 -0
- package/payload/.agents/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/payload/.agents/skills/competitor-alternatives/references/templates.md +223 -0
- package/payload/.agents/skills/content-strategy/SKILL.md +359 -0
- package/payload/.agents/skills/content-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/copy-editing/SKILL.md +447 -0
- package/payload/.agents/skills/copy-editing/evals/evals.json +89 -0
- package/payload/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/payload/.agents/skills/copywriting/SKILL.md +252 -0
- package/payload/.agents/skills/copywriting/evals/evals.json +111 -0
- package/payload/.agents/skills/copywriting/references/copy-frameworks.md +344 -0
- package/payload/.agents/skills/copywriting/references/natural-transitions.md +272 -0
- package/payload/.agents/skills/email-sequence/SKILL.md +309 -0
- package/payload/.agents/skills/email-sequence/evals/evals.json +93 -0
- package/payload/.agents/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/payload/.agents/skills/email-sequence/references/email-types.md +515 -0
- package/payload/.agents/skills/email-sequence/references/sequence-templates.md +168 -0
- package/payload/.agents/skills/form-cro/SKILL.md +429 -0
- package/payload/.agents/skills/form-cro/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/SKILL.md +178 -0
- package/payload/.agents/skills/free-tool-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/references/tool-types.md +217 -0
- package/payload/.agents/skills/launch-strategy/SKILL.md +353 -0
- package/payload/.agents/skills/launch-strategy/evals/evals.json +91 -0
- package/payload/.agents/skills/marketing-ideas/SKILL.md +167 -0
- package/payload/.agents/skills/marketing-ideas/evals/evals.json +90 -0
- package/payload/.agents/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/payload/.agents/skills/marketing-psychology/SKILL.md +455 -0
- package/payload/.agents/skills/marketing-psychology/evals/evals.json +88 -0
- package/payload/.agents/skills/onboarding-cro/SKILL.md +220 -0
- package/payload/.agents/skills/onboarding-cro/evals/evals.json +92 -0
- package/payload/.agents/skills/onboarding-cro/references/experiments.md +258 -0
- package/payload/.agents/skills/page-cro/SKILL.md +182 -0
- package/payload/.agents/skills/page-cro/evals/evals.json +111 -0
- package/payload/.agents/skills/page-cro/references/experiments.md +248 -0
- package/payload/.agents/skills/paid-ads/SKILL.md +315 -0
- package/payload/.agents/skills/paid-ads/evals/evals.json +90 -0
- package/payload/.agents/skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/payload/.agents/skills/paid-ads/references/audience-targeting.md +243 -0
- package/payload/.agents/skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/payload/.agents/skills/paywall-upgrade-cro/SKILL.md +227 -0
- package/payload/.agents/skills/paywall-upgrade-cro/evals/evals.json +93 -0
- package/payload/.agents/skills/paywall-upgrade-cro/references/experiments.md +164 -0
- package/payload/.agents/skills/popup-cro/SKILL.md +453 -0
- package/payload/.agents/skills/popup-cro/evals/evals.json +94 -0
- package/payload/.agents/skills/pricing-strategy/SKILL.md +231 -0
- package/payload/.agents/skills/pricing-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/pricing-strategy/references/research-methods.md +152 -0
- package/payload/.agents/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/payload/.agents/skills/product-marketing-context/SKILL.md +27 -0
- package/payload/.agents/skills/product-marketing-context/evals/evals.json +40 -0
- package/payload/.agents/skills/programmatic-seo/SKILL.md +238 -0
- package/payload/.agents/skills/programmatic-seo/evals/evals.json +94 -0
- package/payload/.agents/skills/programmatic-seo/references/playbooks.md +308 -0
- package/payload/.agents/skills/referral-program/SKILL.md +255 -0
- package/payload/.agents/skills/referral-program/evals/evals.json +89 -0
- package/payload/.agents/skills/referral-program/references/affiliate-programs.md +164 -0
- package/payload/.agents/skills/referral-program/references/program-examples.md +143 -0
- package/payload/.agents/skills/revops/SKILL.md +343 -0
- package/payload/.agents/skills/revops/evals/evals.json +91 -0
- package/payload/.agents/skills/revops/references/automation-playbooks.md +290 -0
- package/payload/.agents/skills/revops/references/lifecycle-definitions.md +278 -0
- package/payload/.agents/skills/revops/references/routing-rules.md +203 -0
- package/payload/.agents/skills/revops/references/scoring-models.md +247 -0
- package/payload/.agents/skills/sales-enablement/SKILL.md +349 -0
- package/payload/.agents/skills/sales-enablement/evals/evals.json +91 -0
- package/payload/.agents/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/payload/.agents/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/payload/.agents/skills/sales-enablement/references/objection-library.md +270 -0
- package/payload/.agents/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/payload/.agents/skills/schema-markup/SKILL.md +179 -0
- package/payload/.agents/skills/schema-markup/evals/evals.json +87 -0
- package/payload/.agents/skills/schema-markup/references/schema-examples.md +398 -0
- package/payload/.agents/skills/seo-audit/SKILL.md +412 -0
- package/payload/.agents/skills/seo-audit/evals/evals.json +136 -0
- package/payload/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/payload/.agents/skills/signup-flow-cro/SKILL.md +359 -0
- package/payload/.agents/skills/signup-flow-cro/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/SKILL.md +357 -0
- package/payload/.agents/skills/site-architecture/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/references/mermaid-templates.md +216 -0
- package/payload/.agents/skills/site-architecture/references/navigation-patterns.md +305 -0
- package/payload/.agents/skills/site-architecture/references/site-type-templates.md +293 -0
- package/payload/.agents/skills/social-content/SKILL.md +278 -0
- package/payload/.agents/skills/social-content/evals/evals.json +92 -0
- package/payload/.agents/skills/social-content/references/platforms.md +170 -0
- package/payload/.agents/skills/social-content/references/post-templates.md +177 -0
- package/payload/.agents/skills/social-content/references/reverse-engineering.md +195 -0
- package/payload/.maya/executor.md +79 -0
- package/payload/.maya/meta-api-agent.md +48 -0
- package/payload/.maya/modes/consult.md +63 -0
- package/payload/.maya/modes/task.md +97 -0
- package/payload/.maya/planner.md +69 -0
- package/payload/.maya/researcher.md +51 -0
- package/payload/.maya/templates/plan.md +77 -0
- package/payload/.maya/templates/state.md +87 -0
- package/payload/.maya/templates/task-packet.md +75 -0
- package/payload/MAYA-CATALOG.md +115 -0
- package/payload/MAYA-DEPENDENCIES.md +58 -0
- package/payload/MAYA.md +151 -0
- package/payload/campaigns/README.md +14 -0
- package/payload/commands/maya-consult.md +28 -0
- package/payload/commands/maya-task.md +38 -0
- package/payload/commands/product.md +55 -0
- package/payload/research/README.md +14 -0
- package/payload/templates/README.md +15 -0
- package/payload/templates/plan.md +77 -0
- package/payload/templates/state.md +87 -0
- package/payload/templates/task-packet.md +75 -0
- package/payload/tools/REGISTRY.md +368 -0
- package/payload/tools/clis/README.md +187 -0
- package/payload/tools/clis/activecampaign.js +435 -0
- package/payload/tools/clis/adobe-analytics.js +161 -0
- package/payload/tools/clis/ahrefs.js +192 -0
- package/payload/tools/clis/amplitude.js +182 -0
- package/payload/tools/clis/apollo.js +142 -0
- package/payload/tools/clis/beehiiv.js +245 -0
- package/payload/tools/clis/brevo.js +368 -0
- package/payload/tools/clis/buffer.js +260 -0
- package/payload/tools/clis/calendly.js +253 -0
- package/payload/tools/clis/clearbit.js +163 -0
- package/payload/tools/clis/customer-io.js +205 -0
- package/payload/tools/clis/dataforseo.js +257 -0
- package/payload/tools/clis/demio.js +149 -0
- package/payload/tools/clis/dub.js +158 -0
- package/payload/tools/clis/g2.js +186 -0
- package/payload/tools/clis/ga4.js +194 -0
- package/payload/tools/clis/google-ads.js +189 -0
- package/payload/tools/clis/google-search-console.js +166 -0
- package/payload/tools/clis/hotjar.js +167 -0
- package/payload/tools/clis/hunter.js +249 -0
- package/payload/tools/clis/instantly.js +270 -0
- package/payload/tools/clis/intercom.js +399 -0
- package/payload/tools/clis/keywords-everywhere.js +185 -0
- package/payload/tools/clis/kit.js +232 -0
- package/payload/tools/clis/klaviyo.js +348 -0
- package/payload/tools/clis/lemlist.js +221 -0
- package/payload/tools/clis/linkedin-ads.js +185 -0
- package/payload/tools/clis/livestorm.js +292 -0
- package/payload/tools/clis/mailchimp.js +220 -0
- package/payload/tools/clis/mention-me.js +161 -0
- package/payload/tools/clis/meta-ads.js +181 -0
- package/payload/tools/clis/mixpanel.js +248 -0
- package/payload/tools/clis/onesignal.js +241 -0
- package/payload/tools/clis/optimizely.js +233 -0
- package/payload/tools/clis/paddle.js +385 -0
- package/payload/tools/clis/partnerstack.js +382 -0
- package/payload/tools/clis/plausible.js +249 -0
- package/payload/tools/clis/postmark.js +375 -0
- package/payload/tools/clis/resend.js +370 -0
- package/payload/tools/clis/rewardful.js +160 -0
- package/payload/tools/clis/savvycal.js +223 -0
- package/payload/tools/clis/segment.js +192 -0
- package/payload/tools/clis/semrush.js +207 -0
- package/payload/tools/clis/sendgrid.js +211 -0
- package/payload/tools/clis/snov.js +237 -0
- package/payload/tools/clis/tiktok-ads.js +190 -0
- package/payload/tools/clis/tolt.js +153 -0
- package/payload/tools/clis/trustpilot.js +276 -0
- package/payload/tools/clis/typeform.js +269 -0
- package/payload/tools/clis/wistia.js +256 -0
- package/payload/tools/clis/zapier.js +160 -0
- package/payload/tools/integrations/activecampaign.md +337 -0
- package/payload/tools/integrations/adobe-analytics.md +156 -0
- package/payload/tools/integrations/ahrefs.md +142 -0
- package/payload/tools/integrations/amplitude.md +135 -0
- package/payload/tools/integrations/apollo.md +148 -0
- package/payload/tools/integrations/beehiiv.md +157 -0
- package/payload/tools/integrations/brevo.md +268 -0
- package/payload/tools/integrations/buffer.md +138 -0
- package/payload/tools/integrations/calendly.md +161 -0
- package/payload/tools/integrations/clearbit.md +142 -0
- package/payload/tools/integrations/customer-io.md +187 -0
- package/payload/tools/integrations/dataforseo.md +165 -0
- package/payload/tools/integrations/demio.md +182 -0
- package/payload/tools/integrations/dub-co.md +160 -0
- package/payload/tools/integrations/g2.md +179 -0
- package/payload/tools/integrations/ga4.md +126 -0
- package/payload/tools/integrations/google-ads.md +159 -0
- package/payload/tools/integrations/google-search-console.md +147 -0
- package/payload/tools/integrations/hotjar.md +147 -0
- package/payload/tools/integrations/hubspot.md +178 -0
- package/payload/tools/integrations/hunter.md +90 -0
- package/payload/tools/integrations/instantly.md +104 -0
- package/payload/tools/integrations/intercom.md +292 -0
- package/payload/tools/integrations/keywords-everywhere.md +207 -0
- package/payload/tools/integrations/kit.md +167 -0
- package/payload/tools/integrations/klaviyo.md +228 -0
- package/payload/tools/integrations/lemlist.md +110 -0
- package/payload/tools/integrations/linkedin-ads.md +164 -0
- package/payload/tools/integrations/livestorm.md +313 -0
- package/payload/tools/integrations/mailchimp.md +150 -0
- package/payload/tools/integrations/mention-me.md +160 -0
- package/payload/tools/integrations/meta-ads.md +147 -0
- package/payload/tools/integrations/mixpanel.md +137 -0
- package/payload/tools/integrations/onesignal.md +229 -0
- package/payload/tools/integrations/optimizely.md +171 -0
- package/payload/tools/integrations/paddle.md +212 -0
- package/payload/tools/integrations/partnerstack.md +222 -0
- package/payload/tools/integrations/plausible.md +177 -0
- package/payload/tools/integrations/posthog.md +151 -0
- package/payload/tools/integrations/postmark.md +234 -0
- package/payload/tools/integrations/resend.md +168 -0
- package/payload/tools/integrations/rewardful.md +147 -0
- package/payload/tools/integrations/salesforce.md +150 -0
- package/payload/tools/integrations/savvycal.md +181 -0
- package/payload/tools/integrations/segment.md +159 -0
- package/payload/tools/integrations/semrush.md +121 -0
- package/payload/tools/integrations/sendgrid.md +161 -0
- package/payload/tools/integrations/shopify.md +176 -0
- package/payload/tools/integrations/snov.md +94 -0
- package/payload/tools/integrations/stripe.md +148 -0
- package/payload/tools/integrations/tiktok-ads.md +161 -0
- package/payload/tools/integrations/tolt.md +144 -0
- package/payload/tools/integrations/trustpilot.md +191 -0
- package/payload/tools/integrations/typeform.md +190 -0
- package/payload/tools/integrations/webflow.md +198 -0
- package/payload/tools/integrations/wistia.md +164 -0
- package/payload/tools/integrations/wordpress.md +175 -0
- package/payload/tools/integrations/zapier.md +150 -0
- package/payload/tools/meta/README.md +55 -0
- package/payload/tools/meta/meta-cache-schema.md +65 -0
- package/payload/tools/meta/meta-fetch.ps1 +324 -0
- package/payload/tools/meta/meta-fetch.test.ps1 +38 -0
- package/vendor/shared-installer/manifests/claude-files.json +13 -0
- package/vendor/shared-installer/manifests/codex-files.json +13 -0
- package/vendor/shared-installer/manifests/common-files.json +13 -0
- package/vendor/shared-installer/package.json +15 -0
- package/vendor/shared-installer/src/bootstrap.js +12 -0
- package/vendor/shared-installer/src/cli-options.js +53 -0
- package/vendor/shared-installer/src/fs.js +105 -0
- package/vendor/shared-installer/src/index.js +44 -0
- package/vendor/shared-installer/src/install.js +157 -0
- package/vendor/shared-installer/src/manifest.js +52 -0
- package/vendor/shared-installer/templates/claude/.claude/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/claude/CLAUDE.md +27 -0
- package/vendor/shared-installer/templates/codex/.agent/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/codex/AGENTS.md +27 -0
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
# Email Copy Guidelines
|
|
2
|
+
|
|
3
|
+
## Contents
|
|
4
|
+
- Structure
|
|
5
|
+
- Formatting
|
|
6
|
+
- Tone
|
|
7
|
+
- Length
|
|
8
|
+
- CTA Buttons vs. Links
|
|
9
|
+
- Personalization (merge fields, dynamic content, triggered emails)
|
|
10
|
+
- Segmentation Strategies (by behavior, by stage, by profile)
|
|
11
|
+
- Testing and Optimization (what to test, how to test, metrics to track)
|
|
12
|
+
|
|
13
|
+
## Structure
|
|
14
|
+
|
|
15
|
+
1. **Hook**: First line grabs attention
|
|
16
|
+
2. **Context**: Why this matters to them
|
|
17
|
+
3. **Value**: The useful content
|
|
18
|
+
4. **CTA**: What to do next
|
|
19
|
+
5. **Sign-off**: Human, warm close
|
|
20
|
+
|
|
21
|
+
## Formatting
|
|
22
|
+
|
|
23
|
+
- Short paragraphs (1-3 sentences)
|
|
24
|
+
- White space between sections
|
|
25
|
+
- Bullet points for scanability
|
|
26
|
+
- Bold for emphasis (sparingly)
|
|
27
|
+
- Mobile-first (most read on phone)
|
|
28
|
+
|
|
29
|
+
## Tone
|
|
30
|
+
|
|
31
|
+
- Conversational, not formal
|
|
32
|
+
- First-person (I/we) and second-person (you)
|
|
33
|
+
- Active voice
|
|
34
|
+
- Match your brand but lean friendly
|
|
35
|
+
- Read it out loud—does it sound human?
|
|
36
|
+
|
|
37
|
+
## Length
|
|
38
|
+
|
|
39
|
+
- Shorter is usually better
|
|
40
|
+
- 50-125 words for transactional
|
|
41
|
+
- 150-300 words for educational
|
|
42
|
+
- 300-500 words for story-driven
|
|
43
|
+
- If it's long, it better be good
|
|
44
|
+
|
|
45
|
+
## CTA Buttons vs. Links
|
|
46
|
+
|
|
47
|
+
- Buttons: Primary actions, high-visibility
|
|
48
|
+
- Links: Secondary actions, in-text
|
|
49
|
+
- One clear primary CTA per email
|
|
50
|
+
- Button text: Action + outcome
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## Personalization
|
|
55
|
+
|
|
56
|
+
### Merge Fields
|
|
57
|
+
- First name (fallback to "there" or "friend")
|
|
58
|
+
- Company name (B2B)
|
|
59
|
+
- Relevant data (usage, plan, etc.)
|
|
60
|
+
|
|
61
|
+
### Dynamic Content
|
|
62
|
+
- Based on segment
|
|
63
|
+
- Based on behavior
|
|
64
|
+
- Based on stage
|
|
65
|
+
|
|
66
|
+
### Triggered Emails
|
|
67
|
+
- Action-based sends
|
|
68
|
+
- More relevant than time-based
|
|
69
|
+
- Examples: Feature used, milestone hit, inactivity
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
## Segmentation Strategies
|
|
74
|
+
|
|
75
|
+
### By Behavior
|
|
76
|
+
- Openers vs. non-openers
|
|
77
|
+
- Clickers vs. non-clickers
|
|
78
|
+
- Active vs. inactive
|
|
79
|
+
|
|
80
|
+
### By Stage
|
|
81
|
+
- Trial vs. paid
|
|
82
|
+
- New vs. long-term
|
|
83
|
+
- Engaged vs. at-risk
|
|
84
|
+
|
|
85
|
+
### By Profile
|
|
86
|
+
- Industry/role (B2B)
|
|
87
|
+
- Use case / goal
|
|
88
|
+
- Company size
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## Testing and Optimization
|
|
93
|
+
|
|
94
|
+
### What to Test
|
|
95
|
+
- Subject lines (highest impact)
|
|
96
|
+
- Send times
|
|
97
|
+
- Email length
|
|
98
|
+
- CTA placement and copy
|
|
99
|
+
- Personalization level
|
|
100
|
+
- Sequence timing
|
|
101
|
+
|
|
102
|
+
### How to Test
|
|
103
|
+
- A/B test one variable at a time
|
|
104
|
+
- Sufficient sample size
|
|
105
|
+
- Statistical significance
|
|
106
|
+
- Document learnings
|
|
107
|
+
|
|
108
|
+
### Metrics to Track
|
|
109
|
+
- Open rate (benchmark: 20-40%)
|
|
110
|
+
- Click rate (benchmark: 2-5%)
|
|
111
|
+
- Unsubscribe rate (keep under 0.5%)
|
|
112
|
+
- Conversion rate (specific to sequence goal)
|
|
113
|
+
- Revenue per email (if applicable)
|
|
@@ -0,0 +1,515 @@
|
|
|
1
|
+
# Email Types Reference
|
|
2
|
+
|
|
3
|
+
A comprehensive guide to lifecycle and campaign emails. Use this as an audit checklist and implementation reference.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
- Onboarding Emails (new users series, new customers series, key onboarding step reminder, new user invite)
|
|
7
|
+
- Retention Emails (upgrade to paid, upgrade to higher plan, ask for review, offer support proactively, product usage report, NPS survey, referral program)
|
|
8
|
+
- Billing Emails (switch to annual, failed payment recovery, cancellation survey, upcoming renewal reminder)
|
|
9
|
+
- Usage Emails (daily/weekly/monthly summary, key event or milestone notifications)
|
|
10
|
+
- Win-Back Emails (expired trials, cancelled customers)
|
|
11
|
+
- Campaign Emails (monthly roundup/newsletter, seasonal promotions, product updates, industry news roundup, pricing update)
|
|
12
|
+
- Email Audit Checklist (onboarding, retention, billing, usage, win-back, campaigns)
|
|
13
|
+
|
|
14
|
+
## Onboarding Emails
|
|
15
|
+
|
|
16
|
+
### New Users Series
|
|
17
|
+
**Trigger**: User signs up (free or trial)
|
|
18
|
+
**Goal**: Activate user, drive to aha moment
|
|
19
|
+
**Typical sequence**: 5-7 emails over 14 days
|
|
20
|
+
|
|
21
|
+
- Email 1: Welcome + single next step (immediate)
|
|
22
|
+
- Email 2: Quick win / getting started (day 1)
|
|
23
|
+
- Email 3: Key feature highlight (day 3)
|
|
24
|
+
- Email 4: Success story / social proof (day 5)
|
|
25
|
+
- Email 5: Check-in + offer help (day 7)
|
|
26
|
+
- Email 6: Advanced tip (day 10)
|
|
27
|
+
- Email 7: Upgrade prompt or next milestone (day 14)
|
|
28
|
+
|
|
29
|
+
**Key metrics**: Activation rate, feature adoption
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
### New Customers Series
|
|
34
|
+
**Trigger**: User converts to paid
|
|
35
|
+
**Goal**: Reinforce purchase decision, drive adoption, reduce early churn
|
|
36
|
+
**Typical sequence**: 3-5 emails over 14 days
|
|
37
|
+
|
|
38
|
+
- Email 1: Thank you + what's next (immediate)
|
|
39
|
+
- Email 2: Getting full value — setup checklist (day 2)
|
|
40
|
+
- Email 3: Pro tips for paid features (day 5)
|
|
41
|
+
- Email 4: Success story from similar customer (day 7)
|
|
42
|
+
- Email 5: Check-in + introduce support resources (day 14)
|
|
43
|
+
|
|
44
|
+
**Key point**: Different from new user series—they've committed. Focus on reinforcement and expansion, not conversion.
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
### Key Onboarding Step Reminder
|
|
49
|
+
**Trigger**: User hasn't completed critical setup step after X time
|
|
50
|
+
**Goal**: Nudge completion of high-value action
|
|
51
|
+
**Format**: Single email or 2-3 email mini-sequence
|
|
52
|
+
|
|
53
|
+
**Example triggers**:
|
|
54
|
+
- Hasn't connected integration after 48 hours
|
|
55
|
+
- Hasn't invited team member after 3 days
|
|
56
|
+
- Hasn't completed profile after 24 hours
|
|
57
|
+
|
|
58
|
+
**Copy approach**:
|
|
59
|
+
- Remind them what they started
|
|
60
|
+
- Explain why this step matters
|
|
61
|
+
- Make it easy (direct link to complete)
|
|
62
|
+
- Offer help if stuck
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
### New User Invite
|
|
67
|
+
**Trigger**: Existing user invites teammate
|
|
68
|
+
**Goal**: Activate the invited user
|
|
69
|
+
**Recipient**: The person being invited
|
|
70
|
+
|
|
71
|
+
- Email 1: You've been invited (immediate)
|
|
72
|
+
- Email 2: Reminder if not accepted (day 2)
|
|
73
|
+
- Email 3: Final reminder (day 5)
|
|
74
|
+
|
|
75
|
+
**Copy approach**:
|
|
76
|
+
- Personalize with inviter's name
|
|
77
|
+
- Explain what they're joining
|
|
78
|
+
- Single CTA to accept invite
|
|
79
|
+
- Social proof optional
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
## Retention Emails
|
|
84
|
+
|
|
85
|
+
### Upgrade to Paid
|
|
86
|
+
**Trigger**: Free user shows engagement, or trial ending
|
|
87
|
+
**Goal**: Convert free to paid
|
|
88
|
+
**Typical sequence**: 3-5 emails
|
|
89
|
+
|
|
90
|
+
**Trigger options**:
|
|
91
|
+
- Time-based (trial day 10, 12, 14)
|
|
92
|
+
- Behavior-based (hit usage limit, used premium feature)
|
|
93
|
+
- Engagement-based (highly active free user)
|
|
94
|
+
|
|
95
|
+
**Sequence structure**:
|
|
96
|
+
- Value summary: What they've accomplished
|
|
97
|
+
- Feature comparison: What they're missing
|
|
98
|
+
- Social proof: Who else upgraded
|
|
99
|
+
- Urgency: Trial ending, limited offer
|
|
100
|
+
- Final: Last chance + easy path
|
|
101
|
+
|
|
102
|
+
---
|
|
103
|
+
|
|
104
|
+
### Upgrade to Higher Plan
|
|
105
|
+
**Trigger**: User approaching plan limits or using features available on higher tier
|
|
106
|
+
**Goal**: Upsell to next tier
|
|
107
|
+
**Format**: Single email or 2-3 email sequence
|
|
108
|
+
|
|
109
|
+
**Trigger examples**:
|
|
110
|
+
- 80% of seat limit reached
|
|
111
|
+
- 90% of storage/usage limit
|
|
112
|
+
- Tried to use higher-tier feature
|
|
113
|
+
- Power user behavior patterns
|
|
114
|
+
|
|
115
|
+
**Copy approach**:
|
|
116
|
+
- Acknowledge their growth (positive framing)
|
|
117
|
+
- Show what next tier unlocks
|
|
118
|
+
- Quantify value vs. cost
|
|
119
|
+
- Easy upgrade path
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
### Ask for Review
|
|
124
|
+
**Trigger**: Customer milestone (30/60/90 days, key achievement, support resolution)
|
|
125
|
+
**Goal**: Generate social proof on G2, Capterra, app stores
|
|
126
|
+
**Format**: Single email
|
|
127
|
+
|
|
128
|
+
**Best timing**:
|
|
129
|
+
- After positive support interaction
|
|
130
|
+
- After achieving measurable result
|
|
131
|
+
- After renewal
|
|
132
|
+
- NOT after billing issues or bugs
|
|
133
|
+
|
|
134
|
+
**Copy approach**:
|
|
135
|
+
- Thank them for being a customer
|
|
136
|
+
- Mention specific value/milestone if possible
|
|
137
|
+
- Explain why reviews matter (help others decide)
|
|
138
|
+
- Direct link to review platform
|
|
139
|
+
- Keep it short—this is an ask
|
|
140
|
+
|
|
141
|
+
---
|
|
142
|
+
|
|
143
|
+
### Offer Support Proactively
|
|
144
|
+
**Trigger**: Signs of struggle (drop in usage, failed actions, error encounters)
|
|
145
|
+
**Goal**: Save at-risk user, improve experience
|
|
146
|
+
**Format**: Single email
|
|
147
|
+
|
|
148
|
+
**Trigger examples**:
|
|
149
|
+
- Usage dropped significantly week-over-week
|
|
150
|
+
- Multiple failed attempts at action
|
|
151
|
+
- Viewed help docs repeatedly
|
|
152
|
+
- Stuck at same onboarding step
|
|
153
|
+
|
|
154
|
+
**Copy approach**:
|
|
155
|
+
- Genuine concern tone
|
|
156
|
+
- Specific: "I noticed you..." (if data allows)
|
|
157
|
+
- Offer direct help (not just link to docs)
|
|
158
|
+
- Personal from support or CSM
|
|
159
|
+
- No sales pitch—pure help
|
|
160
|
+
|
|
161
|
+
---
|
|
162
|
+
|
|
163
|
+
### Product Usage Report
|
|
164
|
+
**Trigger**: Time-based (weekly, monthly, quarterly)
|
|
165
|
+
**Goal**: Demonstrate value, drive engagement, reduce churn
|
|
166
|
+
**Format**: Single email, recurring
|
|
167
|
+
|
|
168
|
+
**What to include**:
|
|
169
|
+
- Key metrics/activity summary
|
|
170
|
+
- Comparison to previous period
|
|
171
|
+
- Achievements/milestones
|
|
172
|
+
- Suggestions for improvement
|
|
173
|
+
- Light CTA to explore more
|
|
174
|
+
|
|
175
|
+
**Examples**:
|
|
176
|
+
- "You saved X hours this month"
|
|
177
|
+
- "Your team completed X projects"
|
|
178
|
+
- "You're in the top X% of users"
|
|
179
|
+
|
|
180
|
+
**Key point**: Make them feel good and remind them of value delivered.
|
|
181
|
+
|
|
182
|
+
---
|
|
183
|
+
|
|
184
|
+
### NPS Survey
|
|
185
|
+
**Trigger**: Time-based (quarterly) or event-based (post-milestone)
|
|
186
|
+
**Goal**: Measure satisfaction, identify promoters and detractors
|
|
187
|
+
**Format**: Single email
|
|
188
|
+
|
|
189
|
+
**Best practices**:
|
|
190
|
+
- Keep it simple: Just the NPS question initially
|
|
191
|
+
- Follow-up form for "why" based on score
|
|
192
|
+
- Personal sender (CEO, founder, CSM)
|
|
193
|
+
- Tell them how you'll use feedback
|
|
194
|
+
|
|
195
|
+
**Follow-up based on score**:
|
|
196
|
+
- Promoters (9-10): Thank + ask for review/referral
|
|
197
|
+
- Passives (7-8): Ask what would make it a 10
|
|
198
|
+
- Detractors (0-6): Personal outreach to understand issues
|
|
199
|
+
|
|
200
|
+
---
|
|
201
|
+
|
|
202
|
+
### Referral Program
|
|
203
|
+
**Trigger**: Customer milestone, promoter NPS score, or campaign
|
|
204
|
+
**Goal**: Generate referrals
|
|
205
|
+
**Format**: Single email or periodic reminders
|
|
206
|
+
|
|
207
|
+
**Good timing**:
|
|
208
|
+
- After positive NPS response
|
|
209
|
+
- After customer achieves result
|
|
210
|
+
- After renewal
|
|
211
|
+
- Seasonal campaigns
|
|
212
|
+
|
|
213
|
+
**Copy approach**:
|
|
214
|
+
- Remind them of their success
|
|
215
|
+
- Explain the referral offer clearly
|
|
216
|
+
- Make sharing easy (unique link)
|
|
217
|
+
- Show what's in it for them AND referee
|
|
218
|
+
|
|
219
|
+
---
|
|
220
|
+
|
|
221
|
+
## Billing Emails
|
|
222
|
+
|
|
223
|
+
### Switch to Annual
|
|
224
|
+
**Trigger**: Monthly subscriber at renewal time or campaign
|
|
225
|
+
**Goal**: Convert monthly to annual (improve LTV, reduce churn)
|
|
226
|
+
**Format**: Single email or 2-email sequence
|
|
227
|
+
|
|
228
|
+
**Value proposition**:
|
|
229
|
+
- Calculate exact savings
|
|
230
|
+
- Additional benefits (if any)
|
|
231
|
+
- Lock in current price messaging
|
|
232
|
+
- Easy one-click switch
|
|
233
|
+
|
|
234
|
+
**Best timing**:
|
|
235
|
+
- Around monthly renewal date
|
|
236
|
+
- End of year / new year
|
|
237
|
+
- After 3-6 months of loyalty
|
|
238
|
+
- Price increase announcement (lock in old rate)
|
|
239
|
+
|
|
240
|
+
---
|
|
241
|
+
|
|
242
|
+
### Failed Payment Recovery
|
|
243
|
+
**Trigger**: Payment fails
|
|
244
|
+
**Goal**: Recover revenue, retain customer
|
|
245
|
+
**Typical sequence**: 3-4 emails over 7-14 days
|
|
246
|
+
|
|
247
|
+
**Sequence structure**:
|
|
248
|
+
- Email 1 (Day 0): Friendly notice, update payment link
|
|
249
|
+
- Email 2 (Day 3): Reminder, service may be interrupted
|
|
250
|
+
- Email 3 (Day 7): Urgent, account will be suspended
|
|
251
|
+
- Email 4 (Day 10-14): Final notice, what they'll lose
|
|
252
|
+
|
|
253
|
+
**Copy approach**:
|
|
254
|
+
- Assume it's an accident (card expired, etc.)
|
|
255
|
+
- Clear, direct, no guilt
|
|
256
|
+
- Single CTA to update payment
|
|
257
|
+
- Explain what happens if not resolved
|
|
258
|
+
|
|
259
|
+
**Key metrics**: Recovery rate, time to recovery
|
|
260
|
+
|
|
261
|
+
---
|
|
262
|
+
|
|
263
|
+
### Cancellation Survey
|
|
264
|
+
**Trigger**: User cancels subscription
|
|
265
|
+
**Goal**: Learn why, opportunity to save
|
|
266
|
+
**Format**: Single email (immediate)
|
|
267
|
+
|
|
268
|
+
**Options**:
|
|
269
|
+
- In-app survey at cancellation (better completion)
|
|
270
|
+
- Follow-up email if they skip in-app
|
|
271
|
+
- Personal outreach for high-value accounts
|
|
272
|
+
|
|
273
|
+
**Questions to ask**:
|
|
274
|
+
- Primary reason for cancelling
|
|
275
|
+
- What could we have done better
|
|
276
|
+
- Would anything change your mind
|
|
277
|
+
- Can we help with transition
|
|
278
|
+
|
|
279
|
+
**Winback opportunity**: Based on reason, offer targeted save (discount, pause, downgrade, training).
|
|
280
|
+
|
|
281
|
+
---
|
|
282
|
+
|
|
283
|
+
### Upcoming Renewal Reminder
|
|
284
|
+
**Trigger**: X days before renewal (14 or 30 days typical)
|
|
285
|
+
**Goal**: No surprise charges, opportunity to expand
|
|
286
|
+
**Format**: Single email
|
|
287
|
+
|
|
288
|
+
**What to include**:
|
|
289
|
+
- Renewal date and amount
|
|
290
|
+
- What's included in renewal
|
|
291
|
+
- How to update payment/plan
|
|
292
|
+
- Changes to pricing/features (if any)
|
|
293
|
+
- Optional: Upsell opportunity
|
|
294
|
+
|
|
295
|
+
**Required for**: Annual subscriptions, high-value contracts
|
|
296
|
+
|
|
297
|
+
---
|
|
298
|
+
|
|
299
|
+
## Usage Emails
|
|
300
|
+
|
|
301
|
+
### Daily/Weekly/Monthly Summary
|
|
302
|
+
**Trigger**: Time-based
|
|
303
|
+
**Goal**: Drive engagement, demonstrate value
|
|
304
|
+
**Format**: Single email, recurring
|
|
305
|
+
|
|
306
|
+
**Content by frequency**:
|
|
307
|
+
- **Daily**: Notifications, quick stats (for high-engagement products)
|
|
308
|
+
- **Weekly**: Activity summary, highlights, suggestions
|
|
309
|
+
- **Monthly**: Comprehensive report, achievements, ROI if calculable
|
|
310
|
+
|
|
311
|
+
**Structure**:
|
|
312
|
+
- Key metrics at a glance
|
|
313
|
+
- Notable achievements
|
|
314
|
+
- Activity breakdown
|
|
315
|
+
- Suggestions / what to try next
|
|
316
|
+
- CTA to dive deeper
|
|
317
|
+
|
|
318
|
+
**Personalization**: Must be relevant to their actual usage. Empty reports are worse than no report.
|
|
319
|
+
|
|
320
|
+
---
|
|
321
|
+
|
|
322
|
+
### Key Event or Milestone Notifications
|
|
323
|
+
**Trigger**: Specific achievement or event
|
|
324
|
+
**Goal**: Celebrate, drive continued engagement
|
|
325
|
+
**Format**: Single email per event
|
|
326
|
+
|
|
327
|
+
**Milestone examples**:
|
|
328
|
+
- First [action] completed
|
|
329
|
+
- 10th/100th [thing] created
|
|
330
|
+
- Goal achieved
|
|
331
|
+
- Team collaboration milestone
|
|
332
|
+
- Usage streak
|
|
333
|
+
|
|
334
|
+
**Copy approach**:
|
|
335
|
+
- Celebration tone
|
|
336
|
+
- Specific achievement
|
|
337
|
+
- Context (compared to others, compared to before)
|
|
338
|
+
- What's next / next milestone
|
|
339
|
+
|
|
340
|
+
---
|
|
341
|
+
|
|
342
|
+
## Win-Back Emails
|
|
343
|
+
|
|
344
|
+
### Expired Trials
|
|
345
|
+
**Trigger**: Trial ended without conversion
|
|
346
|
+
**Goal**: Convert or re-engage
|
|
347
|
+
**Typical sequence**: 3-4 emails over 30 days
|
|
348
|
+
|
|
349
|
+
**Sequence structure**:
|
|
350
|
+
- Email 1 (Day 1 post-expiry): Trial ended, here's what you're missing
|
|
351
|
+
- Email 2 (Day 7): What held you back? (gather feedback)
|
|
352
|
+
- Email 3 (Day 14): Incentive offer (discount, extended trial)
|
|
353
|
+
- Email 4 (Day 30): Final reach-out, door is open
|
|
354
|
+
|
|
355
|
+
**Segmentation**: Different approach based on trial engagement level:
|
|
356
|
+
- High engagement: Focus on removing friction to convert
|
|
357
|
+
- Low engagement: Offer fresh start, more onboarding help
|
|
358
|
+
- No engagement: Ask what happened, offer demo/call
|
|
359
|
+
|
|
360
|
+
---
|
|
361
|
+
|
|
362
|
+
### Cancelled Customers
|
|
363
|
+
**Trigger**: Time after cancellation (30, 60, 90 days)
|
|
364
|
+
**Goal**: Win back churned customers
|
|
365
|
+
**Typical sequence**: 2-3 emails spread over 90 days
|
|
366
|
+
|
|
367
|
+
**Sequence structure**:
|
|
368
|
+
- Email 1 (Day 30): What's new since you left
|
|
369
|
+
- Email 2 (Day 60): We've addressed [common reason]
|
|
370
|
+
- Email 3 (Day 90): Special offer to return
|
|
371
|
+
|
|
372
|
+
**Copy approach**:
|
|
373
|
+
- No guilt, no desperation
|
|
374
|
+
- Genuine updates and improvements
|
|
375
|
+
- Personalize based on cancellation reason if known
|
|
376
|
+
- Make return easy
|
|
377
|
+
|
|
378
|
+
**Key point**: They're more likely to return if their reason was addressed.
|
|
379
|
+
|
|
380
|
+
---
|
|
381
|
+
|
|
382
|
+
## Campaign Emails
|
|
383
|
+
|
|
384
|
+
### Monthly Roundup / Newsletter
|
|
385
|
+
**Trigger**: Time-based (monthly)
|
|
386
|
+
**Goal**: Engagement, brand presence, content distribution
|
|
387
|
+
**Format**: Single email, recurring
|
|
388
|
+
|
|
389
|
+
**Content mix**:
|
|
390
|
+
- Product updates and tips
|
|
391
|
+
- Customer stories
|
|
392
|
+
- Educational content
|
|
393
|
+
- Company news
|
|
394
|
+
- Industry insights
|
|
395
|
+
|
|
396
|
+
**Best practices**:
|
|
397
|
+
- Consistent send day/time
|
|
398
|
+
- Scannable format
|
|
399
|
+
- Mix of content types
|
|
400
|
+
- One primary CTA focus
|
|
401
|
+
- Unsubscribe is okay—keeps list healthy
|
|
402
|
+
|
|
403
|
+
---
|
|
404
|
+
|
|
405
|
+
### Seasonal Promotions
|
|
406
|
+
**Trigger**: Calendar events (Black Friday, New Year, etc.)
|
|
407
|
+
**Goal**: Drive conversions with timely offer
|
|
408
|
+
**Format**: Campaign burst (2-4 emails)
|
|
409
|
+
|
|
410
|
+
**Common opportunities**:
|
|
411
|
+
- New Year (fresh start, annual planning)
|
|
412
|
+
- End of fiscal year (budget spending)
|
|
413
|
+
- Black Friday / Cyber Monday
|
|
414
|
+
- Industry-specific seasons
|
|
415
|
+
- Back to school / work
|
|
416
|
+
|
|
417
|
+
**Sequence structure**:
|
|
418
|
+
- Announcement: Offer reveal
|
|
419
|
+
- Reminder: Midway through promotion
|
|
420
|
+
- Last chance: Final hours
|
|
421
|
+
|
|
422
|
+
---
|
|
423
|
+
|
|
424
|
+
### Product Updates
|
|
425
|
+
**Trigger**: New feature release
|
|
426
|
+
**Goal**: Adoption, engagement, demonstrate momentum
|
|
427
|
+
**Format**: Single email per major release
|
|
428
|
+
|
|
429
|
+
**What to include**:
|
|
430
|
+
- What's new (clear and simple)
|
|
431
|
+
- Why it matters (benefit, not just feature)
|
|
432
|
+
- How to use it (direct link)
|
|
433
|
+
- Who asked for it (community acknowledgment)
|
|
434
|
+
|
|
435
|
+
**Segmentation**: Consider targeting based on relevance:
|
|
436
|
+
- Users who would benefit most
|
|
437
|
+
- Users who requested feature
|
|
438
|
+
- Power users first (for beta feel)
|
|
439
|
+
|
|
440
|
+
---
|
|
441
|
+
|
|
442
|
+
### Industry News Roundup
|
|
443
|
+
**Trigger**: Time-based (weekly or monthly)
|
|
444
|
+
**Goal**: Thought leadership, engagement, brand value
|
|
445
|
+
**Format**: Curated newsletter
|
|
446
|
+
|
|
447
|
+
**Content**:
|
|
448
|
+
- Curated news and links
|
|
449
|
+
- Your take / commentary
|
|
450
|
+
- What it means for readers
|
|
451
|
+
- How your product helps
|
|
452
|
+
|
|
453
|
+
**Best for**: B2B products where customers care about industry trends.
|
|
454
|
+
|
|
455
|
+
---
|
|
456
|
+
|
|
457
|
+
### Pricing Update
|
|
458
|
+
**Trigger**: Price change announcement
|
|
459
|
+
**Goal**: Transparent communication, minimize churn
|
|
460
|
+
**Format**: Single email (or sequence for major changes)
|
|
461
|
+
|
|
462
|
+
**Timeline**:
|
|
463
|
+
- Announce 30-60 days before change
|
|
464
|
+
- Reminder 14 days before
|
|
465
|
+
- Final notice 7 days before
|
|
466
|
+
|
|
467
|
+
**Copy approach**:
|
|
468
|
+
- Clear, direct, transparent
|
|
469
|
+
- Explain the why (value delivered, costs increased)
|
|
470
|
+
- Grandfather if possible (lock in old rate)
|
|
471
|
+
- Give options (annual lock-in, downgrade)
|
|
472
|
+
|
|
473
|
+
**Important**: Honesty and advance notice build trust even when price increases.
|
|
474
|
+
|
|
475
|
+
---
|
|
476
|
+
|
|
477
|
+
## Email Audit Checklist
|
|
478
|
+
|
|
479
|
+
Use this to audit your current email program:
|
|
480
|
+
|
|
481
|
+
### Onboarding
|
|
482
|
+
- [ ] New users series
|
|
483
|
+
- [ ] New customers series
|
|
484
|
+
- [ ] Key onboarding step reminders
|
|
485
|
+
- [ ] New user invite sequence
|
|
486
|
+
|
|
487
|
+
### Retention
|
|
488
|
+
- [ ] Upgrade to paid sequence
|
|
489
|
+
- [ ] Upgrade to higher plan triggers
|
|
490
|
+
- [ ] Ask for review (timed properly)
|
|
491
|
+
- [ ] Proactive support outreach
|
|
492
|
+
- [ ] Product usage reports
|
|
493
|
+
- [ ] NPS survey
|
|
494
|
+
- [ ] Referral program emails
|
|
495
|
+
|
|
496
|
+
### Billing
|
|
497
|
+
- [ ] Switch to annual campaign
|
|
498
|
+
- [ ] Failed payment recovery sequence
|
|
499
|
+
- [ ] Cancellation survey
|
|
500
|
+
- [ ] Upcoming renewal reminders
|
|
501
|
+
|
|
502
|
+
### Usage
|
|
503
|
+
- [ ] Daily/weekly/monthly summaries
|
|
504
|
+
- [ ] Key event notifications
|
|
505
|
+
- [ ] Milestone celebrations
|
|
506
|
+
|
|
507
|
+
### Win-Back
|
|
508
|
+
- [ ] Expired trial sequence
|
|
509
|
+
- [ ] Cancelled customer sequence
|
|
510
|
+
|
|
511
|
+
### Campaigns
|
|
512
|
+
- [ ] Monthly roundup / newsletter
|
|
513
|
+
- [ ] Seasonal promotion calendar
|
|
514
|
+
- [ ] Product update announcements
|
|
515
|
+
- [ ] Pricing update communications
|