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

# 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
