emailfinder.dev + Outlook
Integrate emailfinder.dev with Microsoft Outlook to ensure every email you send reaches a real, deliverable inbox. Use Power Automate, Excel macros, or a direct API integration to enrich your prospect lists before sending.
What you can do with this integration
- ✓Enrich an Excel prospect list with verified emails before an Outlook campaign
- ✓Use Power Automate to trigger email lookups when a new contact is added
- ✓Verify email addresses before adding them to a Dynamics 365 sequence
- ✓Look up decision-maker emails for companies in your Outlook contacts
How to set it up
Build your prospect list in Excel
Create a spreadsheet with First Name, Last Name, and Company Domain columns.
Use Power Automate for automation
Create a flow triggered by new rows in Excel Online, calling the emailfinder.dev API via HTTP action.
Add the HTTP action
In Power Automate, add an HTTP action with GET method, the emailfinder.dev endpoint URL, and your Bearer token in the Authorization header.
Write results back to Excel
Use the 'Update a row in Excel' action to write the verified email back to the matching row in your spreadsheet.
Code example
// Power Automate HTTP action configuration
Method: GET
URI: https://www.emailfinder.dev/api/find-email/person
?full_name=@{triggerBody()?['FirstName']} @{triggerBody()?['LastName']}
&domain=@{triggerBody()?['Domain']}
Headers:
Authorization: Bearer YOUR_API_KEY
// Parse response
@{body('HTTP')?['valid_email']}Outlook integration FAQ
Can I use emailfinder.dev with Outlook.com (personal)?
Yes. The API works anywhere. For personal Outlook, the most practical workflow is Excel + Power Automate or a manual CSV enrichment via the direct API.
Does this integrate with Microsoft Dynamics 365?
Yes. Use Power Automate to trigger lookups from Dynamics 365 contact creation events, then write results back to the contact record.
How do I verify emails for an Outlook address book export?
Export your contacts to CSV, run the list through the emailfinder.dev validate-email endpoint, and re-import only the contacts with valid email status.
What's the difference between finding and verifying emails?
Finding discovers the email address from a name and company. Verifying checks whether an address you already have is deliverable. emailfinder.dev does both — it finds and verifies in a single call.
Other integrations
Start integrating with Outlook
Free credits included. No credit card required. REST API with Bearer token auth.