Automate LinkedIn Posts with AI

Automate your LinkedIn content creation and publishing by leveraging AI with this powerful workflow. This n8n automation connects LinkedIn, OpenAI, and Notion to streamline your social media presence. A Schedule Trigger initiates the process daily, querying your Notion database for today's scheduled posts. For each post, the workflow fetches all content from its Notion page, including text blocks and an image URL, then uses OpenAI to reformat the post text for optimal engagement. The workflow then combines the rephrased text and fetched image, publishing the complete post directly to LinkedIn. Finally, it updates the post's status in Notion to "Done," ensuring your content calendar remains accurate. This workflow is ideal for content creators, marketers, and businesses looking to maintain a consistent and engaging LinkedIn presence without manual effort, saving significant time on content preparation and publishing while ensuring high-quality, AI-enhanced posts.

11 nodesschedule trigger73 views0 copiesProductivity
LinkedInOpenAINotion

Workflow JSON

{"id": "mb2MU4xOaT3NrvqN", "meta": {"instanceId": "e7a28cc5c8c9de1976820e0f309940cf456344d9daf5360a4975186f3d8a107f", "templateCredsSetupCompleted": true}, "name": "Automate LinkedIn Posts with AI", "tags": [], "nodes": [{"id": "7e8ec5cc-0216-4897-8a40-c44f9bbe5a9b", "name": "Schedule Trigger", "type": "n8n-nodes-base.scheduleTrigger", "position": [580, 540], "parameters": {"rule": {"interval": [{"triggerAtHour": 15}]}}, "typeVersion": 1.2}, {"id": "dbde804d-9c84-4023-9e05-7506cd38a460", "name": "Sticky Note1", "type": "n8n-nodes-base.stickyNote", "position": [760, 225.26841303066982], "parameters": {"color": 6, "width": 652.1201853643956, "height": 542.0867486896091, "content": "## Fetch the day's post from my Notion database\nA Notion _\"database\"_ is just a table on a Notion Page.\nThis table will have various rows, for which a minimum of three columns are required:\n- Name\n- Status\n- Date\n\nThe Date column is the most important, which will dictate when that row from your Notion table containing the text should be posted.\n\nNOTE: each post is required to have a copy and pasted image!"}, "typeVersion": 1}, {"id": "95205e81-e28d-48f9-b3fb-bcf361f7799e", "name": "Sticky Note", "type": "n8n-nodes-base.stickyNote", "position": [1520, 220], "parameters": {"width": 860.9829802912225, "height": 540.7357881640437, "content": "## Format Post\nSend the post to OpenAI, where it will attempt to ask your assistant how to take the incoming blob of text, and soup it up into something more palpable for LinkedIn engagement."}, "typeVersion": 1}, {"id": "4bc2a550-a8ad-4b25-ac53-01413277e068", "name": "Set post status to \"Done\"", "type": "n8n-nodes-base.notion", "position": [2760, 540], "parameters": {"pageId": {"__rl": true, "mode": "url", "value": "={{ $('query entries from Notion table for today').item.json.url }}"}, "options": {}, "resource": "databasePage", "operation": "update", "propertiesUi": {"propertyValues": [{"key": "Status|status", "statusValue": "Done"}]}}, "credentials": {"notionApi": {"id": "", "name": "[Your notionApi]"}}, "typeVersion": 2.2}, {"id": "31116f06-72ca-4219-9575-8efaefbff24b", "name": "Post on LinkedIn", "type": "n8n-nodes-base.linkedIn", "position": [2500, 540], "parameters": {"text": "={{ $json.output }}", "person": "_RmSSZc0jB", "additionalFields": {}, "shareMediaCategory": "IMAGE"}, "credentials": {"linkedInOAuth2Api": {"id": "", "name": "[Your linkedInOAuth2Api]"}}, "typeVersion": 1}, {"id": "1bf0540d-a180-457a-a7d7-fb74c8119a52", "name": "Combine text+image", "type": "n8n-nodes-base.merge", "position": [2100, 540], "parameters": {"mode": "combine", "options": {}, "combinationMode": "mergeByPosition"}, "typeVersion": 2.1}, {"id": "f1fdf6f7-a75c-451b-8bce-ea581b4b6197", "name": "Fetch image from post", "type": "n8n-nodes-base.httpRequest", "position": [1640, 620], "parameters": {"url": "={{ $json.url[0] }}", "options": {}}, "typeVersion": 4.2}, {"id": "00e2bbcb-bac0-4a7e-9892-59f41a26ce9d", "name": "Reformat Post Text", "type": "@n8n/n8n-nodes-langchain.openAi", "position": [1620, 440], "parameters": {"text": "=Thank you kindly for your help, please refer to the following LinkedIn post, and output a reformatted version employing thoroughly thought-out paragraph breaks, and lists if present:\n```\n{{ $json.content.join(\" \") }}\n```", "prompt": "define", "options": {}, "resource": "assistant", "assistantId": {"__rl": true, "mode": "list", "value": "asst_J1KuOx5wTLrjEHuy5q94jEgh", "cachedResultName": "LinkedIn Post Reviewer"}}, "credentials": {"openAiApi": {"id": "", "name": "[Your openAiApi]"}}, "typeVersion": 1.3}, {"id": "119d7fc7-ed62-4a73-916e-8baf19ab1d86", "name": "get all content from post page", "type": "n8n-nodes-base.notion", "position": [1020, 540], "parameters": {"blockId": {"__rl": true, "mode": "url", "value": "={{ $json.url }}"}, "resource": "block", "operation": "getAll", "returnAll": true}, "credentials": {"notionApi": {"id": "", "name": "[Your notionApi]"}}, "typeVersion": 2.2}, {"id": "461d4dd2-a91a-4219-bd20-6dd3398d4274", "name": "Pull together all text blocks + image", "type": "n8n-nodes-base.aggregate", "position": [1240, 540], "parameters": {"options": {}, "fieldsToAggregate": {"fieldToAggregate": [{"fieldToAggregate": "content"}, {"fieldToAggregate": "image.file.url"}]}}, "typeVersion": 1}, {"id": "72052eec-c180-4da5-ba15-1a69a7ce6892", "name": "query entries from Notion table for today", "type": "n8n-nodes-base.notion", "position": [800, 540], "parameters": {"filters": {"conditions": [{"key": "Date|date", "date": "={{ $today.format(\"yyyy/mM/dd\") }}", "condition": "equals"}]}, "options": {}, "resource": "databasePage", "operation": "getAll", "databaseId": {"__rl": true, "mode": "list", "value": "9aba7f55-a7de-4329-9d5b-6d127937fa49", "cachedResultUrl": "https://www.notion.so/9aba7f55a7de43299d5b6d127937fa49", "cachedResultName": "LinkedIn Posts example"}, "filterType": "manual"}, "credentials": {"notionApi": {"id": "", "name": "[Your notionApi]"}}, "typeVersion": 2.2}], "active": true, "pinData": {}, "settings": {"executionOrder": "v1"}, "versionId": "35f9b7b6-0e60-495f-826d-af7040e7de1f", "connections": {"Post on LinkedIn": {"main": [[{"node": "Set post status to \"Done\"", "type": "main", "index": 0}]]}, "Schedule Trigger": {"main": [[{"node": "query entries from Notion table for today", "type": "main", "index": 0}]]}, "Combine text+image": {"main": [[{"node": "Post on LinkedIn", "type": "main", "index": 0}]]}, "Reformat Post Text": {"main": [[{"node": "Combine text+image", "type": "main", "index": 0}]]}, "Fetch image from post": {"main": [[{"node": "Combine text+image", "type": "main", "index": 1}]]}, "get all content from post page": {"main": [[{"node": "Pull together all text blocks + image", "type": "main", "index": 0}]]}, "Pull together all text blocks + image": {"main": [[{"node": "Fetch image from post", "type": "main", "index": 0}, {"node": "Reformat Post Text", "type": "main", "index": 0}]]}, "query entries from Notion table for today": {"main": [[{"node": "get all content from post page", "type": "main", "index": 0}]]}}}

How to Import This Workflow

  1. 1Copy the workflow JSON above using the Copy Workflow JSON button.
  2. 2Open your n8n instance and go to Workflows.
  3. 3Click Import from JSON and paste the copied workflow.

Don't have an n8n instance? Start your free trial at n8nautomation.cloud

Related Templates

Auto-create TikTok videos with VEED.io AI avatars, ElevenLabs & GPT-4

Automate the creation and distribution of trending TikTok videos using AI avatars. This workflow connects Telegram, Perplexity, OpenAI, ElevenLabs, VEED.io, and BLOTATO to generate scripts, synthesize voice, create video, and publish across multiple social platforms. Content creators and marketers can rapidly produce engaging short-form video content without manual editing.

35 nodes

OpenClaw Clone 🦞: Expandable Personal Telegram AI Agent Template

Create your own expandable personal AI agent within Telegram, powered by OpenClaw. This workflow connects Telegram for message input, OpenAI for transcription and AI processing, Google Gemini for advanced chat, and FTP for image handling, all while utilizing Postgres for chat memory.

86 nodes

Create childrens AI story videos from drawings and auto-publish to YouTube with Blotato

💥 From Drawing to Story: Auto-Publish AI Video to YouTube with Blotato Overview Transform a hand-drawn character sketch into a fully animated, narrated video story — automatically. This 3-part pipeline uses Claude AI, image generation, and video synthesis to go from a simple drawing to a publish-ready video, with no manual editing required. Perfect for: indie creators, educators, storytellers, and anyone who wants to bring hand-drawn characters to life at scale. How It Works Part 1 — From Drawing to Story: Bringing Characters to Life A form submission triggers the workflow with an uploaded drawing The image is analyzed by Claude AI to extract characters and traits Character images are generated via Nano Banana (image generation API) A full story is written by Claude AI, split into scenes, and passed to Part 2 Part 2 — From Characters to Scenes: Rendering the Visual Story Character images are downloaded and converted to Base64 references Scene images are generated using Nano Banana with character consistency Scene image URLs are mapped and the video pipeline is triggered Part 3 — From Scenes to Screen: Video, Narration & Final Render Video prompts and narration context are generated by Claude AI Videos are generated via AtlasCloud (Kling Pro 3.0) with polling loop Narration audio is created with ElevenLabs and uploaded Shotstack assembles the final video with audio sync Final video is published to YouTube (and optionally TikTok) > ⚠️ Important — Workflow Structure > > This template is split into 3 separate workflows. > Each part must be imported and deployed in its own workflow in n8n. > > 📺 Watch the step-by-step tutorial to set everything up correctly: > > @youtube Requirements Credentials needed Blotato API credentials (YouTube/TikTok publishing) AtlasCloud API (Kling Pro 3.0 video generation) Anthropic API key (Claude AI for story & prompts) ElevenLabs API key (narration audio) Shotstack API key (video assembly) Nano Banana API key (image generation) Setup steps Configure credentials for each service above in n8n Set up a form trigger with a file upload field for the drawing Deploy the 3 workflows in order and connect them via webhooks Run a test submission with a simple sketch to validate the full pipeline 🎥 Watch This Tutorial 👋 Need help or want to customize this? 📩 Contact: LinkedIn 📺 YouTube: @DRFIRASS 🚀 Workshops: Mes Ateliers n8n Need help customizing? Contact me for consulting and support : Linkedin / Youtube / 🚀 Mes Ateliers n8n

71 nodes

Ready to automate with n8n?

Get affordable managed n8n hosting with 24/7 support.