This workflow follows the Agent → Google Sheets 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 →
{
"name": "Create a Linkedin Post",
"nodes": [
{
"parameters": {
"method": "POST",
"url": "https://router.huggingface.co/hf-inference/models/stabilityai/stable-diffusion-3.5-large",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer <HF_TOKEN>"
},
{
"name": "Content-Type",
"value": "application/json"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "inputs",
"value": "=create an image about '{{ $json.data }}'"
}
]
},
"options": {
"response": {
"response": {
"responseFormat": "file",
"outputPropertyName": "./lighthouse.jpeg"
}
}
}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
360,
-60
],
"id": "d0e71222-a6b7-4ddf-82c0-da658e2e6a77",
"name": "HTTP Request"
},
{
"parameters": {
"promptType": "define",
"text": "=create a content min 100 words about this '{{ $json.data }}' topic'\nit should be educational",
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 1.7,
"position": [
360,
140
],
"id": "c44f773d-4f8a-46b3-a603-51233d18e73a",
"name": "AI Agent"
},
{
"parameters": {
"modelName": "models/gemini-2.0-flash",
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"typeVersion": 1,
"position": [
360,
360
],
"id": "ee64816d-dd57-4f20-a609-8b09bb5e5c1b",
"name": "Google Gemini Chat Model",
"credentials": {
"googlePalmApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"person": "-HtNhNKSsE",
"text": "={{ $json.output }}",
"shareMediaCategory": "IMAGE",
"binaryPropertyName": "={{ Object.keys($binary).join(',') }}",
"additionalFields": {}
},
"type": "n8n-nodes-base.linkedIn",
"typeVersion": 1,
"position": [
940,
140
],
"id": "633acc1c-fadc-43ff-90b4-4a3249bf4050",
"name": "LinkedIn",
"credentials": {
"linkedInOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"mode": "combine",
"combineBy": "combineAll",
"options": {}
},
"type": "n8n-nodes-base.merge",
"typeVersion": 3,
"position": [
740,
140
],
"id": "9419c9ff-bd9a-4789-9e5b-3e546850b30a",
"name": "Merge"
},
{
"parameters": {
"documentId": {
"__rl": true,
"value": "1_X9Awr9ZghSgXCFx6YosYnsPhyxMxh8js68YzQeOK3k",
"mode": "list",
"cachedResultName": "new-technologies",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1_X9Awr9ZghSgXCFx6YosYnsPhyxMxh8js68YzQeOK3k/edit?usp=drivesdk"
},
"sheetName": {
"__rl": true,
"value": "gid=0",
"mode": "list",
"cachedResultName": "Sayfa1",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1_X9Awr9ZghSgXCFx6YosYnsPhyxMxh8js68YzQeOK3k/edit#gid=0"
},
"options": {
"dataLocationOnSheet": {
"values": {
"rangeDefinition": "specifyRangeA1",
"range": "1:2"
}
}
}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.5,
"position": [
120,
140
],
"id": "cd1bbf3b-eda6-4997-b96e-caf3a090abd9",
"name": "Google Sheets",
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
-160,
140
],
"id": "c0f93bbf-8271-405f-945b-31f4649e0116",
"name": "When clicking \u2018Test workflow\u2019"
},
{
"parameters": {
"operation": "delete",
"documentId": {
"__rl": true,
"value": "1_X9Awr9ZghSgXCFx6YosYnsPhyxMxh8js68YzQeOK3k",
"mode": "list",
"cachedResultName": "new-technologies",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1_X9Awr9ZghSgXCFx6YosYnsPhyxMxh8js68YzQeOK3k/edit?usp=drivesdk"
},
"sheetName": {
"__rl": true,
"value": "gid=0",
"mode": "list",
"cachedResultName": "Sayfa1",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1_X9Awr9ZghSgXCFx6YosYnsPhyxMxh8js68YzQeOK3k/edit#gid=0"
}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.5,
"position": [
1140,
140
],
"id": "6a6652c4-4a46-4916-9524-44f14a28b012",
"name": "Google Sheets1",
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
}
}
],
"connections": {
"HTTP Request": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 0
}
]
]
},
"Google Gemini Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"AI Agent": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 1
}
]
]
},
"Merge": {
"main": [
[
{
"node": "LinkedIn",
"type": "main",
"index": 0
}
]
]
},
"LinkedIn": {
"main": [
[
{
"node": "Google Sheets1",
"type": "main",
"index": 0
}
]
]
},
"When clicking \u2018Test workflow\u2019": {
"main": [
[
{
"node": "Google Sheets",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
},
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "a9a6bfbe-698b-49e2-9ffe-a36ad0c9006d",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "aCDedBrThUG8Rqyv",
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
googlePalmApigoogleSheetsOAuth2ApilinkedInOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Create a Linkedin Post. Uses httpRequest, agent, lmChatGoogleGemini, linkedIn. Event-driven trigger; 8 nodes.
Source: https://gist.github.com/omergocmen/98b1e1d165b2513ed0ca79be6d93ae83 — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow is designed for marketers, content creators, agencies, and solo founders who want to publish long‑form posts with visuals on autopilot using n8n and AI agents.
This workflow automates content syndication and posting to LinkedIn and X/Twitter. It takes existing long-form articles and generates from them engaging social posts optimized for each platform.
How it works: This end-to-end workflow automates your personal or brand content strategy by: 🧠 Using Google Gemini or OpenAI to generate engaging LinkedIn/X content from a title or trending posts. 🗓️
This workflow creates a multi-talented AI assistant named Simran that interacts with users via Telegram. It can handle text and voice messages, understand the user's intent, and perform various tasks.
This project is a template for building a complete academic virtual assistant using n8n. It connects to Telegram, answers frequently asked questions by querying MongoDB, keeps the community informed a