自动识别超过5天未回复的外贸客户,每日统计并发送专业跟进消息,提高客户转化率。
根据未回复天数自动选择话术类型:
跟进话术(5-9天):
Hi [Name],
Hope this email finds you well. I wanted to follow up on my previous message regarding [产品].
I understand you might be busy. Just wanted to check if you had a chance to review my proposal?
Looking forward to your feedback.
Best regards,
[Your Name]
催促话术(10-14天):
Hi [Name],
I hope you're doing well. I haven't heard back from you regarding [产品].
Just wondering if you're still interested? If not, no worries at all.
Please let me know either way.
Best regards,
[Your Name]
最后机会话术(15天以上):
Hi [Name],
This will be my last follow-up regarding [产品].
If you're no longer interested, I completely understand and will close this inquiry.
If you are still interested but just busy, please let me know and I'll be happy to assist.
Best regards,
[Your Name]
在工作区创建 foreign-trade-customers.md:
- [客户姓名] - [公司名称] - [国家]
- 询盘产品: [产品名称]
- 最后回复时间: [日期]
- 联系方式: [WhatsApp/Email/Feishu]
- 联系ID: [号码/邮箱]
- 未回复天数: [天数]
- 跟进次数: [次数]
- 状态: [活跃/待激活/已关闭]
- 备注: [重要信息]
openclaw cron add \
--name "foreign-trade-customer-activation" \
--description "外贸客户激活:每天识别超过5天未回复的客户" \
--cron "0 9 * * 1-5" \
--message "请执行外贸客户激活任务..." \
--session isolated \
--announce \
--channel whatsapp \
--to [你的号码]
编辑 HEARTBEAT.md 自定义规则:
# 立即运行客户激活检查
openclaw cron run [任务ID]
# 查看客户列表
cat foreign-trade-customers.md
# 更新客户信息
edit foreign-trade-customers.md
workspace/
├── foreign-trade-customers.md # 客户列表
├── HEARTBEAT.md # 系统配置
├── follow-up-log.md # 跟进记录(自动生成)
└── skills/
└── foreign-trade-customer-activation/
└── SKILL.md # 本文件
如有问题,请检查:
openclaw gateway statusopenclaw channels statusopenclaw cron list共 2 个版本