FullEnrich
Connect to FullEnrich to enrich B2B contacts, reverse lookup emails, search companies, and inspect workspace API 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: "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 catalog
Available tools
8 callable operations
Check If API Key Is ValidFULLENRICH_CHECK_KEYThis endpoint checks if your API key is valid.Connection
This endpoint checks if your API key is valid.
Authentication
Connected account requiredTags
Get Current BalanceFULLENRICH_GET_ACCOUNT_CREDITSThis endpoint provides the current balance of credits available in your workspace.Connection
This endpoint provides the current balance of credits available in your workspace.
Authentication
Connected account requiredTags
Get Bulk Enrich ResultsFULLENRICH_GET_CONTACT_BULK_ENRICH_BY_IDUse this endpoint to retrieve the result from an enrich.Connection
Use this endpoint to retrieve the result from an enrich.
Authentication
Connected account requiredTags
Get Bulk Reverse Email ResultsFULLENRICH_GET_CONTACT_BULK_REVERSE_EMAIL_BY_IDUse this endpoint to retrieve the result from a reverse email lookup.Connection
Use this endpoint to retrieve the result from a reverse email lookup.
Authentication
Connected account requiredTags
Look up companyFULLENRICH_POST_COMPANY_LOOKUPLook up a single company using its identifiers (domain, or professional network URL/ID). Returns the best matching company.Connection
Look up a single company using its identifiers (domain, or professional network URL/ID). Returns the best matching company.
Authentication
Connected account requiredTags
Search companyFULLENRICH_POST_COMPANY_SEARCHSearch for companies based on various filters. Multiple filters within the same field are combined with AND logic.Connection
Search for companies based on various filters. Multiple filters within the same field are combined with AND logic.
Authentication
Connected account requiredTags
Enrich Contacts In BulkFULLENRICH_POST_CONTACT_BULK_ENRICHEnrich Contacts In BulkConnection
Enrich Contacts In Bulk
Authentication
Connected account requiredTags
Reverse Contact Lookup In BulkFULLENRICH_POST_CONTACT_BULK_REVERSE_EMAILReverse Contact Lookup In BulkConnection
Reverse Contact Lookup In Bulk
Authentication
Connected account requiredTags