The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Torus Lead Notification Stack",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "torus-lead-notification",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
0,
0
],
"id": "8f10f005-10d0-483a-897a-21a842f07772",
"name": "Webhook"
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 3
},
"conditions": [
{
"id": "b2822194-40f8-4fc1-b56c-cb803bddfdce",
"leftValue": "={{ $json.headers[\"x-torus-webhook-secret\"] }}",
"rightValue": "YOUR_WEBHOOK_SECRET",
"operator": {
"type": "string",
"operation": "equals",
"name": "filter.operator.equals"
}
}
],
"combinator": "and"
},
"options": {}
},
"type": "n8n-nodes-base.if",
"typeVersion": 2.3,
"position": [
208,
0
],
"id": "40a43081-0253-4a26-a453-0fd086cd7d93",
"name": "check torus secret"
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "5fd9ef95-b5d8-49d7-b59a-cc8aeecf0978",
"name": "whatsapp_message",
"value": "={{ $json.body.whatsappMessage || (\"\ud83d\udd14 New Torus Lead\\n\\nSource: \" + ($json.body.lead.source || \"\u2014\") + \"\\nName: \" + ($json.body.lead.name || \"\u2014\") + \"\\nEmail: \" + ($json.body.lead.email || \"\u2014\") + \"\\nPhone: \" + ($json.body.lead.phone || \"\u2014\") + \"\\n\\nMessage:\\n\" + ($json.body.lead.message || \"\u2014\") + \"\\n\\nSubmitted: \" + ($json.body.lead.submittedAt || \"\u2014\") + \"\\n\\nAdmin:\\nYOUR_ADMIN_DASHBOARD_URL\") }}",
"type": "string"
}
]
},
"includeOtherFields": true,
"options": {}
},
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
416,
-96
],
"id": "0b9f0dbb-0b1d-48ea-a6bc-e7d9af1feb93",
"name": "Format Lead Message"
},
{
"parameters": {
"method": "POST",
"url": "https://graph.facebook.com/v20.0/YOUR_WHATSAPP_PHONE_NUMBER_ID/messages",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer YOUR_META_WHATSAPP_ACCESS_TOKEN"
},
{
"name": "Content-Type",
"value": "application/json"
}
]
},
"sendBody": true,
"specifyBody": "=json",
"bodyParameters": {
"parameters": [
{}
]
},
"jsonBody": "={{ JSON.stringify({\n messaging_product: \"whatsapp\",\n to: \"YOUR_RECIPIENT_PHONE_NUMBER\",\n type: \"text\",\n text: {\n preview_url: false,\n body: $json.whatsapp_message\n }\n}) }}",
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.4,
"position": [
624,
-96
],
"id": "5f0b3a5f-07b8-417c-89b5-1214b63066c7",
"name": "Send WhatsApp Alert"
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "check torus secret",
"type": "main",
"index": 0
}
]
]
},
"check torus secret": {
"main": [
[
{
"node": "Format Lead Message",
"type": "main",
"index": 0
}
]
]
},
"Format Lead Message": {
"main": [
[
{
"node": "Send WhatsApp Alert",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1",
"binaryMode": "separate",
"availableInMCP": false
},
"versionId": "326d7847-6960-4bbb-b65d-f0c9b162c7b0",
"nodeGroups": [],
"id": "1ZbsBZI3UCrAekwo",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Torus Lead Notification Stack. Uses httpRequest. Webhook trigger; 4 nodes.
Source: https://github.com/KingCargon/torus-skills-public/blob/main/lead-notification-stack-main/torus-skill-lead-notification-stack-whatsapp/n8n-workflow/torus-lead-notification-stack-v1.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Automating your marketing campaign management process can streamline your workflow and save you valuable time. With the combination of Baserow and n8n, you can efficiently handle your campaign data an
When a buyer inquires about a property on Zillow, Realtor.com, your IDX site, or Facebook Lead Ads, this workflow instantly creates an Aloware contact with full property details, sends a hyper-persona
WhatsApp Lead Follow-Up — reply to every lead in under 60 seconds. Uses httpRequest, googleSheets. Webhook trigger; 8 nodes.
01 — Lead z formularza → CRM → e-mail powitalny (klinweb.pl). Uses httpRequest, gmail. Webhook trigger; 7 nodes.
Speed To Lead. Uses httpRequest, googleSheets, telegram, telegramTrigger. Webhook trigger; 5 nodes.