← 返回
沟通协作 Key

Cold Email Outreach

Automated cold email outreach pipeline using Resend API. Builds prospect lists from government databases or web scraping, enriches with contact info, sends p...
使用Resend API的自动化冷邮件外联流程,从政府数据库或网络抓取构建潜在客户列表,补充联系信息并发送邮件。
merjua14
沟通协作 clawhub v1.0.0 1 版本 99766.9 Key: 需要
★ 0
Stars
📥 1,712
下载
💾 10
安装
1
版本
#automation#cold-email#email-marketing#latest#lead-gen#outreach#resend#sales

概述

Cold Email Outreach — Automated Prospecting & Drip Pipeline

Build lists, enrich contacts, send personalized cold emails, follow up automatically.

Pipeline Overview

  1. Source — Pull leads from government databases, web scraping, or CSV import
  2. Enrich — Find emails via website scraping, Google search, or enrichment APIs
  3. Personalize — Generate custom email copy per lead using templates + variables
  4. Send — Deliver via Resend API with rate limiting and domain rotation
  5. Follow Up — Automated drip sequences (Day 3, Day 7)
  6. Track — Log opens, replies, bounces to Google Sheets or CSV

Requirements

  • Resend API keyRESEND_API_KEY (free tier: 100 emails/day)
  • Verified sending domain — SPF + DKIM + DMARC configured
  • Google Sheets OAuth (optional) — for lead tracking

Quick Start

export RESEND_API_KEY=your_key

# Send from CSV list
node scripts/send-campaign.js --list leads.csv --template templates/intro.txt --from "hello@yourdomain.com"

# Dry run (no emails sent)
node scripts/send-campaign.js --list leads.csv --template templates/intro.txt --dry-run

# Send follow-ups
node scripts/send-followups.js --campaign campaign-2026-03-12

Email Templates

Templates use {variable} placeholders:

Subject: {subject}

Hi {first_name},

{body}

Best,
{sender_name}

Available variables: {first_name}, {business_name}, {city}, {industry}, {specific_issue}, {sender_name}, {subject}

Deliverability Rules

  • Max 25 emails per domain per day (cold outreach)
  • Warm up new domains: start at 5/day, increase by 5 every 3 days
  • Always include physical address (CAN-SPAM)
  • Include unsubscribe mechanism
  • Rotate sending domains if scaling past 50/day
  • Remove bounced emails immediately
  • Honor unsubscribes within 24 hours

Scripts

  • scripts/send-campaign.js — Main campaign sender with rate limiting
  • scripts/send-followups.js — Drip follow-up sender
  • scripts/enrich-list.js — Email enrichment from websites

References

  • references/templates.md — Proven email templates with open rates
  • references/deliverability.md — Domain setup and spam prevention guide

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 11:57 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Himalaya

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

Slack

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

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 113 📥 52,401