Actions
| Name | Description |
|---|---|
enrich_personLook up a person by email address and return enriched profile data | Look up a person by email address and return enriched profile data |
enrich_companyLook up a company by domain and return enriched company data | Look up a company by domain and return enriched company data |
find_emailSearch for contacts at a company by domain, name, role, or title | Search for contacts at a company by domain, name, role, or title |
reveal_visitorIdentify a company from an IP address | Identify a company from an IP address |
custom_api_callMake a custom Clearbit API call | Make a custom Clearbit API call |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'clearbit',
actionName: 'enrich_person',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Clearbit to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Clearbit support?
Clearbit supports 5 actions including Enrich Person, Enrich Company, Find Email, Reveal Visitor, Custom API Call.
Can I use Clearbit with AI agents?
Yes. Add Clearbit to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Clearbit use?
Clearbit uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Clearbit integration cost?
The Clearbit integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Clearbit in 2 minutes
Get 1,000 free actions every month. No credit card required.