n8n Integration
Add website intelligence to your n8n workflows with a simple HTTP Request node.
HTTP Request Node Configuration
Add an HTTP Request node to your workflow with these settings:
MethodPOST
URL
https://theindex.dev/api/v1/analyzeAuthenticationHeader Auth
Header Name
AuthorizationHeader Value
Bearer idx_live_YOUR_KEYBody TypeJSON
Body
{ "url": "{{ $json.website_url }}" }Example Workflow
A common pattern: trigger on new lead, enrich with The Index, then route to your CRM.
- 1Webhook Trigger — receives new lead with a website URL
- 2HTTP Request— calls The Index API with the lead's website URL
- 3Set Node — extracts company name, tech stack, and contact info from the response
- 4CRM Node — creates or updates the contact with enriched data