How to Integrate 1lookup with Make
Build powerful visual automation workflows with Make (formerly Integromat). Perfect for complex scenarios with conditional logic.
Advanced Routing
Data Filtering
Why Use Make with 1lookup?
Visual Builder
Drag and drop interface makes it easy to build complex workflows visually
Advanced Logic
Use routers, filters, and error handlers for sophisticated automation
Data Operations
Transform, aggregate, and manipulate data before and after validation
Quick Setup Guide
HTTP Module Configuration
Add an HTTP module to your scenario and configure it with these settings:
{
"url": "https://app.1lookup.io/api/v1/email",
"method": "POST",
"headers": {
"Authorization": "Bearer YOUR_API_KEY",
"Content-Type": "application/json"
},
"body": {
"email": "{{1.email}}"
}
}
Using the Response
Make automatically parses the JSON response. Access validation results like this:
- •
data.classification.is_valid
- Check if valid - •
data.risk_assessment.risk_level
- Get risk level - •
data.classification.is_deliverable
- Check deliverability
Ready to build with Make?
Get your API key and start creating powerful visual workflows