feat: Add LeadMagic B2B data enrichment plugin with 9 actions#163
Open
bcharleson wants to merge 4 commits intovercel-labs:mainfrom
Open
feat: Add LeadMagic B2B data enrichment plugin with 9 actions#163bcharleson wants to merge 4 commits intovercel-labs:mainfrom
bcharleson wants to merge 4 commits intovercel-labs:mainfrom
Conversation
Contributor
|
@bcharleson is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
- Lead operations: create, get, list, update, delete, update status, add to campaign - Campaign operations: create, get, list, update, delete, activate, pause - Account operations: list, get, pause, resume, enable/disable warmup - Custom Instantly logo - Integration credentials and test connection
- Remove Content-Type header from DELETE requests (delete-lead, delete-campaign) - Remove Content-Type header from POST requests with empty body (pause-campaign, activate-campaign, pause-account, resume-account) - Fix timezone in create-campaign to use valid API enum value (America/Chicago) - Add Instantly plugin to plugins/index.ts - Update README.md with Instantly actions
- Wrap successful responses in { success: true, data: {...} }
- Wrap errors in { success: false, error: { message: '...' } }
- Follows AGENTS.md Step Output Format specification
- All actions tested and verified working
Actions updated:
- Lead: create, get, list, update, delete, update-status, add-to-campaign
- Campaign: create, get, list, update, delete, activate, pause
- Account: list, get, pause, resume
- Warmup: enable, disable
- Add LeadMagic plugin with full API integration - People Operations: Find Email, Validate Email, Search Profile, Find Mobile, Find Role, B2B Profile Email - Company Operations: Search Company, Get Technographics, Get Company Funding - All actions use native fetch (no SDK dependencies) - Fix node-config-panel to clear old config when changing action types - Add LeadMagic logo asset
1c179d4 to
e85c399
Compare
Collaborator
|
Thanks for submitting this! We'll review and follow up. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Adds LeadMagic integration with 9 B2B data enrichment actions for lead generation and company research workflows.
This PR supersedes #162 with additional improvements and fixes.
Actions Included
People Operations (6 actions)
Company Operations (3 actions)
Implementation Details
Architecture
fetchAPI (no SDK dependencies per guidelines){ success: boolean, data?: object, error?: object }Code Quality
pnpm type-check)pnpm fix)Testing
Files Changed
New Files
plugins/leadmagic/- Complete LeadMagic pluginindex.ts- Plugin definition with 9 actionscredentials.ts- Credential type definitionicon.tsx- LeadMagic icon componenttest.ts- Connection test functionsteps/- 9 step functions for each actionpublic/leadmagic-logo.png- LeadMagic logo assetModified Files
plugins/index.ts- Auto-generated plugin registrationlib/workflow-executor.workflow.ts- Config filtering improvements to prevent extra fields from being passed to actionsAPI Details
Base URL:
https://api.leadmagic.ioAuthentication: API key via
X-API-KeyheaderRate Limits: Handled by LeadMagic API
Use Cases
This integration enables workflows for:
Checklist
pnpm type-check)pnpm fix)Related
Pull Request opened by Augment Code with guidance from the PR author