Install
openclaw skills install emailelevateAutomate email campaigns, sequences, and analytics for small businesses. Use when the user needs drip campaigns, welcome series, performance tracking, or integration with Mailchimp, ConvertKit, and ActiveCampaign.
openclaw skills install emailelevateEmailElevate is a production-ready automation skill designed to help small business owners and marketing teams build, launch, and optimize email campaigns without the complexity of traditional marketing platforms. This skill transforms email marketing from a manual, time-intensive process into an automated, data-driven system.
Why EmailElevate Matters:
EmailElevate eliminates the friction between idea and execution. Instead of manually copying email lists, configuring sequences, and checking metrics across dashboards, you tell EmailElevate what you want to accomplish, and it handles the technical heavy lifting.
Ideal For:
Try these prompts immediately to see EmailElevate in action:
Create a 5-email welcome sequence for my e-commerce store.
Email 1: Welcome + 10% discount (send immediately)
Email 2: Product recommendations (send 2 days later)
Email 3: Customer success story (send 5 days later)
Email 4: Frequently asked questions (send 8 days later)
Email 5: Re-engagement offer (send 12 days later)
Integrate with Mailchimp list "newsletter-subscribers"
Track open rates, click rates, and conversion events
Create automated workflows for my ConvertKit audience:
- Trigger: New subscriber joins
- Action: Send welcome email + tag as "engaged"
- Branch 1: If they open 3+ emails → move to "hot-leads" segment
- Branch 2: If no opens in 7 days → send re-engagement email
- Branch 3: If they click on paid course link → add to "sales-ready" list
Set up A/B test: subject line "Learn X" vs "Discover X"
Report results weekly to my Slack #marketing channel
Generate a performance report for my last 3 campaigns:
- Overall metrics: send count, open rate, click rate, conversion rate
- Segment breakdown: by traffic source, device type, geographic location
- Subject line analysis: which performed best and why
- Recommendation engine: suggest improvements for next campaign
Export as CSV and post a summary to my Slack #analytics channel
Automate my weekly newsletter:
- Trigger: New WordPress post published with tag "newsletter"
- Action: Extract title, featured image, excerpt, and link
- Format: Create HTML email template with post previews
- Deliver: Send to my ActiveCampaign list "blog-subscribers"
- Schedule: Every Monday at 9 AM EST
Include social sharing buttons and track which links get clicked most
Create Email Sequences from Scratch
{{first_name}}, {{company}}, {{purchase_history}}Email Template Generation
Trigger-Based Automation
Segmentation & List Management
Real-Time Performance Metrics
Advanced Analytics
Automated Reporting
Email Service Providers
CRM & Business Tools
E-Commerce Platforms
Content Platforms
Set these before running EmailElevate:
# Email Service Provider APIs (choose at least one)
export MAILCHIMP_API_KEY="your_mailchimp_api_key_here"
export CONVERTKIT_API_KEY="your_convertkit_api_key_here"
export ACTIVECAMPAIGN_API_KEY="your_activecampaign_api_key_here"
export ACTIVECAMPAIGN_URL="https://youraccount.api-us1.com"
export SENDGRID_API_KEY="your_sendgrid_api_key_here"
# Analytics & Reporting (optional but recommended)
export SLACK_WEBHOOK_URL="https://hooks.slack.com/services/YOUR/WEBHOOK/URL"
export GOOGLE_ANALYTICS_KEY="your_google_analytics_key"
# Brand Customization
export BRAND_SENDER_NAME="Your Company Name"
export BRAND_SENDER_EMAIL="marketing@yourcompany.com"
export BRAND_REPLY_TO="support@yourcompany.com"
emailelevate:
defaults:
timezone: "America/New_York" # Send emails in user's timezone
unsubscribe_link: true # Include unsubscribe link (required)
reply_tracking: true # Track replies and add to CRM
link_tracking: true # Track all clicks
image_tracking: true # Track open rate via tracking pixel
list_validation: true # Clean emails before sending
compliance:
include_physical_address: true # Required by CAN-SPAM
gdpr_mode: false # Set to true if EU audience
double_opt_in: false # Require confirmation after signup
automation:
max_concurrent_sequences: 50 # Limit automation load
retry_bounced_emails: true # Retry failed sends
max_retry_attempts: 3
analytics:
track_conversions: true
attribution_window_days: 30
track_unsubscribe_reason: true
Get API Keys
Connect Your Email List
Sync my Mailchimp list "Newsletter Subscribers" with EmailElevate
Verify Sender Email
Test with Sample Campaign
Create a test email campaign and send to myself before production use
{
"campaign_id": "welcome-series-ecom-2024",
"name": "E-Commerce Welcome Series",
"platform": "Mailchimp",
"emails": [
{
"sequence": 1,
"subject": "Welcome! Here's your 10% discount 🎉",
"send_time": "immediate",
"template": "welcome-discount",
"personalization": ["{{first_name}}", "{{company}}"],
"a_b_test": { "variant_a": "Welcome! Here's your 10% discount 🎉", "variant_b": "We're excited to have you! Claim your welcome offer →" }
},
{
"sequence": 2,
"subject": "We handpicked 3 products just for you",
"send_delay": "2 days",
"template": "product-recommendations",
"dynamic_content": "based on browse history"
},
{
"sequence": 3,
"subject": "See how {{first_name}} is using our product",
"send_delay": "5 days",
"template": "social-proof-case-study"
}
],
"estimated_metrics": {
"send_count": 15000,
"projected_open_rate": "32%",
"projected_click_rate": "8%",
"projected_revenue": "$4,800"
}
}
📊 EMAIL CAMPAIGN PERFORMANCE REPORT
Campaign: "Black Friday Flash Sale"
Period: 2024-01-15 to 2024-01-22
SUMMARY METRICS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Sent: 50,000 emails
Delivered: 49,250 (98.5%)
Bounced: 750 (1.5%)
Opens: 18,970 (38.5% open rate)
Clicks: 3,794 (7.7% click rate)
Conversions: 456 (0.92% conversion rate)
Revenue Generated: $12,456
SEGMENT PERFORMANCE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Segment Opens Clicks Conversions
Past Customers 45.2% 12.1% 1.8%
Website Visitors 38.1% 8.3% 0.9%
Email Signups 28.5% 4.2% 0.4%
TOP PERFORMING SUBJECT LINES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. "48-hour flash sale (40% off inside)" — 52% open rate
2. "Your exclusive early access link" — 48% open rate
3. "Last chance: Sale ends tonight" — 41% open rate
DEVICE BREAKDOWN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Mobile: 68% (opens), 71% (clicks)
Desktop: 32% (opens), 29% (clicks)
RECOMMENDATIONS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✓ Your "past customers" segment outperforms by 18%
→ Send more campaigns to this segment
✓ Mobile users click 2.4x more than desktop
→ Optimize for mobile-first design
✓ Subject line pattern "exclusive + deadline" works best
→ Use this formula for future campaigns
TRIGGER: New subscriber joins list
↓
[Email 1: Welcome] (send immediately)
↓
├─ IF opens within 24 hours → Tag "engaged"
│ ↓
│ [Email 2: Main offer] (send 2 days later)
│
└─ IF no open within 24 hours → Tag "cold-lead"
↓
[Re-engagement email] (send 3 days later)
↓
├─ IF clicks link → move back to "engaged" segment
└─ IF no open → unsubscribe after 30 days
Test Subject Lines First
Segment Ruthlessly
Timing Matters
Content Strategy
Authentication Setup
List Hygiene