name: email-campaign description: PayLessTax email automation system - 4x daily, 250 emails each version: 2.0.0 author: Migration from Agent Zero
High-volume email campaign system for PayLessTax. Delivers 1,000 emails daily in 4 batches.
| Variable | Description | Example |
|---|---|---|
| GOOGLE_SERVICE_ACCOUNT | JSON credentials | { "type": "service_account", ... } |
| USER_EMAIL | Sending user email | clolivier@wespeakallday.com |
| ALIAS_EMAIL | From address | info@paylesstax.co.za |
| MAILING_LIST_PATH | Excel CSV of contacts | /workdir/mailing-list.xlsx |
| BATCH_SIZE | Emails per batch | 250 (do NOT exceed Gmail limits) |
Best regards,
The PayLessTax Team
www.paylesstax.co.za | info@paylesstax.co.za
Should you wish to no longer receive these emails, reply with UNSUBSCRIBE
| Variable | Usage |
|---|---|
| {{RECIPIENT_NAME}} | Parsed from email or "Valued Client" |
| {{TAX_TIP}} | Rotating tax tip of the day |
| {{PERSONALIZED_OFFER}} | Dynamic offer based on last interaction |
| {{UNSUBSCRIBE_LINK}} | For compliance |
Scheduled via OpenClaw scheduler: - 06:00 (Morning batch + inbox scraping) - 12:00 (Midday batch) - 15:00 (Afternoon batch) - 18:00 (Evening batch + maintenance)
{
"batch_id": "2026-03-03-06-00",
"sent_count": 250,
"failed": 3,
"bounces": ["bad@example.com"],
"unsubscribes": ["user@example.com"]
}
小葱技能站7w4.net,专业的AI技能分享平台。
这个邮件营销 Skill 整体质量中等偏上,能满足基本的批量发送需求,文档说明详细,容易上手。但存在一些小问题:文档提到的部分文件实际不存在,使用时需要额外配置;退订和退信处理较为简单,可能偶尔出现遗漏;税务相关的日期是固定写死的,不够灵活。总体来说作为日常邮件营销工具够用,但需要留意配置细节和边界情况。