AutomationFlowsAI & RAG › Auto-generate Linkedin Posts From Google Drive Images Using Gpt-4o

Auto-generate Linkedin Posts From Google Drive Images Using Gpt-4o

ByRahul Joshi @rahul08 on n8n.io

Description:

Event trigger★★★★☆ complexityAI-powered12 nodesGoogle Drive TriggerGoogle DriveChain LlmLm Chat Azure Open AiEmail SendHTTP Request
AI & RAG Trigger: Event Nodes: 12 Complexity: ★★★★☆ AI nodes: yes Added:

This workflow corresponds to n8n.io template #7053 — we link there as the canonical source.

This workflow follows the Chainllm → Emailsend recipe pattern — see all workflows that pair these two integrations.

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 →

Download .json
{
  "id": "wNXLGEUAf3E3GOZs",
  "meta": {
    "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 Chain",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -368,
        688
      ],
      "parameters": {},
      "typeVersion": 1.7
    },
    {
      "id": "a9a79e33-d245-4f9e-92dc-6d6a72f32fc2",
      "name": "Azure OpenAI Chat Model",
      "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
      ],
      "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": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1216,
        368
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "47d58bf4-1e11-4dc8-89a3-e75b9caec48a",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -960,
        848
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "410353a8-359b-4909-8eb9-5a094c1cb4cf",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -768,
        256
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "9eb12f4f-2190-4de6-9744-d2686012a3d0",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -352,
        176
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "2b773a8c-40b6-4aa1-bfec-fc6893e3afa6",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -512,
        960
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "fa1fb93d-6a4a-4a2f-b5c7-ff3eafa23c49",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        16,
        848
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "65f0a0e4-0f2b-42bf-bb41-d44d196e3f44",
  "connections": {
    "Basic LLM Chain": {
      "main": [
        [
          {
            "node": "Send email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive Trigger1": {
      "main": [
        [
          {
            "node": "Google Drive Download1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive Download1": {
      "main": [
        [
          {
            "node": "upload frames to cloudinary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Azure OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "upload frames to cloudinary": {
      "main": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Description:

Source: https://n8n.io/workflows/7053/ — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

Description

Chain Llm, Lm Chat Azure Open Ai, Email Send +3
AI & RAG

This n8n template demonstrates how to automate YouTube content repurposing using AI. Upload a video to Google Drive and automatically generate transcriptions, A/B testable titles, AI thumbnails, short

Airtable, Google Drive Trigger, OpenAI +5
AI & RAG

Awesome N8N Templates. Uses notion, lmChatOpenAi, outputParserStructured, chainLlm. Event-driven trigger; 36 nodes.

Notion, OpenAI Chat, Output Parser Structured +8
AI & RAG

This workflow is designed for finance professionals, accountants, small business owners in Colombia, or anyone needing to automate the extraction of invoice data and its entry into Google Sheets. It's

Lm Chat Azure Open Ai, Output Parser Structured, Google Drive Trigger +3
AI & RAG

How it works Downloads markdown documents from a Google Drive folder containing private information, uses the Ollama model to identify and extract sensitive data, and stores the sanitized text in a si

HTTP Request, Google Drive, Chain Llm +3