Mandala
Tools

Findymail

Find and verify B2B emails, phones, employees, and company data

Usage Instructions

Integrate Findymail to find verified work emails by name, domain, or LinkedIn URL, verify deliverability, reverse-lookup profiles from emails, enrich company data, find employees by job title, look up phone numbers, search technology stacks, and check credit usage.

Tools

findymail_verify_email

Verifies the deliverability of an email address. Uses one verifier credit.

Input

ParameterTypeRequiredDescription
emailstringYesEmail address to verify (e.g., john@example.com)
apiKeystringYesFindymail API Key

Output

ParameterTypeDescription
emailstringThe verified email address
verifiedbooleanWhether the email is verified as deliverable
providerstringEmail service provider (e.g., Google, Microsoft)

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

Input

ParameterTypeRequiredDescription
namestringYesPerson's full name (e.g., 'John Doe')
domainstringYesCompany domain (preferred) or company name (e.g., stripe.com)
apiKeystringYesFindymail API Key

Output

ParameterTypeDescription
contactobjectContact information

findymail_find_emails_by_domain

Find verified contacts at a given domain matching one or more target roles (max 3 roles). Limited to 5 concurrent synchronous requests.

Input

ParameterTypeRequiredDescription
domainstringYesCompany domain (e.g., stripe.com)
rolesarrayYesTarget roles at the company (max 3, e.g., ["CEO", "Founder"])
apiKeystringYesFindymail API Key

Output

ParameterTypeDescription
contactsarrayList of contacts found

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

Input

ParameterTypeRequiredDescription
linkedin_urlstringYesPerson's LinkedIn URL or username (e.g., 'https://linkedin.com/in/johndoe' or 'johndoe')
apiKeystringYesFindymail API Key

Output

ParameterTypeDescription
contactobjectContact information

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

Input

ParameterTypeRequiredDescription
emailstringYesWork or personal email address to look up
with_profilebooleanNoWhether to return enriched profile metadata (default: false)
apiKeystringYesFindymail API Key

Output

ParameterTypeDescription
emailstringThe email address that was looked up
linkedin_urlstringLinkedIn profile URL
fullNamestringFull name from profile
usernamestringLinkedIn username
headlinestringProfile headline
jobTitlestringCurrent job title
summarystringProfile summary
citystringCity
regionstringRegion or state
countrystringCountry
companyLinkedinUrlstringCurrent company LinkedIn URL
companyNamestringCurrent company name
companyWebsitestringCurrent company website
isPremiumbooleanWhether the profile has LinkedIn Premium
isOpenProfilebooleanWhether the profile is an Open Profile
skillsarrayList of profile skills
jobsarrayJob history entries
educationsarrayEducation history (school, degree, fieldOfStudy, startDate, endDate)
certificatesarrayCertifications (name, issuingOrganization, issueDate, expirationDate)

findymail_get_company

Retrieve company information from a LinkedIn URL, domain, or company name. Uses 1 finder credit per successful response.

Input

ParameterTypeRequiredDescription
linkedin_urlstringNoCompany LinkedIn URL (e.g., https://www.linkedin.com/company/stripe/\)
domainstringNoCompany domain (e.g., stripe.com)
namestringNoCompany name (e.g., Stripe)
apiKeystringYesFindymail API Key

Output

ParameterTypeDescription
namestringCompany name
domainstringCompany domain
company_sizestringEmployee headcount range (e.g., 1001-5000)
industrystringIndustry classification
linkedin_urlstringCompany LinkedIn URL
descriptionstringCompany description

findymail_find_employees

Find employees at a company by website and target job titles. Uses 1 credit per found contact. Does not return email addresses.

Input

ParameterTypeRequiredDescription
websitestringYesCompany website or domain (e.g., google.com)
job_titlesarrayYesTarget job titles to search for (max 10, e.g., ["Software Engineer", "CEO"])
countnumberNoNumber of contacts to return (max 5, default 1)
apiKeystringYesFindymail API Key

Output

ParameterTypeDescription
employeesarrayList of employees matching the search criteria

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

Input

ParameterTypeRequiredDescription
linkedin_urlstringYesPerson's LinkedIn URL or username (e.g., 'https://linkedin.com/in/johndoe' or 'johndoe')
apiKeystringYesFindymail API Key

Output

ParameterTypeDescription
phonestringPhone number in E.164 format. Only available for US numbers.
line_typestringPhone line type (e.g., "Mobile", "Landline")

findymail_search_technologies

Search the technology catalog by name. Returns up to 25 technologies. Free endpoint, rate limited to 10 requests per minute.

Input

ParameterTypeRequiredDescription
qstringYesSearch term (min 2 characters, e.g., "React")
apiKeystringYesFindymail API Key

Output

ParameterTypeDescription
technologiesarrayList of technologies

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

Input

ParameterTypeRequiredDescription
domainstringYesCompany domain to look up (e.g., stripe.com)
technologiesarrayNoFilter by technology names, case-insensitive (e.g., ["React", "TypeScript"])
apiKeystringYesFindymail API Key

Output

ParameterTypeDescription
domainstringThe resolved company domain
technologiesarrayList of technologies

findymail_get_credits

Retrieve the remaining finder and verifier credits for the authenticated account.

Input

ParameterTypeRequiredDescription
apiKeystringYesFindymail API Key

Output

ParameterTypeDescription
creditsnumberRemaining finder credits
verifier_creditsnumberRemaining verifier credits

Notes

  • Category: tools
  • Type: findymail
Findymail