Skip to main content

n8n Integration

Self-hosted workflow automation with n8n.

Setup

  1. Deploy n8n (Docker, npm, or cloud)
  2. Create workflow with "Webhook" node
  3. Copy webhook URL to Scribe Sight
  4. 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

Resources