Overview
n8n is an open-source, self-hostable workflow automation tool loved by technical teams who want full data ownership and flexibility. It supports hundreds of integrations and allows custom code nodes for advanced logic. When paired with Nexura, n8n lets you route agent outputs into any system in your infrastructure — from internal databases to third-party APIs — without data ever leaving your environment.
Configuration Steps
Deploy n8n on your own server or use n8n Cloud
In Nexura, go to Integrations → Webhooks and copy your webhook URL
In n8n, create a new workflow and add a Webhook trigger node
Paste the Nexura webhook URL and configure the expected payload structure
Add downstream nodes (e.g., Postgres, HTTP Request, Slack)
Map Nexura data fields to each node's inputs
Activate the workflow — agent events will now trigger it automatically


