All Integrations
n8n Integration
Self-hosted workflow automation with InfoLens. Full control over your data, your infrastructure, your automations.
How it works with n8n
Three steps to connect n8n to InfoLens.
Node Library
InfoLens node installed
Node added to workflow
Operations available
What you get
Self-hosted automation with full control.
Self-Hosted
Run n8n on your own infrastructure. Your data never leaves your servers.
Custom Nodes
The InfoLens node supports all API operations: search, ingest, chat, and document management.
Webhook Triggers
Trigger n8n workflows from InfoLens events using webhooks.
Open Source
n8n is open source, just like InfoLens. Full transparency and customizability.
Quick setup
Configure the HTTP Request node for custom InfoLens API calls.
n8n-config.json
// n8n HTTP Request node
// URL: https://api.infolens.ai/v1/agents/{id}/chat
// Auth: Header (Authorization: Bearer pk_live_...)
{
"message": "{{ $json.question }}",
"stream": false
}