Skip to content

n8n Automation

Qir05 edited this page Sep 2, 2025 · 1 revision

n8n Lead Intake – Score, Branch, Sync

n8n

Workflow showing HTTP intake → scoring → CRM write → alerts.

flowchart TD
  A[HTTP Trigger<br/>POST /lead] --> B[Set Node<br/>Normalize Fields]
  B --> C[Function Node<br/>Compute Score]
  C --> D{Score >= Threshold?}
  D -- Yes --> E[CRM Node<br/>Upsert Contact + Deal]
  D -- No --> F[Add to Nurture List<br/>Google Sheets Append]
  E --> G[Meeting Booked?<br/>Webhook from Calendar]
  G --> H[Update Deal Stage<br/>Meeting Scheduled]
  E --> I[Slack Node<br/>Notify Owner + Summary]
  F --> J[Email Node<br/>Nurture Campaign Kickoff]
  E --> K[Error Branch<br/>Catch → Retry → Log]
Loading

Clone this wiki locally