How to integrate Anymail Finder with Clay?
This guide explains how to integrate Anymail Finder with Clay using the HTTP API tool, starting with the Find a Person’s Email endpoint.
The exact same steps apply to those other endpoints, with only the endpoint URL, input fields, and output structure changed:
1. Choose the "HTTP API" Tool
- Open your Clay table with the contact data you want to enrich
- Click "Add column" and select "Add enrichment"
- In the search bar, type "http", then select "HTTP API" from the list

2. Connect your Anymail Finder account
- In the HTTP API panel, click Add account
- Insert
Authorizationin Key - Paste your API key in Value (available on the Anymail Finder API settings page)
- Click Save
The API key is stored securely and can be reused across workflows.

3. Configure API Inputs
- Select
POSTin Method - Insert
https://api.anymailfinder.com/v5.1/find-email/personin Endpoint - Insert a valid JSON similar to the value below in Body (Include at least one of
domainorcompany_name, and eitherfirst_name/last_nameorfull_name)
{
"domain": "<column containing Company Domain>",
"company_name": "<column containing Company Name>",
"first_name": "<column containing First Name>",
"last_name": "<column containing Last Name>",
"full_name": "<column containing Full Name>"
}
- Insert
180000in Response timeout - Click Save, then Save and run 10 rows to test it. Clay will now submit the first 10 rows and attempt to find emails.

4. Create output columns
- Once the call runs, you'll see a new column (e.g. "HTTP API") with status codes.
- Click on any cell in this column. Then hover "Email" and click "Add as column".
- Repeat the same for "Email Status".
- You'll now see 2 columns added to your table:
Name | Description |
|---|---|
the email found | |
Email Status | |

Need help?
If you run into issues:
- Review the Anymail Finder API documentation
- Contact support via chat or email at team@anymailfinder.com
Updated on: 08/01/2026
Thank you!