ActionClearbitUpdated June 2026

How do I enrich a person by email in Clearbit?

Short answer: You can enrich person in Clearbit by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Clearbit Enrich Person action to a workflow, map its 1 input from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

Enrich Person in Clearbit — start free
Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Email
email
stringRequiredEmail. Example: john@stripe.com
Sample request
{
"email": "e.g. john@stripe.com"
}
Returns
{
"id": "abc123",
"email": "john@stripe.com",
"title": "Co-founder & President",
"twitter": {
"handle": "collision"
},
"fullName": "John Collison",
"linkedin": {
"handle": "in/johncollison"
},
"location": "San Francisco, CA",
"employment": {
"name": "Stripe",
"role": "leadership",
"title": "Co-founder & President",
"seniority": "executive"
}
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Enrich Person.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Enrich Person.

What does the Enrich Person action do in Clearbit?
Returns name, title, seniority, role, location, social profiles plus nested company enrichment. For "form had only email → enrich for personalisation and routing" workflows. Coverage strong on US/EU B2B contacts; weaker on personal-only emails.
What inputs does Enrich Person require?
Required: Email. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Clearbit returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Enrich Person support batch operations?
Yes. Run Enrich Person inside a Loop node to process arrays. TinyCommand handles Clearbit's rate limits automatically so you don't have to throttle manually.
More actions

Other Clearbit actions.

Action
Enrich Company
Enriches a company domain with firmographics — industry, employee count range, revenue range, tech stack, location, parent company. The standard hook for "new lead lookup before routing" or "auto-fill account record from domain" workflows.
Enrich Person in Clearbit — start free