Clearbit Enrich Person Documentation
Overview
The Clearbit Enrich Person node is part of the Clearbit integration in the Vantage workflow engine. Enrich a contact with personal and company data using their email address. Returns employment history, social profiles, location, and more.
This node uses the Clearbit API through Vantage's managed credential system — no manual token handling required.
Settings
- Input Type: String
- Description: Email address to enrich. Clearbit will return the person's full profile if found.
- Default Value:
""
How It Works
- Receives input data containing an email address from upstream nodes.
- Authenticates with Clearbit using your connected API key.
- Calls the Clearbit Person Enrichment API with the provided email.
- Returns the enriched person profile through the output port for downstream processing.
Error handling is built in — if the API call fails (e.g. email not found), the node throws a descriptive error with the failure reason.
Input and Output
- Input: Accepts data in object or array format from upstream nodes.
- Output: Returns enriched person data including name, employment, location, social profiles, and more.
Use Cases
Lead Enrichment
Automatically enrich incoming leads with full contact profiles for your sales team.
Scheduled Operations
Pair with the Schedule Trigger node to run Clearbit operations on a recurring basis.
Event-Driven Pipelines
Combine with other trigger nodes to react to events and automatically execute Clearbit actions.