Home Integrations Icypeas Integration Guide

Icypeas Integration Guide

Last updated on Apr 06, 2026

Icypeas Integration Guide

This guide covers the Icypeas integration available in TexAu. Use it to find professional email addresses using a person's name and company domain.

Before you begin

  • You need an active Icypeas account. Sign up at icypeas.com.
  • Retrieve your API key from your Icypeas account dashboard under API Settings.
  • In TexAu, go to Settings > Integrations, find Icypeas, and paste your API key.

Actions

Find Email by Name and Domain (Icypeas)

Finds a professional email address for a contact using their first name, last name, and company domain.

Credit cost: 2 credits per successful lookup

Input:

  • First Name (required)
  • Last Name (required)
  • Domain (required) -- company domain only, e.g. acme.com -- not the full website URL

Output:

  • Email Address
  • First Name
  • Last Name
  • Full Name
  • Status -- indicates whether an email was found

Typical use case: Email discovery when you have a contact list with names and company domains but no email addresses.


How Icypeas works

Icypeas uses an email pattern detection approach. It searches known email patterns for the domain and matches them against the name you provide. This makes it reliable for companies with consistent email naming conventions (e.g., [email protected]).

Note on the Domain field: Enter only the domain portion. Strip https://, www., and any paths. For example:

  • Correct: acme.com
  • Incorrect: https://www.acme.com/contact

Common workflow pattern

Find emails for a contact list

  1. Start with a table that has First Name, Last Name, and Company Domain columns.
  2. Add an Action Column and select Find Email by Name and Domain (Icypeas).
  3. Map First Name, Last Name, and Domain to the appropriate input fields.
  4. Run the column.
  5. Review the Email Address and Status output columns.

Place this action in a Waterfall after other email finders to catch contacts the primary source misses.


Troubleshooting

The Status field shows no result but contact details look correct. Icypeas relies on the company domain having a detectable email pattern. Some companies use individual email formats, personal accounts, or privacy-protected domains. In these cases, try a different email finder as a fallback.

Domain field is mapped correctly but returning errors. Confirm the domain does not include http://, www., or trailing slashes. Use a formula column to clean the domain before passing it to this action: REPLACE(REPLACE(domain_column, "https://www.", ""), "https://", "").

API key not accepted in Settings. Check for leading or trailing spaces when copying the key. Icypeas API keys are case-sensitive. Generate a new key from your Icypeas dashboard if the problem persists.