How to Integrate 1lookup with Zapier
Connect 1lookup to 5,000+ apps and automate your data validation workflows. No coding required - set up in just 5 minutes.
Popular Zapier Workflows
Form Validation
Automatically validate phone numbers and emails when someone submits a form
CRM Enrichment
Enrich and validate contact data in your CRM automatically
Email List Cleaning
Keep your email lists clean by validating before sending campaigns
SMS Verification
Verify phone numbers before sending SMS campaigns or alerts
Step-by-Step Setup Guide
Create Your Zap
Log into Zapier and click "Create Zap". Choose your trigger app - this is where your data comes from (e.g., Google Forms, Typeform, HubSpot, or any of 5,000+ apps).
Popular Triggers:
- New form submission
- New contact added to CRM
- New row in spreadsheet
- New email subscriber
Add Webhooks by Zapier
Click the "+" button to add an action. Search for "Webhooks by Zapier" and select it. Choose "Custom Request" as the action event.
💡 Tip: You can also use POST requests in Zapier to make direct API calls to 1lookup endpoints.
Configure the Webhook
Set up the webhook with your 1lookup API credentials and endpoint. Here's an example for phone validation:
Method:
POST
URL:
https://app.1lookup.io/api/v1/phone
Headers:
{
"Authorization": "Bearer YOUR_API_KEY",
"Content-Type": "application/json"
}
Data:
{
"phone_number": "{{1. Phone Number}}"
}
Replace the placeholder with the actual field from your trigger
Process the Response
Add another action to handle the validation results. You can use filters, paths, or direct actions based on the response.
Valid & Low Risk
- → Add to mailing list
- → Create CRM contact
- → Send welcome email
Invalid or High Risk
- → Add to review queue
- → Send to Slack for review
- → Tag as "needs verification"
Test & Activate
Test your Zap with sample data to ensure everything works correctly. Once tested, turn on your Zap and it will run automatically!
Available Endpoints for Zapier
Phone Validation
https://app.1lookup.io/api/v1/phone
Validate phone numbers, get carrier info, check if mobile/landline
Email Validation
https://app.1lookup.io/api/v1/email
Verify email deliverability, check for disposable emails
Spam Detection
https://app.1lookup.io/api/v1/phone-spam
Check if a phone number is associated with spam or fraud
IP Lookup
https://app.1lookup.io/api/v1/ip
Get geolocation and security info for IP addresses
Pro Tips for Zapier Integration
Use Filters Wisely
Add a Filter step after 1lookup to only continue if the risk level is "LOW" or the email is deliverable. This saves Zap tasks and ensures data quality.
Use Paths for Complex Logic
Create different paths based on validation results. For example, send valid emails to your main list and invalid ones to a cleanup queue.
Batch Processing
For large lists, consider using our batch upload feature instead of individual Zapier tasks. It's more cost-effective for high volumes.
Ready to automate your data validation?
Get your API key and start building powerful automations with Zapier