- Setup
- 35 minutes
- Tested with
- n8n 1.90+
- File
- 18.0 KB
- Revision
- 1.0.0
The entry, in plain prose.
A production-ready n8n workflow for routing new website leads into HubSpot with enrichment, duplicate checks, Slack alerts, and retry-safe error handling.
How it runs.
- 01.
Intake
Webhook receives the inbound payload. Schema validation runs first; failures are surfaced rather than silently dropped, so you never lose context to a malformed webhook.
- 02.
Enrichment
HubSpot → HTTP Request performs deduplication, enrichment, and routing logic. Each step is idempotent; transient retries are safe by design.
- 03.
Routing
Owner routing applies a round-robin fallback when no explicit assignment exists. Holiday-mode flags and on-call schedules are respected where the source system surfaces them.
- 04.
Delivery
Slack commits the result. Errors past this point alert via Slack with the failing payload attached; downstream systems never see partial state.
Indexed tools.
- Webhook
- HubSpot
- HTTP Request
- Slack
License.
| Tier | Seats | Resale | Price |
|---|---|---|---|
| Single Business | 1 | Not permitted | $39.00 |
| Team | 5 | Not permitted | $79.00 |
Tested through twelve client deployments before archival. Setup consistently lands under 35minutes when integrations are pre-authorised. Recovers from upstream failures without intervention.
