When doing Apollo.io enrichment, how can I request a mobile number enrichment + work email enrichment? https://docs.clay.com/enrichments-and-providers/enrichments/all-providers/apollo.io/enrich-person
Hi William H., taking a look!
To clarify - are you trying to find the mobile phone numbers and the work emails through Clay?
For our mobile phone number waterfall, you'll need the LinkedIn profile of your leads (which you have nested within your Apollo Enrich Person data) - attaching a screenshot of that below
Same thing with the work email waterfall, you need the Full Name and Company Domain of your leads which are also nested within your Enrich Person from Apollo column. Attaching screenshot of that below
I'd like to get the person's email + phone number from Apollo.io
Is it possible to request the work email + phone number from Apollo rather than these other data sources?
Yes!
It seems like you have that already set up - that's the Enrich Person column in your table (which is data from Apollo)
If you click into one of those cells, you'll see nested fields for both the email and the phone number
It's only retrieving the phone number of the HQ
It doesn't request to enrich the data from apollo with mobile numbers
I just manually requested enrichment within apollo
And it pulls a different number (in addition to the number returned by clay)
This is what it looks like pre-enrichment within Apollo.io
I was just having this same problem, would love to see what the answer is for calling that mobile enrichment in apollo!
Anjali D. sorry to ping again but wondering if you had any thoughts on if this is possible within clay?
Bumping this question
Looks like this is intentional by Apollo, they have a separate integration for Mobile phones I think, did you happen to see that? Enrich Person is supposed to provide the email though
We don't have the integration since it was never prioritized at the time, given the low rate limits they have. However, you could still use HTTP API to bring it into Clay
Damn you're working real late. Appreciate the help 🙏. I see ok, so no native way to do it I'm assuming, I'd need to use the HTTP API endpoint
Ticket backlog was insane the last few days hahaha. I still have a few DMs to catch up to... oh well! part of it :D
Tried digging into Apollo's docs a bit but couldn't find a specific endpoint. Not sure if then this integration should work but they only have the company number overall.
Yeah no worries I can figure it out. I just wanted to know if there was a way to do it natively in clay
Ah, got it! Not yet, but may also be in the backlog of integrations :)
William I dug into it a bit; there is a field you send in a POST request called "reveal_phone_number": true, - it gets the mobile number but they require a webhook URL to return the info to, so you have to send it to a diff webhook. If you want to keep it all in clay, youd have to send it to a new clay table. theres a problem with timing though -The webhook from Apollo takes about a minute to come back with the new number.