2 min read

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

Email

How It Works

  1. Receives input data containing an email address from upstream nodes.
  2. Authenticates with Clearbit using your connected API key.
  3. Calls the Clearbit Person Enrichment API with the provided email.
  4. 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

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.