← Tools Reference

Findymail

Findymail integration (Marketing, Data). Imported from open-connector.

API key5 toolshttps://app.findymail.com
GET
findymail_get_credits
Get remaining Findymail credits and usage information for the API key.

/api/credits

POST
findymail_verify_email
Verify a professional email address with Findymail.

/api/verify

1 parameter
ParamTypeRequiredDescription
emailstringrequiredThe email address to verify.
POST
findymail_search_by_name
Find a verified professional email from a person's name and company domain.

/api/search/name

4 parameters
ParamTypeRequiredDescription
namestringoptionalThe person's full name. Use this or firstName and lastName.
firstNamestringoptionalThe person's first name.
lastNamestringoptionalThe person's last name.
domainstringrequiredThe company domain, such as example.com.
POST
findymail_search_domain
Find professional email contacts associated with a company domain.

/api/search/domain

1 parameter
ParamTypeRequiredDescription
domainstringrequiredThe company domain to search, such as example.com.
POST
findymail_search_employees
Find employees at a company using Findymail's company search endpoint.

/api/search/employees

3 parameters
ParamTypeRequiredDescription
domainstringoptionalThe company domain to search, such as example.com.
companyNamestringoptionalThe company name to search when no domain is available.
limitintegeroptionalThe maximum number of employees to request.