LeadMagic
Connect to LeadMagic to validate emails, find work emails, enrich profiles and companies, search people, and check credits.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
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 目录
可用 Tools
13 个可调用操作
Check credit balanceLEADMAGIC_CHECK_CREDITSReturns the current LeadMagic credit balance.需要连接
Returns the current LeadMagic credit balance.
认证
需要 Connected AccountTags
Validate API key healthLEADMAGIC_CHECK_CREDITS_HEALTHValidates the API key and checks authentication health.需要连接
Validates the API key and checks authentication health.
认证
需要 Connected AccountTags
Email to profileLEADMAGIC_EMAIL_TO_PROFILEGets a B2B profile from a work email address.需要连接
Gets a B2B profile from a work email address.
认证
需要 Connected AccountTags
Enrich companyLEADMAGIC_ENRICH_COMPANYEnriches company data by domain or company identity.需要连接
Enriches company data by domain or company identity.
认证
需要 Connected AccountTags
Enrich profileLEADMAGIC_ENRICH_PROFILEEnriches a person profile from a professional profile URL.需要连接
Enriches a person profile from a professional profile URL.
认证
需要 Connected AccountTags
Find employeesLEADMAGIC_FIND_EMPLOYEESFinds employees at a target company.需要连接
Finds employees at a target company.
认证
需要 Connected AccountTags
Find mobile numberLEADMAGIC_FIND_MOBILEFinds a mobile number for a professional profile URL.需要连接
Finds a mobile number for a professional profile URL.
认证
需要 Connected AccountTags
Find person by roleLEADMAGIC_FIND_ROLEFinds a person at a company by job title.需要连接
Finds a person at a company by job title.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Profile to emailLEADMAGIC_PROFILE_TO_EMAILFinds a work email from a professional profile URL.需要连接
Finds a work email from a professional profile URL.
认证
需要 Connected AccountTags
Search companiesLEADMAGIC_SEARCH_COMPANIESSearches companies using V3 company search filters.需要连接
Searches companies using V3 company search filters.
认证
需要 Connected AccountTags
Search peopleLEADMAGIC_SEARCH_PEOPLESearches people using V3 people search filters.需要连接
Searches people using V3 people search filters.
认证
需要 Connected AccountTags
Validate emailLEADMAGIC_VALIDATE_EMAILValidates an email address and may return company enrichment data.需要连接
Validates an email address and may return company enrichment data.
认证
需要 Connected AccountTags