# Findymail AI integration on Definable

> Findymail is a B2B email and phone data provider offering verified contact information, email verification, automated exports, and CRM enrichment to enhance sales prospecting and outreach efforts.

## What this connects

Findymail is a B2B email and phone data provider offering verified contact information, email verification, automated exports, and CRM enrichment to enhance sales prospecting and outreach efforts.

Vendor: https://app.findymail.com/

## Tools available

**21** tools available. First 12:

- `FINDYMAIL_ADD_EXCLUDED_DOMAIN` — Add Excluded Domain — Tool to add domains to an exclusion list in Findymail. Use when you need to prevent email searches or verification for specific domains.
- `FINDYMAIL_CREATE_EXCLUSION_LIST` — Create Exclusion List — Tool to create a new exclusion list for Intellimatch searches. Use when you need to filter out specific companies or contacts from search results.
- `FINDYMAIL_CREATE_LIST` — Create Contact List — Tool to create a new contact list. Use when you need to organize contacts into a named list before adding them.
- `FINDYMAIL_DELETE_EXCLUSION_LIST` — Delete Exclusion List — Tool to permanently delete an exclusion list by its ID. Use when you need to remove an exclusion list from Intellimatch. This action is irreversible.
- `FINDYMAIL_DELETE_LIST` — Delete Contact List — Permanently deletes a contact list by its ID. This action is irreversible and will also remove all contacts in the list. Returns 404 if the list does not exist.
- `FINDYMAIL_FIND_EMAIL_BY_NAME` — Find Email by Name — Tool to find someone's email using their full name and company domain. Use when you have a person's name and domain and need their email address. Supports asynchronous search via webhook_url.
- `FINDYMAIL_GET_CONTACT_LISTS` — Get Contact Lists — Tool to retrieve all contact lists. Use when you need an overview of your existing Findymail lists.
- `FINDYMAIL_GET_CREDITS` — Get Credits — Tool to check available API credits for your Findymail account. Use when you need to verify remaining credits before performing operations.
- `FINDYMAIL_GET_CREDITS_SUMMARY` — Get Credits Summary — Tool to retrieve credits usage summary report for the authenticated account. Use when you need to check credits consumption over time.
- `FINDYMAIL_GET_CREDITS_TEAM_SUMMARY` — Get Credits Team Summary — Tool to retrieve team credits usage summary report. Use when you need an overview of credit consumption across team members.
- `FINDYMAIL_GET_EXCLUSION_LIST` — Get Exclusion List — Tool to retrieve a specific exclusion list by ID. Use when you need details about a particular exclusion list.
- `FINDYMAIL_GET_INTELLIMATCH_DATA` — Get Intellimatch Data — Tool to retrieve data from an Intellimatch search. Use after initiating a search with POST /api/intellimatch/search and confirming completion with GET /api/intellimatch/status.

## Auth

Auth schemes: `API_KEY`.

## How agents use Findymail

Inside a Definable workflow, Findymail is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Findymail** — the Researcher (GPT-5.5) pulls context from Findymail (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Findymail** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Findymail (create record, post message, draft email).
- **Designer / Engineer → Distributor → Findymail** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Findymail (attach file, open PR comment, post status).

The Verifier checks every Findymail call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- email — https://definable.ai/apps/category/email/
- crm — https://definable.ai/apps/category/crm/

## Related

- HTML page: https://definable.ai/apps/findymail/
- Same category (email): https://definable.ai/apps/category/email/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
