Today's Solo Tip is one command that runs your entire daily LinkedIn sequence
Copy & Paste Code inside bracket: [npx tsx departments/sales/scripts/daily-outreach.ts your-campaign]
That's it. Here's what happens when you run it:
- Dashboard — Shows your campaign snapshot before anything moves: queued, connection sent, connected, messaged, replied, booked.
- Accept detection — Scrapes your connections page and cross-references against everyone you've sent requests to. No manual checking.
- Guide DMs — Anyone who just accepted gets your lead magnet message automatically. Personalized with their first name and company.
- Reply check — Scans recent conversations and flags anyone who replied since your last run. You review those manually. The agent doesn't auto-respond.
- New connections — Sends the next batch from your queue. Max 15/day by default. Respects LinkedIn's rate limits, with organic delays between each one.
- Final dashboard — Shows you exactly what moved.
To try it safely, run this code: [npx tsx departments/sales/scripts/daily-outreach.ts your-campaign --dry-run]
Dry run shows you everything it would do without touching LinkedIn.
Prerequisite
The only thing you need set up first is a campaign in the DB with leads queued. If you haven't done that yet, reply below and we'll walk through it.
Post for help!