Open Connector
All tools

FullEnrich

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

fullenrichv1.0.08 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: "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.

This endpoint checks if your API key is valid.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

Tags

postcompanysearch
Enrich Contacts In BulkFULLENRICH_POST_CONTACT_BULK_ENRICHEnrich Contacts In Bulk

Enrich Contacts In Bulk

Authentication

Connected account required

Tags

postcontactbulkenrich
Reverse Contact Lookup In BulkFULLENRICH_POST_CONTACT_BULK_REVERSE_EMAILReverse Contact Lookup In Bulk

Reverse Contact Lookup In Bulk

Authentication

Connected account required

Tags

postcontactbulkreverseemail

Provider resources