YouTube Shorts + serveur MCP personnalisé

Avancé

Ceci est unDesign, Building Blocks, AIworkflow d'automatisation du domainecontenant 43 nœuds.Utilise principalement des nœuds comme If, Set, Wait, YouTube, Aggregate, combinant la technologie d'intelligence artificielle pour une automatisation intelligente. Génération automatique de YouTube Shorts à partir de contenu Reddit via un serveur MCP avec OpenAI

Prérequis
  • Peut nécessiter les informations d'identification d'authentification de l'API cible
  • Clé API OpenAI
Aperçu du workflow
Visualisation des connexions entre les nœuds, avec support du zoom et du déplacement
Exporter le workflow
Copiez la configuration JSON suivante dans n8n pour importer et utiliser ce workflow
{
  "id": "4JO672cSBR899QX3",
  "meta": {
    "instanceId": "636db6b6ab21a21c6458e2137f340e33dc3e49f5a1c560c8d1e2372c227cf40e",
    "templateCredsSetupCompleted": true
  },
  "name": " Youtube shorts + custom MCP server",
  "tags": [],
  "nodes": [
    {
      "id": "9194d540-0ab4-4270-b107-ef69ecd2edee",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        140,
        280
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "631009fb-bf8c-4de7-8888-af0206089c37",
      "name": "Client MCP",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        300,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "169ba7fb-a9ca-4066-9592-5ea29b2487d4",
      "name": "Agrégateur",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        -140,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "4809d849-ad08-4678-aa75-843cfc1fc471",
      "name": "Attente",
      "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": "Condition Si",
      "type": "n8n-nodes-base.if",
      "position": [
        1220,
        0
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "c3fd71b2-5ac5-4ade-b11d-e253fb083a2e",
      "name": "Analyseur de sortie structurée",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        440,
        220
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "d98e04bd-653a-4fed-a25e-c15e8a3b64ff",
      "name": "Note adhésive",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -840,
        -340
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c25a381c-6af5-46e7-8e46-1aeae7a249d8",
      "name": "Télécharger la vidéo",
      "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": "Partager sur YouTube",
      "type": "n8n-nodes-base.youTube",
      "disabled": true,
      "position": [
        1820,
        -100
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ce7d878e-95ad-4379-8b33-521e8604216c",
      "name": "Au clic sur 'Tester le workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -820,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c863d2cd-1e39-49c7-902e-7e2777cfc52f",
      "name": "Générer la vidéo",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        220,
        0
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "c19e8e76-1a26-44f8-99b7-8a8141616f63",
      "name": "Vérifier le statut de la vidéo",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1000,
        0
      ],
      "parameters": {},
      "retryOnFail": false,
      "typeVersion": 4.2,
      "alwaysOutputData": false
    },
    {
      "id": "f5d16a40-2011-43d8-9f22-764702c043ed",
      "name": "Mapper les champs",
      "type": "n8n-nodes-base.set",
      "position": [
        -340,
        20
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "b6591020-b3f6-4b12-98ae-bf7b8b232efa",
      "name": "Obtenir les meilleurs posts hebdomadaires",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        -560,
        20
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "f24f65a7-a9c6-4662-93ad-eab824be6f9e",
      "name": "OpenAI Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        140,
        1260
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "1dcda2d7-e65f-4d59-86aa-58d6f57105e1",
      "name": "Client MCP1",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        300,
        1380
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "03fc4379-228f-4ec2-8573-6fb14a780073",
      "name": "Agrégateur1",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        -140,
        1000
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f01ce179-5cb4-421b-983a-e13a17122efa",
      "name": "Attente1",
      "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": "Condition Si1",
      "type": "n8n-nodes-base.if",
      "position": [
        1220,
        980
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "da4806e7-5c71-4299-9c04-1fdeec14c5a5",
      "name": "Analyseur de sortie structurée1",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        440,
        1200
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "6d662051-eb85-432e-8f5a-70850e9e9725",
      "name": "Télécharger la vidéo1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1580,
        880
      ],
      "parameters": {},
      "retryOnFail": false,
      "typeVersion": 4.2,
      "alwaysOutputData": false
    },
    {
      "id": "2de52cb2-a5fa-424c-9bdb-601b30907d01",
      "name": "Partager sur YouTube1",
      "type": "n8n-nodes-base.youTube",
      "position": [
        1820,
        880
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "77712771-a33b-409e-9b8f-7c3ae8f5fcdb",
      "name": "Générer la vidéo1",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        220,
        980
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "97e3fa58-d1be-45a7-a5ef-50a9490cf998",
      "name": "Vérifier le statut de la vidéo1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1000,
        980
      ],
      "parameters": {},
      "retryOnFail": false,
      "typeVersion": 4.2,
      "alwaysOutputData": false
    },
    {
      "id": "bbd9930a-5ae9-4540-a80f-6688192438f5",
      "name": "Mapper les champs1",
      "type": "n8n-nodes-base.set",
      "position": [
        -340,
        1000
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "bbb302de-89ea-4253-9497-3f26c7eaafeb",
      "name": "Obtenir les meilleurs posts hebdomadaires1",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        -560,
        1000
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "ef8eb587-e1bd-4ca9-a132-125b38cc9b7e",
      "name": "Note adhésive1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -860,
        600
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "623953f3-791a-4840-bea6-1fc10946aed7",
      "name": "OpenAI Chat Model2",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        100,
        2320
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "06d7642a-19f9-4ac3-b4f9-93f6f952fa26",
      "name": "Client MCP2",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        260,
        2440
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "b7ce3ee6-c309-424c-89ad-5e65c61ae7b1",
      "name": "Agrégateur2",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        -180,
        2060
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "2ac82e10-c64a-4994-943a-c7ddb8bbc378",
      "name": "Attente2",
      "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": "Condition Si2",
      "type": "n8n-nodes-base.if",
      "position": [
        1180,
        2040
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "01ad80af-c90a-4102-84a6-dc5c023591e8",
      "name": "Analyseur de sortie structurée2",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        400,
        2260
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "36607337-b0aa-4d69-ad2c-4b4ae845d889",
      "name": "Télécharger la vidéo2",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1540,
        1940
      ],
      "parameters": {},
      "retryOnFail": false,
      "typeVersion": 4.2,
      "alwaysOutputData": false
    },
    {
      "id": "5f976cb3-d511-49f5-97d7-2f14635b10e3",
      "name": "Partager sur YouTube2",
      "type": "n8n-nodes-base.youTube",
      "position": [
        1780,
        1940
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "14c3111c-0c76-4139-a8e8-7f2f38b50d40",
      "name": "Générer la vidéo2",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        180,
        2040
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "d2ca10fa-5e96-4b1d-b13d-cf3df06e373c",
      "name": "Vérifier le statut de la vidéo2",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        960,
        2040
      ],
      "parameters": {},
      "retryOnFail": false,
      "typeVersion": 4.2,
      "alwaysOutputData": false
    },
    {
      "id": "3f0fff1e-b16f-4a82-be42-38b8d331090f",
      "name": "Mapper les champs2",
      "type": "n8n-nodes-base.set",
      "position": [
        -380,
        2060
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "a7e082d4-44cc-4364-bc1a-b135eb626358",
      "name": "Obtenir les meilleurs posts hebdomadaires2",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        -600,
        2060
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "801786e2-65d5-424e-96b5-d8b3c79f1ed3",
      "name": "Note adhésive2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -900,
        1660
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c5e53c76-0795-4350-9e83-03bb23bb4b04",
      "name": "Note adhésive4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2100,
        -140
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "4a020e02-0c5a-42e7-b217-fc76d2171bae",
      "name": "Note adhésive5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -840,
        -580
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "5423e146-e8ec-4cd4-8040-b9596eac6d29",
      "name": "Note adhésive6",
      "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
          }
        ]
      ]
    },
    "9194d540-0ab4-4270-b107-ef69ecd2edee": {
      "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
          }
        ]
      ]
    },
    "f24f65a7-a9c6-4662-93ad-eab824be6f9e": {
      "ai_languageModel": [
        [
          {
            "node": "77712771-a33b-409e-9b8f-7c3ae8f5fcdb",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "623953f3-791a-4840-bea6-1fc10946aed7": {
      "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
          }
        ]
      ]
    }
  }
}
Foire aux questions

Comment utiliser ce workflow ?

Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.

Dans quelles scénarios ce workflow est-il adapté ?

Avancé - Design, Blocs de construction, Intelligence Artificielle

Est-ce payant ?

Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.

Informations sur le workflow
Niveau de difficulté
Avancé
Nombre de nœuds43
Catégorie3
Types de nœuds13
Description de la difficulté

Adapté aux utilisateurs avancés, avec des workflows complexes contenant 16+ nœuds

Auteur
jolonbankey

jolonbankey

@jolonbankey

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

Liens externes
Voir sur n8n.io

Partager ce workflow

Catégories

Catégories: 34