apollo-core-workflow-b

Featured

Implement Apollo.io email sequences and outreach workflow. Use when building automated email campaigns, creating sequences, or managing outreach through Apollo. Trigger with phrases like "apollo email sequence", "apollo outreach", "apollo campaign", "apollo sequences", "apollo automated emails".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Apollo Core Workflow B: Email Sequences & Outreach ## Overview Build Apollo.io email sequencing and outreach automation via the REST API. Sequences in Apollo are called "emailer_campaigns" in the API. This covers listing, searching, adding contacts, tracking engagement, and managing sequence lifecycle. All endpoints require a **master API key**. ## Prerequisites - Completed `apollo-core-workflow-a` (lead search) - Apollo account with Sequences feature enabled - Connected email account in Apollo (Settings > Channels > Email) - Master API key (not standard) ## Instructions ### Step 1: Search for Existing Sequences ```typescript // src/workflows/sequences.ts import axios from 'axios'; const client = axios.create({ baseURL: 'https://api.apollo.io/api/v1', headers: { 'Content-Type': 'application/json', 'x-api-key': process.env.APOLLO_API_KEY! }, }); export async function searchSequences(query?: string) { const { data } = await client.post('/emailer_campaigns/search', { q_name: query, // optional name filter page: 1, per_page: 25, }); return data.emailer_campaigns.map((seq: any) => ({ id: seq.id, name: seq.name, active: seq.active, numSteps: seq.num_steps ?? seq.emailer_steps?.length ?? 0, stats: { totalContacts: seq.unique_scheduled ?? 0, delivered: seq.unique_delivered ?? 0, opened: seq.unique_opened ?? 0, replied: seq.unique_replied ?? 0, bounced: seq.unique_bounced ?? 0, }, createdAt:...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

apollo-core-workflow-a

Implement Apollo.io lead search and enrichment workflow. Use when building lead generation features, searching for contacts, or enriching prospect data from Apollo. Trigger with phrases like "apollo lead search", "search apollo contacts", "find leads in apollo", "apollo people search", "enrich contacts apollo".

2,266 Updated today
jeremylongshore
AI & Automation Solid

outreach-sequences

Outreach.io sales engagement platform for sequence management

1,034 Updated today
a5c-ai
AI & Automation Solid

email-sequences

Design and write email campaigns and sequences including onboarding flows, lifecycle campaigns, transactional emails, newsletters, broadcast sends, and launch and announcement emails. Use this skill whenever the user wants to write email copy, plan an email sequence, design an onboarding drip, or set up lifecycle email campaigns. Triggers on email sequence, drip campaign, onboarding email, lifecycle email, welcome email, transactional email, newsletter, email broadcast, launch email, announcement email, nurture sequence, abandoned cart, re-engagement, win-back. Also triggers when planning email automation flows or writing email subject lines for campaigns.

280 Updated 2 days ago
rampstackco
AI & Automation Solid

apollo-prospecting

Apollo.io prospecting and engagement data integration

1,034 Updated today
a5c-ai
AI & Automation Listed

email-sequence

When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions "email sequence," "drip campaign," "nurture sequence," "onboarding emails," "welcome sequence," "re-engagement emails," "email automation," "lifecycle emails," "trigger-based emails," "email funnel," "email workflow," "what emails should I send," "welcome series," or "email cadence." Use this for any multi-email automated flow. For cold outreach emails, see cold-email. For in-app onboarding, see onboarding-cro.

0 Updated 4 days ago
evgeniiakruglova