n8n Integration
Self-hosted workflow automation with n8n.
Setup
- Deploy n8n (Docker, npm, or cloud)
- Create workflow with "Webhook" node
- Copy webhook URL to Scribe Sight
- Build your automation
Example Workflow
[Webhook] → [IF: confidence < 50]
├─▶ true → [Slack: Post]
└─▶ false → [HTTP: Update CRM]
└─▶ [Postgres: Log]
Self-Hosted Benefits
- Full data control
- No per-operation costs
- Custom nodes available
- Air-gapped deployments