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": "geschaeftsprozesse_intermediate_v1_sales-automation_advanced-notification-center_HS687.OPGZY",
"displayName": "Geschaeftsprozesse sales automation advanced notification center (intermediate)",
"description": "Funktionsf\u00e4higer Geschaeftsprozesse sales automation automation workflow using advanced notification center approach (intermediate level). 5 nodes, 20-40 Minuten setup.",
"tags": [
"geschaeftsprozesse",
"sales-automation",
"advanced-notification-center",
"intermediate",
"professional",
"functional-template",
"steindl-templates",
"version-314",
"nodes-5"
],
"category": "Geschaeftsprozesse",
"subcategory": "Geschaeftsprozesse",
"complexity": "intermediate",
"focusArea": "sales-automation",
"workflowConcept": "advanced-notification-center",
"templateId": "HS687.OPGZY",
"active": false,
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "sales-automation-webhook",
"responseMode": "onReceived",
"options": {}
},
"name": "Sales Data Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
240,
300
],
"id": "sales-webhook"
},
{
"parameters": {
"functionCode": "// Sales Data Processing\nconst leadData = $json;\n\n// Validate required fields\nif (!leadData.email || !leadData.company) {\n throw new Error('Missing required fields: email and company');\n}\n\n// Enrich lead data\nconst enrichedLead = {\n ...leadData,\n leadScore: Math.floor(Math.random() * 100),\n timestamp: new Date().toISOString(),\n source: 'webhook',\n status: 'new'\n};\n\nreturn { json: enrichedLead };"
},
"name": "Process Lead Data",
"type": "n8n-nodes-base.function",
"typeVersion": 1,
"position": [
440,
300
],
"id": "process-lead"
},
{
"parameters": {
"conditions": {
"conditions": [
{
"leftValue": "={{ $json.leadScore }}",
"rightValue": 50,
"operator": {
"type": "number",
"operation": "gte"
}
}
]
}
},
"name": "Lead Score Check",
"type": "n8n-nodes-base.if",
"typeVersion": 2,
"position": [
640,
300
],
"id": "lead-score-check"
},
{
"parameters": {
"url": "https://api.hubspot.com/crm/v3/objects/contacts",
"authentication": "predefinedCredentialType",
"nodeCredentialType": "hubspotApi",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "properties",
"value": "={{ { \"email\": $json.email, \"company\": $json.company, \"lead_score\": $json.leadScore } }}"
}
]
}
},
"name": "Create HubSpot Contact",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
840,
200
],
"id": "hubspot-contact"
},
{
"parameters": {
"functionCode": "// Send to nurturing campaign\nreturn {\n json: {\n ...$json,\n action: 'nurturing_campaign',\n campaign_type: 'low_score_leads'\n }\n};"
},
"name": "Send to Nurturing",
"type": "n8n-nodes-base.function",
"typeVersion": 1,
"position": [
840,
400
],
"id": "nurturing-campaign"
}
],
"connections": {
"Sales Data Webhook": {
"main": [
[
"Process Lead Data"
]
]
},
"Process Lead Data": {
"main": [
[
"Lead Score Check"
]
]
},
"Lead Score Check": {
"main": [
[
"Create HubSpot Contact"
],
[
"Send to Nurturing"
]
]
}
},
"metadata": {
"version": "2.0.0",
"templateVersion": "v1",
"author": "Herbert Steindl",
"developmentStandard": "claude-3-sonnet",
"templateId": "314",
"nodeCount": 5,
"setupTime": "20-40 Minuten",
"focusArea": "sales-automation",
"workflowConcept": "advanced-notification-center",
"portfolioAnalyzed": true,
"professionalTemplate": true,
"functionalTemplate": true,
"intelligentNaming": true,
"templateSystem": {
"enabled": true,
"analysisBase": 0,
"gapDetection": true,
"conceptualDesign": "advanced-notification-center",
"qualityScore": 0.9822161063879209
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
geschaeftsprozesse_intermediate_v1_sales-automation_advanced-notification-center_HS687.OPGZY. Uses httpRequest. Webhook trigger; 5 nodes.
Source: https://github.com/H2284AT/ai-automation-templates-/blob/main/templates/Business-Operations/Sales/geschaeftsprozesse_intermediate_v1_sales-automation_advanced-notification-center_HS687.OPGZY.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.
This n8n template provides enterprise-level version control for your workflows using GitHub integration. Stop losing hours to broken workflows and manual exports – get proper commit history, visual di
This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag .
eek-Go v2 (Batch-Then-Review). Uses httpRequest. Webhook trigger; 75 nodes.
This workflow receives webhook requests from a content calendar and uses the X API v2 to publish text posts, threads, image/video posts, and polls, as well as delete existing posts and run a credentia
This workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system. It listens for incoming webhook requests and dynamically routes them to the c