YouTube Shorts + Servidor MCP personalizado

Avanzado

Este es unDesign, Building Blocks, AIflujo de automatización del dominio deautomatización que contiene 43 nodos.Utiliza principalmente nodos como If, Set, Wait, YouTube, Aggregate, combinando tecnología de inteligencia artificial para lograr automatización inteligente. Usar OpenAI a través de un servidor MCP para generar automáticamente YouTube Shorts a partir de contenido de Reddit

Requisitos previos
  • Pueden requerirse credenciales de autenticación para la API de destino
  • Clave de API de OpenAI
Vista previa del flujo de trabajo
Visualización de las conexiones entre nodos, con soporte para zoom y panorámica
Exportar flujo de trabajo
Copie la siguiente configuración JSON en n8n para importar y usar este flujo de trabajo
{
  "id": "4JO672cSBR899QX3",
  "meta": {
    "instanceId": "636db6b6ab21a21c6458e2137f340e33dc3e49f5a1c560c8d1e2372c227cf40e",
    "templateCredsSetupCompleted": true
  },
  "name": " Youtube shorts + custom MCP server",
  "tags": [],
  "nodes": [
    {
      "id": "9194d540-0ab4-4270-b107-ef69ecd2edee",
      "name": "Modelo de chat OpenAI",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        140,
        280
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "631009fb-bf8c-4de7-8888-af0206089c37",
      "name": "Cliente MCP",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        300,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "169ba7fb-a9ca-4066-9592-5ea29b2487d4",
      "name": "Agregar",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        -140,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "4809d849-ad08-4678-aa75-843cfc1fc471",
      "name": "Esperar",
      "type": "n8n-nodes-base.wait",
      "position": [
        780,
        0
      ],
      "webhookId": "fe4501f9-3334-4fc8-b3dd-83ea0ebb14a2",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "5b1b24bd-b484-4e1b-a8d7-31854f338be8",
      "name": "Si",
      "type": "n8n-nodes-base.if",
      "position": [
        1220,
        0
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "c3fd71b2-5ac5-4ade-b11d-e253fb083a2e",
      "name": "Analizador de salida estructurada",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        440,
        220
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "d98e04bd-653a-4fed-a25e-c15e8a3b64ff",
      "name": "Nota adhesiva",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -840,
        -340
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c25a381c-6af5-46e7-8e46-1aeae7a249d8",
      "name": "Descargar el video",
      "type": "n8n-nodes-base.httpRequest",
      "disabled": true,
      "position": [
        1580,
        -100
      ],
      "parameters": {},
      "retryOnFail": false,
      "typeVersion": 4.2,
      "alwaysOutputData": false
    },
    {
      "id": "d03f0f27-bcf4-4095-acd5-89ec16a6bf17",
      "name": "Compartir en YouTube",
      "type": "n8n-nodes-base.youTube",
      "disabled": true,
      "position": [
        1820,
        -100
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ce7d878e-95ad-4379-8b33-521e8604216c",
      "name": "Al hacer clic en 'Probar flujo de trabajo'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -820,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c863d2cd-1e39-49c7-902e-7e2777cfc52f",
      "name": "Generar video",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        220,
        0
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "c19e8e76-1a26-44f8-99b7-8a8141616f63",
      "name": "Verificar estado del video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1000,
        0
      ],
      "parameters": {},
      "retryOnFail": false,
      "typeVersion": 4.2,
      "alwaysOutputData": false
    },
    {
      "id": "f5d16a40-2011-43d8-9f22-764702c043ed",
      "name": "Mapear campos",
      "type": "n8n-nodes-base.set",
      "position": [
        -340,
        20
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "b6591020-b3f6-4b12-98ae-bf7b8b232efa",
      "name": "Obtener publicaciones semanales principales",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        -560,
        20
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "f24f65a7-a9c6-4662-93ad-eab824be6f9e",
      "name": "Modelo de chat OpenAI1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        140,
        1260
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "1dcda2d7-e65f-4d59-86aa-58d6f57105e1",
      "name": "Cliente MCP1",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        300,
        1380
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "03fc4379-228f-4ec2-8573-6fb14a780073",
      "name": "Agregar1",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        -140,
        1000
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f01ce179-5cb4-421b-983a-e13a17122efa",
      "name": "Esperar1",
      "type": "n8n-nodes-base.wait",
      "position": [
        780,
        980
      ],
      "webhookId": "fe4501f9-3334-4fc8-b3dd-83ea0ebb14a2",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "7dfc6e8e-5dd0-4578-a54a-f4fbc85e2a7a",
      "name": "Si1",
      "type": "n8n-nodes-base.if",
      "position": [
        1220,
        980
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "da4806e7-5c71-4299-9c04-1fdeec14c5a5",
      "name": "Analizador de salida estructurada1",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        440,
        1200
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "6d662051-eb85-432e-8f5a-70850e9e9725",
      "name": "Descargar el video1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1580,
        880
      ],
      "parameters": {},
      "retryOnFail": false,
      "typeVersion": 4.2,
      "alwaysOutputData": false
    },
    {
      "id": "2de52cb2-a5fa-424c-9bdb-601b30907d01",
      "name": "Compartir en YouTube1",
      "type": "n8n-nodes-base.youTube",
      "position": [
        1820,
        880
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "77712771-a33b-409e-9b8f-7c3ae8f5fcdb",
      "name": "Generar video1",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        220,
        980
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "97e3fa58-d1be-45a7-a5ef-50a9490cf998",
      "name": "Verificar estado del video1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1000,
        980
      ],
      "parameters": {},
      "retryOnFail": false,
      "typeVersion": 4.2,
      "alwaysOutputData": false
    },
    {
      "id": "bbd9930a-5ae9-4540-a80f-6688192438f5",
      "name": "Mapear campos1",
      "type": "n8n-nodes-base.set",
      "position": [
        -340,
        1000
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "bbb302de-89ea-4253-9497-3f26c7eaafeb",
      "name": "Obtener publicaciones semanales principales1",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        -560,
        1000
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "ef8eb587-e1bd-4ca9-a132-125b38cc9b7e",
      "name": "Nota adhesiva1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -860,
        600
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "623953f3-791a-4840-bea6-1fc10946aed7",
      "name": "Modelo de chat OpenAI2",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        100,
        2320
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "06d7642a-19f9-4ac3-b4f9-93f6f952fa26",
      "name": "Cliente MCP2",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        260,
        2440
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "b7ce3ee6-c309-424c-89ad-5e65c61ae7b1",
      "name": "Agregar2",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        -180,
        2060
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "2ac82e10-c64a-4994-943a-c7ddb8bbc378",
      "name": "Esperar2",
      "type": "n8n-nodes-base.wait",
      "position": [
        740,
        2040
      ],
      "webhookId": "fe4501f9-3334-4fc8-b3dd-83ea0ebb14a2",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "3b45856a-72a5-4668-a2e5-efe7fe491fd4",
      "name": "Si2",
      "type": "n8n-nodes-base.if",
      "position": [
        1180,
        2040
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "01ad80af-c90a-4102-84a6-dc5c023591e8",
      "name": "Analizador de salida estructurada2",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        400,
        2260
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "36607337-b0aa-4d69-ad2c-4b4ae845d889",
      "name": "Descargar el video2",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1540,
        1940
      ],
      "parameters": {},
      "retryOnFail": false,
      "typeVersion": 4.2,
      "alwaysOutputData": false
    },
    {
      "id": "5f976cb3-d511-49f5-97d7-2f14635b10e3",
      "name": "Compartir en YouTube2",
      "type": "n8n-nodes-base.youTube",
      "position": [
        1780,
        1940
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "14c3111c-0c76-4139-a8e8-7f2f38b50d40",
      "name": "Generar video2",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        180,
        2040
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "d2ca10fa-5e96-4b1d-b13d-cf3df06e373c",
      "name": "Verificar estado del video2",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        960,
        2040
      ],
      "parameters": {},
      "retryOnFail": false,
      "typeVersion": 4.2,
      "alwaysOutputData": false
    },
    {
      "id": "3f0fff1e-b16f-4a82-be42-38b8d331090f",
      "name": "Mapear campos2",
      "type": "n8n-nodes-base.set",
      "position": [
        -380,
        2060
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "a7e082d4-44cc-4364-bc1a-b135eb626358",
      "name": "Obtener publicaciones semanales principales2",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        -600,
        2060
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "801786e2-65d5-424e-96b5-d8b3c79f1ed3",
      "name": "Nota adhesiva2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -900,
        1660
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c5e53c76-0795-4350-9e83-03bb23bb4b04",
      "name": "Nota adhesiva4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2100,
        -140
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "4a020e02-0c5a-42e7-b217-fc76d2171bae",
      "name": "Nota adhesiva5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -840,
        -580
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "5423e146-e8ec-4cd4-8040-b9596eac6d29",
      "name": "Nota adhesiva6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        -1300
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "3ff9066f-3233-4034-ae35-34de1ac0b39c",
  "connections": {
    "5b1b24bd-b484-4e1b-a8d7-31854f338be8": {
      "main": [
        [
          {
            "node": "c25a381c-6af5-46e7-8e46-1aeae7a249d8",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "4809d849-ad08-4678-aa75-843cfc1fc471",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7dfc6e8e-5dd0-4578-a54a-f4fbc85e2a7a": {
      "main": [
        [
          {
            "node": "6d662051-eb85-432e-8f5a-70850e9e9725",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "f01ce179-5cb4-421b-983a-e13a17122efa",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3b45856a-72a5-4668-a2e5-efe7fe491fd4": {
      "main": [
        [
          {
            "node": "36607337-b0aa-4d69-ad2c-4b4ae845d889",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "2ac82e10-c64a-4994-943a-c7ddb8bbc378",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4809d849-ad08-4678-aa75-843cfc1fc471": {
      "main": [
        [
          {
            "node": "c19e8e76-1a26-44f8-99b7-8a8141616f63",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f01ce179-5cb4-421b-983a-e13a17122efa": {
      "main": [
        [
          {
            "node": "97e3fa58-d1be-45a7-a5ef-50a9490cf998",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2ac82e10-c64a-4994-943a-c7ddb8bbc378": {
      "main": [
        [
          {
            "node": "d2ca10fa-5e96-4b1d-b13d-cf3df06e373c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "169ba7fb-a9ca-4066-9592-5ea29b2487d4": {
      "main": [
        [
          {
            "node": "c863d2cd-1e39-49c7-902e-7e2777cfc52f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "03fc4379-228f-4ec2-8573-6fb14a780073": {
      "main": [
        [
          {
            "node": "77712771-a33b-409e-9b8f-7c3ae8f5fcdb",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b7ce3ee6-c309-424c-89ad-5e65c61ae7b1": {
      "main": [
        [
          {
            "node": "14c3111c-0c76-4139-a8e8-7f2f38b50d40",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "631009fb-bf8c-4de7-8888-af0206089c37": {
      "ai_tool": [
        [
          {
            "node": "c863d2cd-1e39-49c7-902e-7e2777cfc52f",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "f5d16a40-2011-43d8-9f22-764702c043ed": {
      "main": [
        [
          {
            "node": "169ba7fb-a9ca-4066-9592-5ea29b2487d4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1dcda2d7-e65f-4d59-86aa-58d6f57105e1": {
      "ai_tool": [
        [
          {
            "node": "77712771-a33b-409e-9b8f-7c3ae8f5fcdb",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "06d7642a-19f9-4ac3-b4f9-93f6f952fa26": {
      "ai_tool": [
        [
          {
            "node": "14c3111c-0c76-4139-a8e8-7f2f38b50d40",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "bbd9930a-5ae9-4540-a80f-6688192438f5": {
      "main": [
        [
          {
            "node": "03fc4379-228f-4ec2-8573-6fb14a780073",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3f0fff1e-b16f-4a82-be42-38b8d331090f": {
      "main": [
        [
          {
            "node": "b7ce3ee6-c309-424c-89ad-5e65c61ae7b1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c863d2cd-1e39-49c7-902e-7e2777cfc52f": {
      "main": [
        [
          {
            "node": "4809d849-ad08-4678-aa75-843cfc1fc471",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "77712771-a33b-409e-9b8f-7c3ae8f5fcdb": {
      "main": [
        [
          {
            "node": "f01ce179-5cb4-421b-983a-e13a17122efa",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "14c3111c-0c76-4139-a8e8-7f2f38b50d40": {
      "main": [
        [
          {
            "node": "2ac82e10-c64a-4994-943a-c7ddb8bbc378",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "c863d2cd-1e39-49c7-902e-7e2777cfc52f",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "c19e8e76-1a26-44f8-99b7-8a8141616f63": {
      "main": [
        [
          {
            "node": "5b1b24bd-b484-4e1b-a8d7-31854f338be8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c25a381c-6af5-46e7-8e46-1aeae7a249d8": {
      "main": [
        [
          {
            "node": "d03f0f27-bcf4-4095-acd5-89ec16a6bf17",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "77712771-a33b-409e-9b8f-7c3ae8f5fcdb",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model2": {
      "ai_languageModel": [
        [
          {
            "node": "14c3111c-0c76-4139-a8e8-7f2f38b50d40",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "97e3fa58-d1be-45a7-a5ef-50a9490cf998": {
      "main": [
        [
          {
            "node": "7dfc6e8e-5dd0-4578-a54a-f4fbc85e2a7a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d2ca10fa-5e96-4b1d-b13d-cf3df06e373c": {
      "main": [
        [
          {
            "node": "3b45856a-72a5-4668-a2e5-efe7fe491fd4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6d662051-eb85-432e-8f5a-70850e9e9725": {
      "main": [
        [
          {
            "node": "2de52cb2-a5fa-424c-9bdb-601b30907d01",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "36607337-b0aa-4d69-ad2c-4b4ae845d889": {
      "main": [
        [
          {
            "node": "5f976cb3-d511-49f5-97d7-2f14635b10e3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b6591020-b3f6-4b12-98ae-bf7b8b232efa": {
      "main": [
        [
          {
            "node": "f5d16a40-2011-43d8-9f22-764702c043ed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "bbb302de-89ea-4253-9497-3f26c7eaafeb": {
      "main": [
        [
          {
            "node": "bbd9930a-5ae9-4540-a80f-6688192438f5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a7e082d4-44cc-4364-bc1a-b135eb626358": {
      "main": [
        [
          {
            "node": "3f0fff1e-b16f-4a82-be42-38b8d331090f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c3fd71b2-5ac5-4ade-b11d-e253fb083a2e": {
      "ai_outputParser": [
        [
          {
            "node": "c863d2cd-1e39-49c7-902e-7e2777cfc52f",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "da4806e7-5c71-4299-9c04-1fdeec14c5a5": {
      "ai_outputParser": [
        [
          {
            "node": "77712771-a33b-409e-9b8f-7c3ae8f5fcdb",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "01ad80af-c90a-4102-84a6-dc5c023591e8": {
      "ai_outputParser": [
        [
          {
            "node": "14c3111c-0c76-4139-a8e8-7f2f38b50d40",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "ce7d878e-95ad-4379-8b33-521e8604216c": {
      "main": [
        [
          {
            "node": "b6591020-b3f6-4b12-98ae-bf7b8b232efa",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Preguntas frecuentes

¿Cómo usar este flujo de trabajo?

Copie el código de configuración JSON de arriba, cree un nuevo flujo de trabajo en su instancia de n8n y seleccione "Importar desde JSON", pegue la configuración y luego modifique la configuración de credenciales según sea necesario.

¿En qué escenarios es adecuado este flujo de trabajo?

Avanzado - Diseño, Bloques de construcción, Inteligencia Artificial

¿Es de pago?

Este flujo de trabajo es completamente gratuito, puede importarlo y usarlo directamente. Sin embargo, tenga en cuenta que los servicios de terceros utilizados en el flujo de trabajo (como la API de OpenAI) pueden requerir un pago por su cuenta.

Información del flujo de trabajo
Nivel de dificultad
Avanzado
Número de nodos43
Categoría3
Tipos de nodos13
Descripción de la dificultad

Adecuado para usuarios avanzados, flujos de trabajo complejos con 16+ nodos

Autor
jolonbankey

jolonbankey

@jolonbankey

automation consultant with over 5 years experience helping sales and marketing teams to streamline their processes

Enlaces externos
Ver en n8n.io

Compartir este flujo de trabajo

Categorías

Categorías: 34