n8n logoAutomation integration

Automation on your terms, self-hosted included.

Connect Introzy to n8n for flexible workflow automation, self-hosted or in the cloud, with full control over your data and the freedom to drop into code when a node is not enough.

Event feed
pipeline_deal.createdjust now
Webhook node → dedupe → upsert to internal Postgres
pipeline_deal.closed_won22m ago
Function node computes fee → POST to billing service
contact.updated3h ago
Sync to internal data warehouse
Sample payload
{
  "event": "pipeline_deal.closed_won",
  "timestamp": "2026-09-04T14:12:09Z",
  "data": {
    "id": "deal_7f2k91",
    "name": "Harbor & Bell",
    "stage": "Closed won",
    "referralSource": "Dana Whitfield"
  }
}
Real event names, illustrative workflows. n8n’s webhook node receives the payload; the rest is your infrastructure, your rules.

What the connection does

Self-hosted or cloud workflow automation
Full control over your data
Flexible, extensible nodes
Powered by Introzy webhooks

How it connects

1

Drop in a Webhook node

Create an n8n workflow starting with the Webhook node and copy its production URL.

2

Register the endpoint

Add the URL in Introzy’s webhook settings and select the events to deliver.

3

Wire it to anything

Route referral events into internal databases, custom APIs, or code nodes, on infrastructure you control.

n8n.ion8n webhook node documentation

Useful on day one, whoever you are

For the team

  • Referral events flow into the systems your company actually runs on, not just SaaS tools.
  • Compliance-sensitive teams keep automation in-house on their own servers.
  • Start with no-code nodes; drop to JavaScript only where you need it.

For the builder

  • Self-hosted or n8n Cloud; the webhook node terminates the delivery either way.
  • JSON payloads ({ event, timestamp, data }) with referral pipeline and contact events.
  • Failed deliveries retry with exponential backoff, so a restart on your side does not drop events.

Questions teams ask

Self-hosting and code access. If your automation must run inside your own infrastructure, or occasionally needs real JavaScript, n8n is the fit. The webhook events are identical.

Pairs well with n8n

More integrations:Zapier logoZapierMake logoMakeCustom WebhooksHubSpot logoHubSpotView all →