Outbound Sales Flow
The canonical agent flow for outbound prospecting using GTM Tools. This is the version you’d put in an agent’s system prompt or skill definition.
The flow
Decision rules for the agent
When to skip the account
If detect_signal returns no fired signals, abort. The account isn’t actively in market. Note it for re-checking next month.
How to pick the title filter
Match the highest-confidence fired signal to a decision-maker title:
When to skip the email step
If the candidate’s profile already exposes an email on LinkedIn, or your CRM already has it cached, skip get_email and save 5 tokens.
If is_catch_all: true comes back, do not auto-send. Hand off to a human reviewer or use a soft-touch channel (LinkedIn invite) where being wrong is cheap.
When to write back
After contact, log:
- The signal evidence (URLs, snippets) — gives downstream reps something to reference.
- The verified email + catch-all flag.
- The LinkedIn profile URL.
- The token spend (
get_token_balancedelta).
Personalization handles
Each tool surfaces a piece of personalization material. The richer the message, the higher the response rate.
Anti-patterns
- Skipping the signal step. Going straight to
list_linkedin_company_employees(30 tokens) on unqualified accounts is the single most common waste. - Hydrating before filtering. Don’t
get_linkedin_profile(4 tokens) every employee —list_linkedin_company_employeesalready returns name/title/headline. - Re-checking the same domain daily. Signal data rarely shifts day-to-day. Weekly is enough; daily wastes tokens.
- Auto-sending on catch-all hits. False-positive emails hurt sender reputation. Always gate on
is_catch_all.
Token budget per qualified prospect
Budget ~$0.67 per fully-researched and contacted prospect.