emailfinder.dev + HubSpot
Connect emailfinder.dev to HubSpot to automatically find and verify professional email addresses for new contacts, leads from forms, or imported lists — keeping your CRM clean and your outreach deliverable.
What you can do with this integration
- ✓Auto-enrich new contacts with verified emails when they enter your CRM
- ✓Fill missing email fields on imported prospect lists
- ✓Verify existing contact emails before launching a campaign
- ✓Enrich deal contacts with decision-maker emails by role
How to set it up
Get your API key
Sign up at emailfinder.dev and copy your Bearer token from the dashboard.
Create a HubSpot workflow
In HubSpot, create a contact-based workflow triggered when a new contact is created or when an email field is empty.
Add a webhook action
Add a 'Send a webhook' action pointing to the emailfinder.dev person endpoint with the contact's name and company domain.
Map the response back
Use HubSpot's data action to write the returned verified email back to the contact's email property.
Code example
// HubSpot workflow webhook payload → emailfinder.dev
GET https://www.emailfinder.dev/api/find-email/person
?full_name={{contact.firstname}}+{{contact.lastname}}
&domain={{contact.company_domain}}
Authorization: Bearer YOUR_API_KEY
// Response
{
"valid_email": "jane.doe@acme.com",
"credits_charged": 1
}HubSpot integration FAQ
Can I enrich HubSpot contacts in bulk?
Yes. Export your contacts to CSV, run them through the emailfinder.dev API (1,000 req/min), and re-import the enriched file. Or use the HubSpot workflow approach for ongoing enrichment.
Does it work with HubSpot's free plan?
The webhook action requires a HubSpot Professional or Enterprise plan. For free/Starter plans, use Zapier as a bridge between HubSpot and emailfinder.dev.
How much does it cost to enrich a HubSpot contact?
Person lookups cost 1 credit (from €0.009). You're only charged when a verified email is found — contacts with no match are free.
What fields does emailfinder.dev return?
The person endpoint returns the verified email. The decision-maker endpoint also returns full name, job title, and LinkedIn URL — useful for enriching additional HubSpot contact properties.
Other integrations
Start integrating with HubSpot
Free credits included. No credit card required. REST API with Bearer token auth.