Findymail
Find and verify work emails.
SourcingAPI key21 endpoints
Runtime credentials
Connecting Findymail via OAuth or your own API key requires the following secret slots in your workspace:
- FINDYMAIL_API_KEY
Endpoints
| Operation | Method & path | Effect | Latency | Rate | Cost |
|---|---|---|---|---|---|
FINDYMAIL_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. | POST /composio/findymail/findymail_add_excluded_domain | external_send | — | — | managed |
FINDYMAIL_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. | POST /composio/findymail/findymail_create_exclusion_list | external_send | — | — | managed |
FINDYMAIL_CREATE_LIST Tool to create a new contact list. Use when you need to organize contacts into a named list before adding them. | POST /composio/findymail/findymail_create_list | external_send | — | — | managed |
FINDYMAIL_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. | POST /composio/findymail/findymail_delete_exclusion_list | external_send | — | — | managed |
FINDYMAIL_DELETE_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. | POST /composio/findymail/findymail_delete_list | external_send | — | — | managed |
FINDYMAIL_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. | GET /composio/findymail/findymail_find_email_by_name | none | — | — | managed |
FINDYMAIL_GET_CONTACT_LISTS Tool to retrieve all contact lists. Use when you need an overview of your existing Findymail lists. | GET /composio/findymail/findymail_get_contact_lists | none | — | — | managed |
FINDYMAIL_GET_CREDITS Tool to check available API credits for your Findymail account. Use when you need to verify remaining credits before performing operations. | GET /composio/findymail/findymail_get_credits | none | — | — | managed |
FINDYMAIL_GET_CREDITS_SUMMARY Tool to retrieve credits usage summary report for the authenticated account. Use when you need to check credits consumption over time. | GET /composio/findymail/findymail_get_credits_summary | none | — | — | managed |
FINDYMAIL_GET_CREDITS_TEAM_SUMMARY Tool to retrieve team credits usage summary report. Use when you need an overview of credit consumption across team members. | GET /composio/findymail/findymail_get_credits_team_summary | none | — | — | managed |
FINDYMAIL_GET_EXCLUSION_LIST Tool to retrieve a specific exclusion list by ID. Use when you need details about a particular exclusion list. | GET /composio/findymail/findymail_get_exclusion_list | none | — | — | managed |
FINDYMAIL_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. | GET /composio/findymail/findymail_get_intellimatch_data | none | — | — | managed |
FINDYMAIL_GET_INTELLIMATCH_STATUS Tool to check the status of an Intellimatch search job. Use when you need to verify if an Intellimatch search has completed after initiating it. | GET /composio/findymail/findymail_get_intellimatch_status | none | — | — | managed |
FINDYMAIL_LIST_CONTACTS Tool to retrieve contacts from a specified list (paginated). Use after selecting a list to fetch its contacts. | GET /composio/findymail/findymail_list_contacts | none | — | — | managed |
FINDYMAIL_LIST_EXCLUDED_DOMAINS Tool to retrieve domains excluded from Intellimatch searches. Use when you need to view the current domain exclusion list. | GET /composio/findymail/findymail_list_excluded_domains | none | — | — | managed |
FINDYMAIL_LIST_EXCLUSION_LISTS Tool to retrieve all exclusion lists for managing excluded websites from Intellimatch searches. Use when you need to view configured website exclusions. | GET /composio/findymail/findymail_list_exclusion_lists | none | — | — | managed |
FINDYMAIL_REMOVE_EXCLUDED_DOMAIN Tool to remove domains from the exclusion list. Use when you need to stop excluding specific domains from email search results. | POST /composio/findymail/findymail_remove_excluded_domain | external_send | — | — | managed |
FINDYMAIL_SEARCH_INTELLIMATCH Tool to find companies and contacts using natural language queries. Use when you need to build targeted lead lists automatically by describing your ideal customer profile in plain language. | GET /composio/findymail/findymail_search_intellimatch | none | — | — | managed |
FINDYMAIL_UPDATE_EXCLUSION_LIST Tool to update an existing exclusion list. Use when you need to rename or modify an exclusion list's properties. | POST /composio/findymail/findymail_update_exclusion_list | external_send | — | — | managed |
FINDYMAIL_UPDATE_LIST Tool to update an existing contact list. Use when you need to rename a list or change its sharing settings. | POST /composio/findymail/findymail_update_list | external_send | — | — | managed |
FINDYMAIL_VERIFY_EMAIL Tool to verify the deliverability of an email address. Use when you need to confirm an email can receive messages before outreach. | POST /composio/findymail/findymail_verify_email | external_send | — | — | managed |