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": "FASE 2 - Publicador",
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"position": [
-400,
0
]
},
{
"parameters": {
"conditions": {
"conditions": [
{
"leftValue": "={{ $json.modo }}",
"operator": {
"type": "string",
"operation": "equals"
},
"rightValue": "test"
}
]
}
},
"name": "IF Test Mode",
"type": "n8n-nodes-base.if",
"position": [
-200,
0
]
},
{
"parameters": {
"mode": "rules",
"rules": {
"values": [
{
"conditions": {
"conditions": [
{
"leftValue": "={{ $json.tipo }}",
"operator": {
"type": "string",
"operation": "equals"
},
"rightValue": "imagen"
}
]
},
"outputKey": "imagen"
},
{
"conditions": {
"conditions": [
{
"leftValue": "={{ $json.tipo }}",
"operator": {
"type": "string",
"operation": "equals"
},
"rightValue": "reel"
}
]
},
"outputKey": "reel"
}
]
}
},
"name": "Switch Tipo",
"type": "n8n-nodes-base.switch",
"position": [
0,
0
]
},
{
"parameters": {
"values": {
"string": [
{
"name": "post_id",
"value": "MOCK_IMG_{{$now}}"
},
{
"name": "estado",
"value": "publicado"
}
]
}
},
"name": "Mock Imagen",
"type": "n8n-nodes-base.set",
"position": [
200,
-100
]
},
{
"parameters": {
"values": {
"string": [
{
"name": "post_id",
"value": "MOCK_REEL_{{$now}}"
},
{
"name": "estado",
"value": "publicado"
}
]
}
},
"name": "Mock Reel",
"type": "n8n-nodes-base.set",
"position": [
200,
100
]
},
{
"parameters": {
"values": {
"string": [
{
"name": "post_id",
"value": "MOCK_DEFAULT"
},
{
"name": "estado",
"value": "publicado"
}
]
}
},
"name": "Mock Default",
"type": "n8n-nodes-base.set",
"position": [
200,
250
]
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "IF Test Mode"
}
]
]
},
"IF Test Mode": {
"main": [
[
{
"node": "Switch Tipo"
}
],
[
{
"node": "Switch Tipo"
}
]
]
},
"Switch Tipo": {
"main": [
[
{
"node": "Mock Imagen"
}
],
[
{
"node": "Mock Reel"
}
],
[
{
"node": "Mock Default"
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
FASE 2 - Publicador. Uses start. Manual trigger; 6 nodes.
Source: https://gist.github.com/karolmendezb-commits/2291ddde2310c0fcdf9963b8276724b7 — 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.
PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.
This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t
Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.
This n8n template helps you detect page cannibalization in Google Search Console (GSC): situations where multiple pages on your site rank for the same query and more than one page gets clicks. Use it