Este workflow en n8n automatiza la creación de backups de los espacios de trabajo de Docmost, los exporta en formato Markdown con archivos adjuntos y los almacena en Google Drive de forma periódica.
Creado: 2025-03-18
13 nodos
Instrucciones
Editar Workflow
Visualización del Workflow
{
"name": "Backup - Docmost",
"nodes": [
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "627be0ea-68a4-4346-927a-8baf9e77d0c2",
"name": "instance",
"value": "https://tudocmost.com",
"type": "string"
},
{
"id": "3b453d7e-5354-4d16-aeed-59c368dEdit Fields8bf4c",
"name": "user",
"value": "[email protected]",
"type": "string"
},
{
"id": "69973bdc-0bb7-472f-814b-a4a524dad5a4",
"name": "password",
"value": "tupassword",
"type": "string"
},
{
"id": "a6e65f1e-38c9-4204-a91a-0385bd1398ba",
"name": "backupdir",
"value": "docmost-backup",
"type": "string"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
-1200,
-20
],
"id": "fd33d38a-3ed3-4df7-bf15-45ce806726de",
"name": "Config"
},
{
"parameters": {
"resource": "fileFolder",
"queryString": "={{ $json.backupdir }}",
"filter": {
"folderId": {
"mode": "list",
"value": "root",
"cachedResultName": "/ (Root folder)"
}
},
"options": {}
},
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
-540,
-20
],
"id": "f10a6040-2b40-4e59-ba60-dcacb6843b02",
"name": "Buscar Carpeta",
"alwaysOutputData": true,
"credentials": {
"googleDriveOAuth2Api": {
"id": "kkUKUPjPqG6ENSMu",
"name": "Google [email protected]"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"rules": {
"values": [
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 2
},
"conditions": [
{
"leftValue": "={{ $json.name }}",
"rightValue": "={{ $('Config').item.json.backupdir }}",
"operator": {
"type": "string",
"operation": "equals"
},
"id": "ba7722f4-515d-414d-ab54-c7e2bd3974ec"
}
],
"combinator": "and"
},
"renameOutput": true,
"outputKey": "existe"
},
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 2
},
"conditions": [
{
"id": "a547f9e2-7bdf-4a42-8e6e-457b099fc8b1",
"leftValue": "={{ $json.id }}",
"rightValue": "",
"operator": {
"type": "string",
"operation": "empty",
"singleValue": true
}
}
],
"combinator": "and"
},
"renameOutput": true,
"outputKey": "no existe"
}
]
},
"options": {
"fallbackOutput": "extra"
}
},
"type": "n8n-nodes-base.switch",
"typeVersion": 3.2,
"position": [
-240,
-20
],
"id": "caceef45-b872-4e0d-b113-594403e9dff7",
"name": "\u00bfExiste?"
},
{
"parameters": {
"resource": "folder",
"name": "={{ $('Config').item.json.backupdir }}",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"folderId": {
"__rl": true,
"mode": "list",
"value": "root",
"cachedResultName": "/ (Root folder)"
},
"options": {}
},
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
360,
-20
],
"id": "1c25a42f-d844-43f0-be0e-662f716b62f6",
"name": "Crear Carpeta",
"credentials": {
"googleDriveOAuth2Api": {
"id": "kkUKUPjPqG6ENSMu",
"name": "Google [email protected]"
}
}
},
{
"parameters": {
"method": "POST",
"url": "={{ $('Config').item.json.instance }}/api/spaces/export",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Accept",
"value": "application/json"
},
{
"name": "=Authorization ",
"value": "=Bearer {{ $('SetData').item.json.token }}"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\n \"spaceId\": \"{{ $json.id }}\",\n \"format\": \"markdown\",\n \"includeAttachments\": true\n} ",
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
960,
-240
],
"id": "c361924c-5d5c-4b18-be5b-ab990db92f2b",
"name": "Backup"
},
{
"parameters": {
"method": "POST",
"url": "={{ $('Config').item.json.instance }}/api/spaces",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Accept",
"value": "application/json"
},
{
"name": "=Authorization ",
"value": "=Bearer {{ $('SetData').item.json.token }}"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
260,
-260
],
"id": "f3d6832f-df6d-47cd-a8a5-cff2c9812429",
"name": "Detectar Workspaces"
},
{
"parameters": {
"fieldToSplitOut": "data.items",
"options": {}
},
"type": "n8n-nodes-base.splitOut",
"typeVersion": 1,
"position": [
480,
-260
],
"id": "d62e255e-9207-493d-a9c8-7132968f4538",
"name": "Split Out"
},
{
"parameters": {
"options": {}
},
"type": "n8n-nodes-base.splitInBatches",
"typeVersion": 3,
"position": [
700,
-260
],
"id": "36ae6fbf-0b13-451e-87aa-8f9afc8d60dc",
"name": "Loop Over Items"
},
{
"parameters": {
"rule": {
"interval": [
{}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
-1420,
-20
],
"id": "510be5c1-13e1-4d77-8329-cf0c1b895ec0",
"name": "Schedule Trigger"
},
{
"parameters": {
"name": "=/docmost-backup/{{ $('Loop Over Items').item.json.name }}-{{ $now.format('yyyy-MM-dd') }}.zip",
"driveId": {
"__rl": true,
"value": "My Drive",
"mode": "list",
"cachedResultName": "My Drive",
"cachedResultUrl": "https://drive.google.com/drive/my-drive"
},
"folderId": {
"__rl": true,
"value": "={{ $('\u00bfExiste?').item.json.id || $('Crear Carpeta').item.json.id }}\n",
"mode": "id"
},
"options": {}
},
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
1180,
-240
],
"id": "e1b43327-d269-4bb4-95ae-3afd6b7f2f22",
"name": "Subir Backup",
"credentials": {
"googleDriveOAuth2Api": {
"id": "kkUKUPjPqG6ENSMu",
"name": "Google [email protected]"
}
}
},
{
"parameters": {
"method": "POST",
"url": "https://callcenter.wiki/api/auth/login",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "email",
"value": "={{ $json.user }}"
},
{
"name": "password",
"value": "={{ $json.password }}"
}
]
},
"options": {
"response": {
"response": {
"fullResponse": true
}
}
}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
-960,
-20
],
"id": "9aeac5d6-9761-442f-bdb3-e40c9960edee",
"name": "Login"
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "d284ef59-1622-40cc-a84a-65e1f8fb65b9",
"name": "instance",
"value": "={{ $('Config').item.json.instance }}",
"type": "string"
},
{
"id": "ec42afa3-0e48-47ac-b9d9-bcef1a8139f2",
"name": "token",
"value": "={{ $json.headers['set-cookie'][0].match(/authToken=([^;]+)/)[1] }}",
"type": "string"
},
{
"id": "96899b12-7d8b-4091-b505-bfb0973e0e6e",
"name": "backupdir",
"value": "={{ $('Config').item.json.backupdir }}",
"type": "string"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
-760,
-20
],
"id": "b3c22ae1-0ef4-4b90-8d2f-9715c9aa336c",
"name": "SetData"
},
{
"parameters": {},
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
300,
260
],
"id": "a9bb63b1-2e95-473e-8468-286f0592c3c1",
"name": "No Operation, do nothing"
}
],
"pinData": {},
"connections": {
"Config": {
"main": [
[
{
"node": "Login",
"type": "main",
"index": 0
}
]
]
},
"Buscar Carpeta": {
"main": [
[
{
"node": "\u00bfExiste?",
"type": "main",
"index": 0
}
]
]
},
"\u00bfExiste?": {
"main": [
[
{
"node": "Detectar Workspaces",
"type": "main",
"index": 0
}
],
[
{
"node": "Crear Carpeta",
"type": "main",
"index": 0
}
],
[
{
"node": "No Operation, do nothing",
"type": "main",
"index": 0
}
]
]
},
"Crear Carpeta": {
"main": [
[
{
"node": "Detectar Workspaces",
"type": "main",
"index": 0
}
]
]
},
"Backup": {
"main": [
[
{
"node": "Subir Backup",
"type": "main",
"index": 0
}
]
]
},
"Detectar Workspaces": {
"main": [
[
{
"node": "Split Out",
"type": "main",
"index": 0
}
]
]
},
"Split Out": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Items": {
"main": [
[],
[
{
"node": "Backup",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger": {
"main": [
[
{
"node": "Config",
"type": "main",
"index": 0
}
]
]
},
"Subir Backup": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"Login": {
"main": [
[
{
"node": "SetData",
"type": "main",
"index": 0
}
]
]
},
"SetData": {
"main": [
[
{
"node": "Buscar Carpeta",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "7365532a-4b6e-439a-a37a-fe0cd05f3fac",
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "33738330930e3881dd5571eca013f36ddf8aab20e4ea5c1f2ebaf4a2b4668ac6"
},
"id": "aXsjSsK48pShoNX5",
"tags": []
}