FullEnrich
Connect to FullEnrich to enrich B2B contacts, reverse lookup emails, search companies, and inspect workspace API credits.
fullenrichv1.0.08 个 Tools
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| 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: "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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
postcompanysearch
Enrich Contacts In BulkFULLENRICH_POST_CONTACT_BULK_ENRICHEnrich Contacts In Bulk需要连接
Enrich Contacts In Bulk
认证
需要 Connected AccountTags
postcontactbulkenrich
Reverse Contact Lookup In BulkFULLENRICH_POST_CONTACT_BULK_REVERSE_EMAILReverse Contact Lookup In Bulk需要连接
Reverse Contact Lookup In Bulk
认证
需要 Connected AccountTags
postcontactbulkreverseemail