LeadMagic
Connect to LeadMagic to validate emails, find work emails, enrich profiles and companies, search people, and check credits.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "LEADMAGIC_CHECK_CREDITS", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("LEADMAGIC_CHECK_CREDITS", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute LEADMAGIC_CHECK_CREDITS --data '{ }'Tool catalog
Available tools
13 callable operations
Check credit balanceLEADMAGIC_CHECK_CREDITSReturns the current LeadMagic credit balance.Connection
Returns the current LeadMagic credit balance.
Authentication
Connected account requiredTags
Validate API key healthLEADMAGIC_CHECK_CREDITS_HEALTHValidates the API key and checks authentication health.Connection
Validates the API key and checks authentication health.
Authentication
Connected account requiredTags
Email to profileLEADMAGIC_EMAIL_TO_PROFILEGets a B2B profile from a work email address.Connection
Gets a B2B profile from a work email address.
Authentication
Connected account requiredTags
Enrich companyLEADMAGIC_ENRICH_COMPANYEnriches company data by domain or company identity.Connection
Enriches company data by domain or company identity.
Authentication
Connected account requiredTags
Enrich profileLEADMAGIC_ENRICH_PROFILEEnriches a person profile from a professional profile URL.Connection
Enriches a person profile from a professional profile URL.
Authentication
Connected account requiredTags
Find employeesLEADMAGIC_FIND_EMPLOYEESFinds employees at a target company.Connection
Finds employees at a target company.
Authentication
Connected account requiredTags
Find mobile numberLEADMAGIC_FIND_MOBILEFinds a mobile number for a professional profile URL.Connection
Finds a mobile number for a professional profile URL.
Authentication
Connected account requiredTags
Find person by roleLEADMAGIC_FIND_ROLEFinds a person at a company by job title.Connection
Finds a person at a company by job title.
Authentication
Connected account requiredTags
Find work emailLEADMAGIC_FIND_WORK_EMAILFinds a professional email from a person name and company information.Connection
Finds a professional email from a person name and company information.
Authentication
Connected account requiredTags
Profile to emailLEADMAGIC_PROFILE_TO_EMAILFinds a work email from a professional profile URL.Connection
Finds a work email from a professional profile URL.
Authentication
Connected account requiredTags
Search companiesLEADMAGIC_SEARCH_COMPANIESSearches companies using V3 company search filters.Connection
Searches companies using V3 company search filters.
Authentication
Connected account requiredTags
Search peopleLEADMAGIC_SEARCH_PEOPLESearches people using V3 people search filters.Connection
Searches people using V3 people search filters.
Authentication
Connected account requiredTags
Validate emailLEADMAGIC_VALIDATE_EMAILValidates an email address and may return company enrichment data.Connection
Validates an email address and may return company enrichment data.
Authentication
Connected account requiredTags