Apollo Integration Guide
This guide covers all Apollo actions available in TexAu, what each one needs as input, and what it returns.
Before you begin
- An Apollo account is required. Sign up at apollo.io.
- Your Apollo API key is at Settings > Integrations > API Keys inside Apollo.
- In TexAu, go to Settings > Integrations, find Apollo, enter your API key, and click Save.
- Apollo API access is available on Apollo's paid plans. Check apollo.io/pricing for details.
Find Email using Linkedin Url (Apollo)
Finds a work email address using a LinkedIn profile URL.
Credit cost: 2 credits per row
Input:
- LinkedIn Profile URL (required): full URL starting with
https://linkedin.com/in/
Output:
- Email Address
- Email Verification Status
- First Name
- Last Name
- Job Title
- Company Name
Typical use case: You have LinkedIn URLs and want to find verified work emails.
Find Email using Name and Domain(Apollo)
Finds a work email when you have a name and company domain, but no LinkedIn URL.
Credit cost: 2 credits per row
Input:
- First Name (required)
- Last Name (required)
- Company Domain (required): e.g.,
acme.com
Output:
- Email Address
- Verification Status
Typical use case: You have a CRM list with names and company websites but no LinkedIn URLs and no emails.
Find Mobile Number using Linkedin Url (Apollo)
Finds a mobile or direct-dial phone number using a LinkedIn profile URL.
Credit cost: 2 credits per row
Input:
- LinkedIn Profile URL (required)
Output:
- Phone Number
- Phone Type (mobile, direct, headquarters)
- Country
Typical use case: Cold calling campaigns where you want to reach prospects on their personal device.
Find Mobile Number using Name and Domain(Apollo)
Finds a phone number using a person's name and company domain.
Credit cost: 20 credits per row
Input:
- First Name (required)
- Last Name (required)
- Company Domain (required)
Output:
- Phone Number
- Phone Type
- Country
Typical use case: Use this when LinkedIn URLs are not available and you need phone numbers from name + company data.
Enrich Company (Apollo)
Retrieves detailed company information for a given domain.
Credit cost: 2 credits per row
Input:
- Company Domain (required): e.g.,
stripe.com
Output:
- Company Name
- Industry
- Employee Count
- Annual Revenue (estimated)
- Location (city, state, country)
- LinkedIn Company URL
- Technologies used
- Funding information
- Company description
Typical use case: Enrich a list of company domains with firmographic data for segmentation and qualification.
Building a waterfall with Apollo
Apollo works well as a fallback provider in combination with other email or phone finders. Example sequence for email finding:
- BetterEnrich: Find Work Email by LinkedIn URL (primary, highest accuracy)
- Apollo: Find Email using Linkedin Url (fallback if BetterEnrich returns empty)
- Findymail: Find Email Using LinkedIn URL (second fallback)
Each column only runs when the previous one returned no result.
Troubleshooting
Actions return "person not found" for most rows. Apollo's database has strong coverage for North American and European companies. Coverage for other regions is lower. Verify your test data includes profiles that are likely in Apollo's database.
Email results come back but the email is invalid.
Apollo returns emails with a verification status. Filter your results to only use rows where the verification status is verified. Use a Formula Column with IF({{Verification Status}} == "verified", {{Email}}, "") to blank out unverified results.
The API key saves correctly but requests return 401. Apollo API keys from free plans may not have programmatic access enabled. Check your Apollo plan or generate a new API key from your Apollo settings.
Enrich Company returns empty for some domains. Apollo may not have data for small or very new companies. As a fallback, use Enrich Company (Hunter.io) or the Website Intelligence utility action.