Open Connector
所有 Tools

FullEnrich

Connect to FullEnrich to enrich B2B contacts, reverse lookup emails, search companies, and inspect workspace API credits.

fullenrichv1.0.08 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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: "FULLENRICH_CHECK_KEY",  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("FULLENRICH_CHECK_KEY", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute FULLENRICH_CHECK_KEY --data '{ }'

Tool 目录

可用 Tools

8 个可调用操作

Check If API Key Is ValidFULLENRICH_CHECK_KEYThis endpoint checks if your API key is valid.

This endpoint checks if your API key is valid.

认证

需要 Connected Account

Tags

checkkey
Get Current BalanceFULLENRICH_GET_ACCOUNT_CREDITSThis endpoint provides the current balance of credits available in your workspace.

This endpoint provides the current balance of credits available in your workspace.

认证

需要 Connected Account

Tags

getaccountcredits
Get Bulk Enrich ResultsFULLENRICH_GET_CONTACT_BULK_ENRICH_BY_IDUse this endpoint to retrieve the result from an enrich.

Use this endpoint to retrieve the result from an enrich.

认证

需要 Connected Account

Tags

getcontactbulkenrichbyid
Get Bulk Reverse Email ResultsFULLENRICH_GET_CONTACT_BULK_REVERSE_EMAIL_BY_IDUse this endpoint to retrieve the result from a reverse email lookup.

Use this endpoint to retrieve the result from a reverse email lookup.

认证

需要 Connected Account

Tags

getcontactbulkreverseemailbyid
Look up companyFULLENRICH_POST_COMPANY_LOOKUPLook up a single company using its identifiers (domain, or professional network URL/ID). Returns the best matching company.

Look up a single company using its identifiers (domain, or professional network URL/ID). Returns the best matching company.

认证

需要 Connected Account

Tags

postcompanylookup
Search companyFULLENRICH_POST_COMPANY_SEARCHSearch for companies based on various filters. Multiple filters within the same field are combined with AND logic.

Search for companies based on various filters. Multiple filters within the same field are combined with AND logic.

认证

需要 Connected Account

Tags

postcompanysearch
Enrich Contacts In BulkFULLENRICH_POST_CONTACT_BULK_ENRICHEnrich Contacts In Bulk

Enrich Contacts In Bulk

认证

需要 Connected Account

Tags

postcontactbulkenrich
Reverse Contact Lookup In BulkFULLENRICH_POST_CONTACT_BULK_REVERSE_EMAILReverse Contact Lookup In Bulk

Reverse Contact Lookup In Bulk

认证

需要 Connected Account

Tags

postcontactbulkreverseemail

Provider 资源