E-Mail-Erinnerung für LinkedIn-Beiträge

Fortgeschritten

Dies ist ein Content Creation, Multimodal AI-Bereich Automatisierungsworkflow mit 12 Nodes. Hauptsächlich werden EmailSend, GoogleDrive, HttpRequest, ChainLlm, GoogleDriveTrigger und andere Nodes verwendet. Automatisierte Erstellung von LinkedIn-Beiträgen aus Google-Drive-Bildern mit GPT-4o

Voraussetzungen
  • Google Drive API-Anmeldedaten
  • Möglicherweise sind Ziel-API-Anmeldedaten erforderlich
  • OpenAI API Key
Workflow-Vorschau
Visualisierung der Node-Verbindungen, mit Zoom und Pan
Workflow exportieren
Kopieren Sie die folgende JSON-Konfiguration und importieren Sie sie in n8n
{
  "id": "wNXLGEUAf3E3GOZs",
  "meta": {
    "instanceId": "8443f10082278c46aa5cf3acf8ff0f70061a2c58bce76efac814b16290845177",
    "templateCredsSetupCompleted": true
  },
  "name": "LinkedIn post email reminder",
  "tags": [],
  "nodes": [
    {
      "id": "4547649e-d584-4c42-8643-f59c5bbd9d9c",
      "name": "Google Drive Trigger1",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        -1040,
        688
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "d14c681d-b21a-446e-8775-5106afc63545",
      "name": "Google Drive Download1",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -816,
        688
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "a523eca2-5bca-4c38-8d1d-12e590b3972b",
      "name": "Basic LLM Kette",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -368,
        688
      ],
      "parameters": {},
      "typeVersion": 1.7
    },
    {
      "id": "a9a79e33-d245-4f9e-92dc-6d6a72f32fc2",
      "name": "Azure OpenAI-Chat-Modell",
      "type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
      "position": [
        -272,
        912
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "10135a69-1153-435c-88bb-44b5bea01517",
      "name": "Send email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        32,
        688
      ],
      "webhookId": "20066331-0f47-48ec-8ad5-77cb26504344",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "2ed417b5-9e35-416a-bbd0-404b5a9a0b7d",
      "name": "upload frames to cloudinary",
      "type": "n8n-nodes-base.httpRequest",
      "maxTries": 5,
      "position": [
        -592,
        688
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 4.2
    },
    {
      "id": "7bed50ea-3f49-454e-b0b1-0c25d0a3aabc",
      "name": "Haftnotiz",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1216,
        368
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "47d58bf4-1e11-4dc8-89a3-e75b9caec48a",
      "name": "Haftnotiz1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -960,
        848
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "410353a8-359b-4909-8eb9-5a094c1cb4cf",
      "name": "Haftnotiz2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -768,
        256
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "9eb12f4f-2190-4de6-9744-d2686012a3d0",
      "name": "Haftnotiz3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -352,
        176
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "2b773a8c-40b6-4aa1-bfec-fc6893e3afa6",
      "name": "Haftnotiz4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -512,
        960
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "fa1fb93d-6a4a-4a2f-b5c7-ff3eafa23c49",
      "name": "Haftnotiz5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        16,
        848
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "65f0a0e4-0f2b-42bf-bb41-d44d196e3f44",
  "connections": {
    "Basic LLM Chain": {
      "main": [
        [
          {
            "node": "10135a69-1153-435c-88bb-44b5bea01517",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4547649e-d584-4c42-8643-f59c5bbd9d9c": {
      "main": [
        [
          {
            "node": "d14c681d-b21a-446e-8775-5106afc63545",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d14c681d-b21a-446e-8775-5106afc63545": {
      "main": [
        [
          {
            "node": "2ed417b5-9e35-416a-bbd0-404b5a9a0b7d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Azure OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "2ed417b5-9e35-416a-bbd0-404b5a9a0b7d": {
      "main": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Häufig gestellte Fragen

Wie verwende ich diesen Workflow?

Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.

Für welche Szenarien ist dieser Workflow geeignet?

Fortgeschritten - Content-Erstellung, Multimodales KI

Ist es kostenpflichtig?

Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.

Workflow-Informationen
Schwierigkeitsgrad
Fortgeschritten
Anzahl der Nodes12
Kategorie2
Node-Typen7
Schwierigkeitsbeschreibung

Für erfahrene Benutzer, mittelkomplexe Workflows mit 6-15 Nodes

Autor
Rahul Joshi

Rahul Joshi

@rahul08

Rahul Joshi is a seasoned technology leader specializing in the n8n automation tool and AI-driven workflow automation. With deep expertise in building open-source workflow automation and self-hosted automation platforms, he helps organizations eliminate manual processes through intelligent n8n ai agent automation solutions.

Externe Links
Auf n8n.io ansehen

Diesen Workflow teilen

Kategorien

Kategorien: 34