workflows.fit
Back to n8n workflows
n8n templateFreeBy Marth - Business Automation

Capture website leads with Slack notifications, Gmail responses & sheets archiving

Website Lead Notification System Let's build this simple and high-value workflow. Here is a detailed, node-by-node explanation of how it works and how to set it up in n8n. --- How It Works This workflow acts as a brid...

Data & StorageProductivityCommunicationHITLDevelopmentCore NodesWebhookSlack
Loading interactive preview...

Template notes

Website Lead Notification System

Let's build this simple and high-value workflow. Here is a detailed, node-by-node explanation of how it works and how to set it up in n8n.

---

How It Works

This workflow acts as a bridge between your website's contact form and your sales team. It waits for a submission from your website via a Webhook. As soon as a new lead fills out the form, the workflow instantly captures their data and sends a formatted notification to your team's Slack channel. This ensures your team can respond to new leads in real time, without any delays.

---

Setup Steps

1. Webhooks Trigger: Receive Website Form Submissions Node Type: Webhook Trigger Parameters: HTTP Method: POST Path: new-lead Explanation: This node is the starting point. It creates a unique URL that you will use in your website's form submission settings. When a visitor submits your form, the data is sent to this URL as a POST request, triggering the workflow.