All Composites
Lead Outreach Pipeline
draft
Find prospects via Apollo → generate personalized emails via Claude → send via SendGrid → track opens
Tool Chain (0 tools)
Skill Template
--- name: lead-outreach-pipeline description: Find leads, personalize emails, send at scale user-invocable: false --- # Lead Outreach Pipeline Chain: Apollo.io → Claude → SendGrid ## Steps 1. **Find prospects** via Apollo.io API - Input: ICP criteria (industry, title, company size, location) - Output: list of contacts with email, name, company, title 2. **Personalize emails** via Claude API - Input: contact data + email template + value prop - Output: personalized email per contact (subject + body) 3. **Send emails** via SendGrid API - Input: personalized emails + from address (company-specific) - Output: sent confirmations + tracking IDs 4. **Track results** via SendGrid webhooks - Monitor: opens, clicks, replies, bounces ## Usage Provide: ICP criteria, email template, value proposition, sending account Returns: number sent, tracking dashboard link