> ## 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.

# FindyMail

> Connect FindyMail to find and verify email addresses in your workflows.

## How to set up FindyMail

### Authentication

FindyMail uses API key authentication:

1. Sign up at [findymail.com](https://findymail.com)
2. Navigate to your API settings
3. Copy your API key
4. Paste the API key in Cargo when connecting

## FindyMail actions

### Find email

Find a person's email address using their name and company.

**Input fields:**

* **Name**: Person's full name
* **Domain**: Company domain
* **LinkedIn URL**: Person's LinkedIn profile URL (optional but improves accuracy)

**Credits:** 0.5 credits per request

**Use case:** Discover professional email addresses for outbound prospecting.

### Verify email

Check if an email address is valid and won't bounce.

**Required fields:**

* **Email**: The email address to verify

**Credits:** 0.25 credits per request

**Use case:** Validate emails before campaigns to protect sender reputation.

### Find phone

Get a person's phone number from their LinkedIn URL.

**Required fields:**

* **LinkedIn URL**: Person's LinkedIn profile URL

**Credits:** 5 credits per request

**Use case:** Get direct phone numbers for high-priority prospects.

## Credits summary

| Action       | Credits |
| ------------ | ------- |
| Find email   | 0.5     |
| Verify email | 0.25    |
| Find phone   | 5       |

## Best practices

* Provide LinkedIn URL when available for best results
* Always verify found emails before sending
* Use caching to avoid redundant lookups
* Combine find + verify for complete validation
