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_marketing-automation_advanced-notification-center_HS395.BOLZI",
"displayName": "Geschaeftsprozesse marketing automation advanced notification center (intermediate)",
"description": "Funktionsf\u00e4higer Geschaeftsprozesse marketing automation Workflow (intermediate). 5 Nodes, 20-40 Minuten Setup.",
"tags": [
"geschaeftsprozesse",
"marketing-automation",
"advanced-notification-center",
"intermediate",
"professional",
"functional-template",
"steindl-templates",
"version-318",
"nodes-5"
],
"category": "Geschaeftsprozesse",
"subcategory": "Geschaeftsprozesse",
"complexity": "intermediate",
"focusArea": "marketing-automation",
"workflowConcept": "advanced-notification-center",
"templateId": "HS395.BOLZI",
"active": false,
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "sales-automation-318",
"responseMode": "onReceived",
"options": {}
},
"name": "Sales Data Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
240,
300
],
"id": "sales-webhook"
},
{
"parameters": {
"functionCode": "const leadData = $json;\nif (!leadData.email || !leadData.company) { throw new Error('Missing required fields: email and company'); }\nconst enrichedLead = { ...leadData, leadScore: Math.floor(Math.random() * 100), timestamp: new Date().toISOString(), source: 'webhook', status: 'new' };\nreturn { json: enrichedLead };"
},
"name": "Process Lead Data",
"type": "n8n-nodes-base.function",
"typeVersion": 1,
"position": [
440,
300
],
"id": "process-lead"
},
{
"parameters": {
"conditions": {
"number": [
{
"value1": "={{ $json.leadScore }}",
"operation": "gte",
"value2": 50
}
]
}
},
"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",
"jsonParameters": true,
"bodyJson": "={{ { properties: { email: $json.email, company: $json.company, lead_score: $json.leadScore } } }}",
"options": {},
"authentication": "predefinedCredentialType",
"nodeCredentialType": "hubspotApi"
},
"name": "Create HubSpot Contact",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
840,
200
],
"id": "hubspot-contact"
},
{
"parameters": {
"functionCode": "return { json: { ...$json, action: 'nurturing_campaign', campaign_type: 'low_score_leads' } };"
},
"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"
]
]
}
},
"settings": {},
"staticData": null,
"metadata": {
"version": "2.0.0",
"templateVersion": "v1",
"author": "Herbert Steindl",
"developmentStandard": "gpt-4-turbo",
"templateId": "318",
"nodeCount": 5,
"setupTime": "20-40 Minuten",
"focusArea": "marketing-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.9156711445036618
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
geschaeftsprozesse_intermediate_v1_marketing-automation_advanced-notification-center_HS395.BOLZI. Uses httpRequest. Webhook trigger; 5 nodes.
Source: https://github.com/H2284AT/ai-automation-templates-/blob/main/templates/Business-Operations/Marketing/geschaeftsprozesse_intermediate_v1_marketing-automation_advanced-notification-center_HS395.BOLZI.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 workflow automates bulk email campaigns with built-in validation, deliverability protection, and smart send-time optimization.
Universal Lead Processing Workflow. Uses googleSheets, gmail, httpRequest, gmailTrigger. Webhook trigger; 34 nodes.
This workflow turns Feishu bot messages into a human-in-the-loop short-video production pipeline, using Tavily for web search, DeepSeek for topic and script generation, Jimeng AI for text-to-video, an
This workflow is designed to manage the assignment and validation of unique QR code coupons within a lead generation system with SuiteCRM.
This workflow acts as an instant SDR that replies to new inbound leads across multiple channels in real time. It first captures and normalizes all incoming lead data into a unified structure. The work