Mandala
Tools

Icypeas

Find and verify professional email addresses

Usage Instructions

Integrate Icypeas to find a professional email address from a name and company domain, or verify whether an existing email is valid and deliverable. Results are returned asynchronously via polling.

Tools

icypeas_find_email

Find a professional email address from a first name, last name, and company domain or name. Submits the search and polls until a result is available. Costs 1 credit per found email (https://www.icypeas.com/pricing).

Input

ParameterTypeRequiredDescription
apiKeystringYesIcypeas API key
firstnamestringNoTarget person's first name
lastnamestringNoTarget person's last name
domainOrCompanystringYesTarget company domain (e.g. stripe.com) or company name (e.g. Stripe)

Output

ParameterTypeDescription
searchIdstringIcypeas internal search ID
statusstringTerminal search status: FOUND | DEBITED | NOT_FOUND | DEBITED_NOT_FOUND | BAD_INPUT | INSUFFICIENT_FUNDS | ABORTED
emailstringEmail address found or verified
firstnamestringFound person's first name
lastnamestringFound person's last name
itemjsonFull raw item object returned by the Icypeas results endpoint

icypeas_verify_email

Verify whether an email address is valid and deliverable. Submits the verification and polls until a result is available. Costs 0.1 credit per verification (https://www.icypeas.com/pricing).

Input

ParameterTypeRequiredDescription
apiKeystringYesIcypeas API key
emailstringYesEmail address to verify (e.g. john@stripe.com)

Output

ParameterTypeDescription
searchIdstringIcypeas internal search ID
statusstringTerminal search status: FOUND | DEBITED | NOT_FOUND | DEBITED_NOT_FOUND | BAD_INPUT | INSUFFICIENT_FUNDS | ABORTED
emailstringEmail address found or verified
validbooleanWhether the email is valid/deliverable (true for FOUND/DEBITED status)
itemjsonFull raw item object returned by the Icypeas results endpoint

Notes

  • Category: tools
  • Type: icypeas
Icypeas