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": "prozessautomatisierung_advanced_v1_system-integration_advanced-analytics-processor_HS067.YNNSX",
"displayName": "Prozessautomatisierung system integration advanced analytics processor (advanced)",
"description": "Funktionsf\u00e4higer Prozessautomatisierung system integration Workflow (advanced). 6 Nodes, 45-90 Minuten Setup.",
"tags": [
"prozessautomatisierung",
"system-integration",
"advanced-analytics-processor",
"advanced",
"professional",
"functional-template",
"steindl-templates",
"version-317",
"nodes-6"
],
"category": "Prozessautomatisierung",
"subcategory": "Prozessautomatisierung",
"complexity": "advanced",
"focusArea": "system-integration",
"workflowConcept": "advanced-analytics-processor",
"templateId": "HS067.YNNSX",
"active": false,
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "sales-automation-317",
"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"
},
{
"parameters": {
"functionCode": "const data = $json;\nconst analytics = { processed_at: new Date().toISOString(), workflow_version: 'advanced' };\nreturn { json: { ...data, analytics } };"
},
"name": "Advanced Analytics",
"type": "n8n-nodes-base.function",
"typeVersion": 1,
"position": [
1040,
400
],
"id": "advanced-analytics"
}
],
"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"
]
]
},
"Send to Nurturing": {
"main": [
[
"Advanced Analytics"
]
]
}
},
"settings": {},
"staticData": null,
"metadata": {
"version": "2.0.0",
"templateVersion": "v1",
"author": "Herbert Steindl",
"developmentStandard": "gpt-4-turbo",
"templateId": "317",
"nodeCount": 6,
"setupTime": "45-90 Minuten",
"focusArea": "system-integration",
"workflowConcept": "advanced-analytics-processor",
"portfolioAnalyzed": true,
"professionalTemplate": true,
"functionalTemplate": true,
"intelligentNaming": true,
"templateSystem": {
"enabled": true,
"analysisBase": 0,
"gapDetection": true,
"conceptualDesign": "advanced-analytics-processor",
"qualityScore": 0.986814588970873
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
prozessautomatisierung_advanced_v1_system-integration_advanced-analytics-processor_HS067.YNNSX. Uses httpRequest. Webhook trigger; 6 nodes.
Source: https://github.com/H2284AT/ai-automation-templates-/blob/3b7fda9b16ceb5dc9dde26abba8adc7388c44aeb/templates/Data-Analytics/Analytics/prozessautomatisierung_advanced_v1_system-integration_advanced-analytics-processor_HS067.YNNSX.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 .
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
Sign PDF documents with legally-compliant digital signatures using X.509 certificates. Supports multiple PAdES signature levels (B, T, LT, LTA) with optional visible stamps.
📡 This workflow serves as the central Alpha Vantage API fetcher for Tesla trading indicators, delivering cleaned 20-point JSON outputs for three timeframes: , , and . It is required by the following a