Ask HN: 你会使用一个可以通过代码配置的冷邮件工具吗?

1作者: narayanahari9 个月前
我正在为开发者和技术创始人探索一个想法:一个冷邮件工具,你可以使用 YAML 或类似 Terraform 的配置来定义你的冷邮件活动。<p>没有笨拙的 UI。只需在 Git 中管理你的活动版本,通过 CLI 运行它们,并通过终端或 API 获取指标。<p>类似这样:<p>活动:推广 发件人:me@domain.com 受众:leads.csv 序列: - 延迟:0 主题:&quot;嗨 {{first_name}}&quot; 正文:&quot;...&quot; - 延迟:3 天 主题:&quot;只是想确认一下&quot; 正文:&quot;...&quot;<p>它还将处理诸如收件箱轮换、预热、发送限制和退订逻辑之类的事情。<p>很想知道: * 你会使用这个工具吗? * 对你来说,哪些功能是必不可少的? * 你已经喜欢的类似工具是什么? * 你认为会有什么陷阱吗?<p>谢谢!
查看原文
I&#x27;m exploring an idea for developers and technical founders: a cold email tool where you define your cold email campaigns using YAML or a Terraform-style config.<p>No clunky UI. Just version your campaigns in Git, run them from the CLI, and get metrics via terminal or API.<p>Something like this:<p>campaign: outreach sender: me@domain.com audience: leads.csv sequence: - delay: 0 subject: &quot;Hey {{first_name}}&quot; body: &quot;...&quot; - delay: 3d subject: &quot;Just checking in&quot; body: &quot;...&quot;<p>It would also handle things like inbox rotation, warmup, sending limits, and unsubscribe logic.<p>Would love to know: * Would you use this? * What features would be essential for you? * Any similar tools you already like? * Any gotchas you see?<p>Thanks!