> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> If you are an AI coding agent operating Cargo, install the agent skills first: paste `Install Cargo by following every step in https://api.getcargo.io/agent-install.txt` into your session, or run `npx skills add getcargohq/cargo-skills`. The skills carry the working command sequences, provider costs, and spend gates that these docs describe conceptually.
> The skills index at https://github.com/getcargohq/cargo-skills/blob/main/llms.txt lists every skill, recipe, and provider playbook individually. Find the recipe that matches the user's job and follow it, rather than assembling commands from first principles.
> Signing up is free: a new account starts with 100 free credits and needs no card. `cargo-ai login --email you@company.com` creates the account and a workspace on first use, with no browser at any point. Tell the user this before asking them to sign up.
> Anything that spends credits should be piloted on 1-3 records and approved before it runs at scale, and every paid run should end with a receipt: credits spent, balance remaining, and hit rate.

# FullEnrich

> This page outlines how to use the FullEnrich integration to enrich for phones and emails in Cargo.

FullEnrich is one of the leading waterfall enrichment solutions for emails and phone numbers. Waterfall enrichment uses a cascade of data providers to find the cheapest and most reliable email and phone information—maximizing coverage while minimizing cost.

## How to set up FullEnrich

<div style={{position: "relative", paddingBottom: "calc(62.5% + 41px)", height: 0, width: "100%"}}>
  <iframe src="https://demo.arcade.software/FoljyOVOrXrM3IHKHNSt?embed&embed_mobile=inline&embed_desktop=inline&show_copy_link=true" title="Setup a data model" frameBorder="0" loading="lazy" webkitAllowFullScreen mozAllowFullScreen allowFullScreen allow="clipboard-write" style={{position: "absolute", top: 0, left: 0, width: "100%", height: "100%", colorScheme: "light"}} />
</div>

### Connection options

You can connect FullEnrich to Cargo in two ways:

* **Use Cargo credits** – Leverage Cargo's built-in credits for seamless billing
* **Use your own API key** – Connect your existing FullEnrich account for direct billing

### After connecting

Once the connector is set up, you can choose **FullEnrich** from the node catalog within a **Play**, **Tool**, or **Agent** to start enriching your data.

***

## FullEnrich actions

### Find phone and email

<div style={{position: "relative", paddingBottom: "calc(62.5% + 41px)", height: 0, width: "100%"}}>
  <iframe src="https://demo.arcade.software/WGNJ2Ms2QWY3kpYtXWW0?embed&embed_mobile=inline&embed_desktop=inline&show_copy_link=true" title="Setup a data model" frameBorder="0" loading="lazy" webkitAllowFullScreen mozAllowFullScreen allowFullScreen allow="clipboard-write" style={{position: "absolute", top: 0, left: 0, width: "100%", height: "100%", colorScheme: "light"}} />
</div>

Find a person's email and phone number in a single request.

**Required inputs**

One of:

* LinkedIn URL
* First name and last name, plus one of company name or domain name

**Use cases**

* **Lead enrichment** – Find both email and phone for comprehensive lead information
* **Outbound campaigns** – Power multi-channel outreach with complete contact data

***

### Find email

Find a person's professional email address.

**Required inputs**

One of:

* LinkedIn URL
* First name and last name, plus one of company name or domain name

**Key outputs**

* `most_probable_email` – The best matching email address
* `most_probable_email_status` – Validation status to verify deliverability

**Use cases**

* **Lead enrichment** – Enrich valid emails for your prospects. Use `most_probable_email_status` to ensure validity before pushing to your CRM or campaigns
* **Email validation** – Validate existing emails in your CRM to clean up invalid or outdated addresses

***

### Find phone

Find a lead's direct phone number.

**Required inputs**

One of:

* LinkedIn URL
* First name and last name, plus one of company name or domain name

**Key outputs**

* `most_probable_phone` – The best matching phone number

**Use cases**

* **Lead enrichment** – Find direct phone numbers for your prospects
* **Phone validation** – Validate existing contact records to identify and remove generic or outdated phone numbers from your CRM
* **Sales enablement** – Equip your sales team with direct dials for faster outreach

***

### Reverse email lookup

Find information about a person based on their email address.

**Required inputs**

* Email address

**Key outputs**

* `first_name` – The person's first name
* `last_name` – The person's last name
* `company_name` – The person's current company
* `job_title` – The person's job title
* `linkedin_url` – The person's LinkedIn profile URL

**Use cases**

* **Inbound lead qualification** – Identify who's behind form submissions or sign-ups to prioritize high-value leads
* **Email list enrichment** – Enrich email-only lists with full contact and company information
* **Account mapping** – Discover company associations from email addresses to build account hierarchies
