LeadMagic Integrations
Overview
LeadMagic integrates natively with every major GTM platform. This skill covers
integration setup, data flow patterns, and the verification-at-send principle:
every contact entering a sequence must pass verification first.
Authoritative Foundations
- iPaaS Integration Patterns — Shapes deliverables for this skill — LeadMagic integrates natively with every major GTM platform.
- Zapier/Make Automation — Shapes deliverables for this skill — LeadMagic integrates natively with every major GTM platform.
- CRM Enrichment Workflows — Shapes deliverables for this skill — LeadMagic integrates natively with every major GTM platform.
- Pat Spielmann — Cold to Gold — Cold to Gold
- Pat Spielmann — Full-Circle Multichannel — Full-Circle Multichannel
When to Use
- "Connect LeadMagic to Clay"
- "Integrate LeadMagic with Smartlead"
- "Set up LeadMagic + HubSpot"
- "Push LeadMagic data to Salesforce"
- "Add verification to my Zapier workflow"
- "Connect LeadMagic to Instantly"
Platform-Specific Guides
Clay
Native integration. Add LeadMagic Email Finder and Email Validation as
enrichment columns. Configure in conditional waterfalls — LeadMagic first
(verified results), fallbacks for misses. See leadmagic-waterfall skill.
Apollo
Use LeadMagic Email Validation as a verification step on Apollo-found contacts
before they enter sequences. Apollo finds, LeadMagic verifies.
Smartlead
Push verified contacts via CLI: lm integrations smartlead push --campaign <id>.
Or use API integration. Always verify with LeadMagic before pushing.
Instantly
Same pattern: verify contacts, then push. lm integrations instantly push.
LeadMagic validation ensures bounced emails don't damage sending reputation.
Salesforce / HubSpot
Enrich CRM records on create or on schedule. Webhook: new contact created →
LeadMagic enrichment → CRM update. Re-verify contacts older than 90 days.
Zapier / Make
No-code workflows. Trigger: new lead in CRM → LeadMagic enrichment → update
CRM with verified data. Trigger: new form fill → LeadMagic verification →
route to rep.
Data Flow Pattern
Source (CRM, form, list) → LeadMagic enrichment → LeadMagic verification → Send-ready list
Always verify between enrichment and send. Platform integration does not
replace the verification step.
Common Pitfalls
Two-way sync conflicts. Push from enrichment TO CRM, not both directions.
CRM-to-enrichment sync creates data conflicts.
No verification before send. Platform integration handles data movement.
Verification handles data quality. Both required.
Not using webhooks for real-time. Batch processing works for lists.
Webhooks enable real-time enrichment on form fill.
Output Format
The agent delivers an integration setup guide for the requested platform(s):
- Integration Configuration: step-by-step connection setup for the target platform — Clay column config, HubSpot/Salesforce workflow rules, Zapier zap structure, or n8n node sequence with authentication
- Data Flow Diagram: plain-text flow showing Source → LeadMagic enrichment → LeadMagic verification → destination system (CRM, sequencer, or webhook)
- Verification Gate: explicit before-send confirmation that LeadMagic validation fires before contacts enter any sequence or automation
- Webhook Setup (if real-time): endpoint URL format, expected payload schema, success/failure handling, and retry pattern
- Platform-Specific Pitfall Checklist: 3–5 integration-specific anti-patterns to avoid (e.g., two-way sync conflicts, skipping the verification step, batch-only when real-time is needed)
Quality Check
Before delivering, verify:
Execution Artifacts
references/framework-notes.md — platform matrix, iPaaS patterns, Eric Clay agency stack
templates/output-template.md — integration config + verify gate deliverable
scripts/check-output.py — local checklist validator for required sections
This skill includes lightweight artifacts the agent can load on demand:
../../outbound/cold-email-copywriting/references/pat-spielmann-outbound-copy.md — stack integration + outbound message audit (Pat Spielmann — LeadMagic)
references/integration-checklist.md — go-live checklist per platform (Clay, Smartlead, CRM, n8n)
../leadmagic-waterfall/references/waterfall-column-spec.md — Clay column spec
../../tools/clay-toolkit/SKILL.md — clay-toolkit native integration
../../tools/smartlead-workflows/references/clay-enrollment-handoff.md — sequencer handoff
../../../../references/gtm-experts-outbound-index.md — expert router
Use the artifacts when the user asks for an implementation-ready deliverable, a repeatable workflow, or a quality check rather than generic advice.
Related Skills
- leadmagic-cli: CLI-based integration workflows
- leadmagic-waterfall: Clay-specific waterfall setup
- crm-integration: CRM configuration for enrichment data
- clay-automation: Full Clay workflow design
1---2name: leadmagic-integrations3description: Integrate LeadMagic with GTM platforms — Clay, Apollo, Smartlead, Instantly, Salesforce, HubSpot, Zapier, Make. Bi-directional data flows, webhook enrichment, CRM automation, and verification-at-send patterns. Use when connecting LeadMagic to your GTM stack. Triggers on: "LeadMagic integration", "connect LeadMagic to", "LeadMagic + Clay", "LeadMagic + HubSpot", "LeadMagic + Salesforce", or any platform integration request.4license: MIT5---67# LeadMagic Integrations89## Overview1011LeadMagic integrates natively with every major GTM platform. This skill covers12integration setup, data flow patterns, and the verification-at-send principle:13every contact entering a sequence must pass verification first.1415## Authoritative Foundations1617- **iPaaS Integration Patterns** — Shapes deliverables for this skill — LeadMagic integrates natively with every major GTM platform.18- **Zapier/Make Automation** — Shapes deliverables for this skill — LeadMagic integrates natively with every major GTM platform.19- **CRM Enrichment Workflows** — Shapes deliverables for this skill — LeadMagic integrates natively with every major GTM platform.20- **Pat Spielmann — Cold to Gold** — Cold to Gold21- **Pat Spielmann — Full-Circle Multichannel** — Full-Circle Multichannel2223## When to Use2425- "Connect LeadMagic to Clay"26- "Integrate LeadMagic with Smartlead"27- "Set up LeadMagic + HubSpot"28- "Push LeadMagic data to Salesforce"29- "Add verification to my Zapier workflow"30- "Connect LeadMagic to Instantly"3132## Platform-Specific Guides3334### Clay35Native integration. Add LeadMagic Email Finder and Email Validation as36enrichment columns. Configure in conditional waterfalls — LeadMagic first37(verified results), fallbacks for misses. See leadmagic-waterfall skill.3839### Apollo40Use LeadMagic Email Validation as a verification step on Apollo-found contacts41before they enter sequences. Apollo finds, LeadMagic verifies.4243### Smartlead44Push verified contacts via CLI: `lm integrations smartlead push --campaign <id>`.45Or use API integration. Always verify with LeadMagic before pushing.4647### Instantly48Same pattern: verify contacts, then push. `lm integrations instantly push`.49LeadMagic validation ensures bounced emails don't damage sending reputation.5051### Salesforce / HubSpot52Enrich CRM records on create or on schedule. Webhook: new contact created →53LeadMagic enrichment → CRM update. Re-verify contacts older than 90 days.5455### Zapier / Make56No-code workflows. Trigger: new lead in CRM → LeadMagic enrichment → update57CRM with verified data. Trigger: new form fill → LeadMagic verification →58route to rep.5960## Data Flow Pattern6162```63Source (CRM, form, list) → LeadMagic enrichment → LeadMagic verification → Send-ready list64```6566Always verify between enrichment and send. Platform integration does not67replace the verification step.6869## Common Pitfalls70711. **Two-way sync conflicts.** Push from enrichment TO CRM, not both directions.72 CRM-to-enrichment sync creates data conflicts.73742. **No verification before send.** Platform integration handles data movement.75 Verification handles data quality. Both required.76773. **Not using webhooks for real-time.** Batch processing works for lists.78 Webhooks enable real-time enrichment on form fill.798081## Output Format8283The agent delivers an integration setup guide for the requested platform(s):8485- **Integration Configuration:** step-by-step connection setup for the target platform — Clay column config, HubSpot/Salesforce workflow rules, Zapier zap structure, or n8n node sequence with authentication86- **Data Flow Diagram:** plain-text flow showing Source → LeadMagic enrichment → LeadMagic verification → destination system (CRM, sequencer, or webhook)87- **Verification Gate:** explicit before-send confirmation that LeadMagic validation fires before contacts enter any sequence or automation88- **Webhook Setup (if real-time):** endpoint URL format, expected payload schema, success/failure handling, and retry pattern89- **Platform-Specific Pitfall Checklist:** 3–5 integration-specific anti-patterns to avoid (e.g., two-way sync conflicts, skipping the verification step, batch-only when real-time is needed)9091## Quality Check9293Before delivering, verify:94- [ ] All required sections complete95- [ ] Output matches the user's stated need96- [ ] No vague or unsupported claims97- [ ] Frameworks cited where applicable9899## Execution Artifacts100101- `references/framework-notes.md` — platform matrix, iPaaS patterns, Eric Clay agency stack102- `templates/output-template.md` — integration config + verify gate deliverable103- `scripts/check-output.py` — local checklist validator for required sections104This skill includes lightweight artifacts the agent can load on demand:105- `../../outbound/cold-email-copywriting/references/pat-spielmann-outbound-copy.md` — stack integration + outbound message audit (Pat Spielmann — LeadMagic)106- `references/integration-checklist.md` — go-live checklist per platform (Clay, Smartlead, CRM, n8n)107- `../leadmagic-waterfall/references/waterfall-column-spec.md` — Clay column spec108- `../../tools/clay-toolkit/SKILL.md` — clay-toolkit native integration109- `../../tools/smartlead-workflows/references/clay-enrollment-handoff.md` — sequencer handoff110- `../../../../references/gtm-experts-outbound-index.md` — expert router111Use the artifacts when the user asks for an implementation-ready deliverable, a repeatable workflow, or a quality check rather than generic advice.112113## Related Skills114115- **leadmagic-cli**: CLI-based integration workflows116- **leadmagic-waterfall**: Clay-specific waterfall setup117- **crm-integration**: CRM configuration for enrichment data118- **clay-automation**: Full Clay workflow design