← 返回
沟通协作 Key 中文

PayLessTax Email Campaign

PayLessTax email automation system - 4x daily, 250 emails each
PayLessTax邮件自动化系统 - 每天4次,每次250封邮件
wespeakallday
沟通协作 clawhub v2.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 773
下载
💾 8
安装
1
版本
#latest

概述

Email Campaign Skill

Overview

High-volume email campaign system for PayLessTax. Delivers 1,000 emails daily in 4 batches.

Purpose

  • Send 250 emails per batch, 4 batches daily (6am, 12pm, 3pm, 6pm)
  • Track bounces and unsubscribes
  • Scrape inbox for new contacts
  • Manage Google Workspace Gmail via service account

Input Variables

VariableDescriptionExample
--------------------------------
GOOGLE_SERVICE_ACCOUNTJSON credentials{ "type": "service_account", ... }
USER_EMAILSending user emailclolivier@wespeakallday.com
ALIAS_EMAILFrom addressinfo@paylesstax.co.za
MAILING_LIST_PATHExcel CSV of contacts/workdir/mailing-list.xlsx
BATCH_SIZEEmails per batch250 (do NOT exceed Gmail limits)

Signature Template

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

Template Variables (Email Body)

VariableUsage
-----------------
{{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

Triggers

Scheduled via OpenClaw scheduler:

  • 06:00 (Morning batch + inbox scraping)
  • 12:00 (Midday batch)
  • 15:00 (Afternoon batch)
  • 18:00 (Evening batch + maintenance)

APIs & Dependencies

  • Google Gmail API (service account with domain-wide delegation)
  • Pandas (for Excel/CSV contact lists)
  • google-auth,google-auth-oauthlib,google-auth-httplib2,google-api-python-client

Rate Limits

  • Gmail API: 250 messages/user/second (safe limit: 250/batch with delays)
  • Daily quota: Managed across 4 batches

Output

{
  "batch_id": "2026-03-03-06-00",
  "sent_count": 250,
  "failed": 3,
  "bounces": ["bad@example.com"],
  "unsubscribes": ["user@example.com"]
}

Files

  • index.py - Main email sending logic
  • templates/email-body.html - HTML email template
  • .env.example - Environment variables

Compliance Notes

  • Always include physical address
  • Honor unsubscribe within 10 days
  • Include company registration number

版本历史

共 1 个版本

  • v2.0.0 当前
    2026-03-30 12:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,596
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,688
developer-tools

Daily Social Media Publisher

wespeakallday
使用 NewsAPI 为 PayLessTax 和 LevelUpLove 每日发布社交媒体内容
★ 0 📥 2,487