n8n
Setup
- Add an HTTP Request node
- Configure:
- Method: GET
- URL:
https://api.casestudies.dev/v1/enrich/={{ $json.domain }} - Authentication: Header Auth
- Header Name:
X-API-Key - Header Value: Your API key
- Connect to your CRM node to update the contact
Full workflow
Tips
- n8n can be self-hosted so your data never leaves your infrastructure
- Use the IF node to handle leads with no enrichment data
- Add error handling for rate limits (429 responses)
