Overview
Add Findymail to any ModuleX agent or workflow. Find and verify B2B emails, phones, employees, and company data against the Findymail REST API (app.findymail.com).
Authentication
API Key Authentication
Authenticate using your Findymail API keyStep 1
Required Credentials
| Field | Description | Required | Format |
|---|---|---|---|
| Findymail API Key | Your Findymail API key from the dashboard API page | Yes | - |
Available Actions
find_email_from_name — Find someone's email from their name and a company domain or company name. Uses one finder credit when a verified email is found.
find_email_from_name — Find someone's email from their name and a company domain or company name. Uses one finder credit when a verified email is found.
find_email_from_linkedin — Find someone's email from a LinkedIn profile URL or username. Uses one finder credit when a verified email is found.
find_email_from_linkedin — Find someone's email from a LinkedIn profile URL or username. Uses one finder credit when a verified email is found.
Parameters
Response
find_emails_by_domain — Find verified contacts at a given domain matching one or more target roles (max 3 roles).
find_emails_by_domain — Find verified contacts at a given domain matching one or more target roles (max 3 roles).
verify_email — Verify the deliverability of an email address. Uses one verifier credit.
verify_email — Verify the deliverability of an email address. Uses one verifier credit.
reverse_email_lookup — Find a business profile from an email address. Uses 1 finder credit if a profile is found, 2 credits if returning full profile data.
reverse_email_lookup — Find a business profile from an email address. Uses 1 finder credit if a profile is found, 2 credits if returning full profile data.
get_company — Retrieve company information from a LinkedIn URL, domain, or company name (provide at least one). Uses 1 finder credit per successful response.
get_company — Retrieve company information from a LinkedIn URL, domain, or company name (provide at least one). Uses 1 finder credit per successful response.
find_employees — Find employees at a company by website and target job titles. Uses 1 credit per found contact. Does not return email addresses.
find_employees — Find employees at a company by website and target job titles. Uses 1 credit per found contact. Does not return email addresses.
find_phone — Find someone's phone number from a LinkedIn profile URL. Uses 10 finder credits if a phone is found. EU citizens are excluded for legal reasons.
find_phone — Find someone's phone number from a LinkedIn profile URL. Uses 10 finder credits if a phone is found. EU citizens are excluded for legal reasons.
Parameters
Response
search_technologies — Search the technology catalog by name. Returns up to 25 technologies. Free endpoint, rate limited to 10 requests per minute.
search_technologies — Search the technology catalog by name. Returns up to 25 technologies. Free endpoint, rate limited to 10 requests per minute.
lookup_technologies — Get the technology stack for a company by domain. Optionally filter by technology names. 1 finder credit if technologies are found, free otherwise.
lookup_technologies — Get the technology stack for a company by domain. Optionally filter by technology names. 1 finder credit if technologies are found, free otherwise.
get_credits — Retrieve the remaining finder and verifier credits for the authenticated account.
get_credits — Retrieve the remaining finder and verifier credits for the authenticated account.
Response
Limits & Quotas
- Credits: finder and verifier credits are consumed per successful
lookup (e.g. verify = 1 verifier credit, find email = 1 finder credit on a
match, find phone = 10 finder credits on a match). Use
get_creditsto check the remaining balance. - Rate limits:
find_emails_by_domainis limited to 5 concurrent synchronous requests;search_technologiesis limited to ~10 requests per minute. - Error model: non-2xx responses and timeouts are caught and returned as
success=False+errorrather than raising. Plan retries on the agent side based on the error string.