Open Connector
All tools

LeadMagic

Connect to LeadMagic to validate emails, find work emails, enrich profiles and companies, search people, and check credits.

leadmagicv1.0.013 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

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.

Returns the current LeadMagic credit balance.

Authentication

Connected account required

Tags

leadmagic
Validate API key healthLEADMAGIC_CHECK_CREDITS_HEALTHValidates the API key and checks authentication health.

Validates the API key and checks authentication health.

Authentication

Connected account required

Tags

leadmagic
Email to profileLEADMAGIC_EMAIL_TO_PROFILEGets a B2B profile from a work email address.

Gets a B2B profile from a work email address.

Authentication

Connected account required

Tags

leadmagic
Enrich companyLEADMAGIC_ENRICH_COMPANYEnriches company data by domain or company identity.

Enriches company data by domain or company identity.

Authentication

Connected account required

Tags

leadmagic
Enrich profileLEADMAGIC_ENRICH_PROFILEEnriches a person profile from a professional profile URL.

Enriches a person profile from a professional profile URL.

Authentication

Connected account required

Tags

leadmagic
Find employeesLEADMAGIC_FIND_EMPLOYEESFinds employees at a target company.

Finds employees at a target company.

Authentication

Connected account required

Tags

leadmagic
Find mobile numberLEADMAGIC_FIND_MOBILEFinds a mobile number for a professional profile URL.

Finds a mobile number for a professional profile URL.

Authentication

Connected account required

Tags

leadmagic
Find person by roleLEADMAGIC_FIND_ROLEFinds a person at a company by job title.

Finds a person at a company by job title.

Authentication

Connected account required

Tags

leadmagic
Find work emailLEADMAGIC_FIND_WORK_EMAILFinds a professional email from a person name and company information.

Finds a professional email from a person name and company information.

Authentication

Connected account required

Tags

leadmagic
Profile to emailLEADMAGIC_PROFILE_TO_EMAILFinds a work email from a professional profile URL.

Finds a work email from a professional profile URL.

Authentication

Connected account required

Tags

leadmagic
Search companiesLEADMAGIC_SEARCH_COMPANIESSearches companies using V3 company search filters.

Searches companies using V3 company search filters.

Authentication

Connected account required

Tags

leadmagic
Search peopleLEADMAGIC_SEARCH_PEOPLESearches people using V3 people search filters.

Searches people using V3 people search filters.

Authentication

Connected account required

Tags

leadmagic
Validate emailLEADMAGIC_VALIDATE_EMAILValidates an email address and may return company enrichment data.

Validates an email address and may return company enrichment data.

Authentication

Connected account required

Tags

leadmagic

Provider resources