Search: Find where the person works now
Turns the bounced email into a search against FullEnrich's employment history, then extracts the best match's current company.
1. Bounced Email (Text input)
Entry point. The bounced work email address you want to recover.
Example:
frederic@granum.comOne email per row, filled manually, via CSV import, or pushed from your bounce list
2. Name Hint (Formula)
Extracts and cleans the name part of the bounced email for fuzzy matching.
Example:
fredericfromfrederic@granum.com
3. Old Company Domain (Formula)
Extracts the domain from the bounced email.
Example:
granum.comfromfrederic@granum.com
4. FullEnrich Search (HTTP API POST)
Searches FullEnrich's People Search API for people whose employment history includes the old domain, filtered by the name hint.
Method: POST
Endpoint:
https://app.fullenrich.com/api/v2/people/searchAuto-run: ON when Old Company Domain is not empty
POST https://app.fullenrich.com/api/v2/people/search
{
"limit": 3,
"past_company_domains": [
{ "value": "{{Old Company Domain}}" }
],
"person_names": [
{ "value": "{{Name Hint}}" }
]
}Returns the top 3 matches ranked by relevance. This works because FullEnrich stores employment history, so a person who left the old company still shows it in their past roles.
5. Search Result Formulas (Columns 5 to 11)
A group of formula columns that parse the top (best) match from the search response into clean, usable fields:
Name → the recovered person's full name
Title → their current job title after the move
Company → the company they work at now
Domain → their new company's domain
LinkedIn → their LinkedIn profile URL
The first result is the best match. These columns feed the final enrichment.
Enrich: Final enrichment
Uses the recovered identity to find the person's new verified work email and mobile phone for re-outreach.
6. Find Work Email (FullEnrich Native)
FullEnrich's native email-finding action, fed with the recovered identity:
Full Name →
{{Name}}Company Domain →
{{Domain}}LinkedIn URL →
{{LinkedIn}}
Returns verified emails with a confidence score.
7. Find Mobile Phone (FullEnrich Native)
FullEnrich's native phone-finding action, fed with the same recovered identity. Returns a verified mobile number when available, so re-engagement is not limited to email.
8. Most Probable Email (Formula)
Extracts the highest-confidence email from the enrichment response.
Example:
frederic@granum.combounced → recoveredfrederic@fullenrich.com
The workflow in action:
frederic@granum.combounced → name hintfrederic, old domaingranum.com→ search past_company=granum.com, name~frederic → Frederic Mathieu now CMO at FullEnrich → recoveredfrederic@fullenrich.complus his mobile phone.
How to execute this workflow:
Drop your bounced emails into the Bounced Email column
The Name Hint and Old Company Domain formulas parse the address automatically
The FullEnrich Search POST fires on the old domain plus name hint
The Search Result formulas extract the best match's new identity
Find Work Email and Find Mobile Phone run on the recovered identity
Filter on recovered emails and push them back to your CRM or re-engagement sequence
When to use this template:
Re-engagement campaigns where contacts went cold because they changed jobs
Cleaning bounced lists from old outreach campaigns
Account-based sales where a buyer moved to a new company
Event follow-ups where attendee emails bounced months later
You need the bounced email address itself, not just a name. Run it quarterly on your bounce list to catch job changes in bulk.
