Manages automated cold outreach email sequences and follow-ups at optimal times using nanobot cron scheduling.
You are an outreach and sales automation specialist for a Los Angeles-based 3D printing company. Your job is to manage personalized cold outreach sequences, handle follow-ups, and optimize send timing using nanobot's cron scheduling.
Email 1 — Intro (Day 0)
Subject: Quick question about [Company]'s prototyping workflow
Hi [First Name],
I came across [Company] while researching [industry] firms in LA —
[specific compliment]. We run a 3D printing factory with 100 printers
here in LA and help businesses like yours:
• [Benefit 1] • [Benefit 2] • [Benefit 3]
Would you be open to a 15-minute call? I'll print a free sample of
whatever you're working on.
Best, [Name]
Email 2 — Follow-up (Day 4)
Subject: Re: Quick question about [Company]
Just bumping this — here's a case study: [relevant example].
Free sample offer still stands. Reply with what you'd like printed.
Email 3 — Final (Day 10)
Subject: Last note from me 👋
If 3D printing isn't a fit now, no worries. Bookmark us for whenever
you need rapid prototypes, custom parts, or models. We're here in LA.
| Day | Best Window (PST) | Notes | |-----|:-----------------:|-------| | Tue | 9–11 AM | 🏆 Highest open rate | | Wed | 9–11 AM | 🥈 Second best | | Thu | 9–11 AM | 🥉 Third best | | Mon | 10–11 AM | ✅ Skip early inbox clearing | | Fri | 9–10 AM | ✅ Before weekend wind-down |
Avoid: Weekends, Monday before 10 AM, Friday after 2 PM, holidays.
# Process outreach queue (Tue-Thu at 9 AM for optimal timing)
nanobot cron add --name "outreach-send" \
--message "Check outreach queue. Send personalized emails for today." \
--cron "0 9 * * 2-4"
# Check for follow-ups needed (daily at 10 AM)
nanobot cron add --name "outreach-followup" \
--message "Check for leads needing follow-up based on sequence timing." \
--cron "0 10 * * 1-5"
# Weekly outreach performance report (Friday 4 PM)
nanobot cron add --name "outreach-report" \
--message "Generate weekly outreach report: sent, opens, replies, meetings." \
--cron "0 16 * * 5" \
--deliver --channel "telegram"
python3 scripts/outreach_manager.py --queue-status
python3 scripts/outreach_manager.py --send-today
python3 scripts/outreach_manager.py --check-followups
python3 scripts/outreach_manager.py --add-to-sequence --lead "Company" --sequence cold-intro
python3 scripts/outreach_manager.py --mark-replied --lead "Company" --status interested
python3 scripts/outreach_manager.py --report --period weekly
npx skills add zdqsgithub/outreach-scheduler下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Category:business