This workflow follows the Google Sheets → HTTP Request 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": "Social Media Post Scheduler",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 30
}
]
}
},
"id": "6210fd96-1ccd-4345-83de-6734ce679c19",
"name": "Every 30 min",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
260,
300
]
},
{
"parameters": {
"operation": "read"
},
"id": "d1ee66a6-9ca0-42dd-a6c2-3b6d836f5845",
"name": "Read Content Calendar",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.5,
"position": [
560,
300
],
"notes": "Assign Google Sheets credentials; point to your calendar sheet."
},
{
"parameters": {
"conditions": {
"conditions": [
{
"id": "5cc6e22b-cf5c-4b1e-ad60-6ec5c2b6ff06",
"leftValue": "={{ $json.status }}",
"rightValue": "scheduled",
"operator": {
"type": "string",
"operation": "equals"
}
}
]
}
},
"id": "7732464a-07ed-479b-947d-0e7783b6f106",
"name": "Due Now?",
"type": "n8n-nodes-base.if",
"typeVersion": 2.2,
"position": [
860,
300
]
},
{
"parameters": {
"method": "POST",
"url": "={{ $json.platformEndpoint }}",
"sendBody": true
},
"id": "7b794f3c-3da9-4c1e-903d-3d1a86d4459c",
"name": "Publish Post",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
1160,
300
],
"notes": "Swap for native LinkedIn/X nodes or keep as a generic API call."
},
{
"parameters": {
"operation": "update"
},
"id": "b6d2d287-c8e0-498e-8b72-4ab65114eeb5",
"name": "Mark Published",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.5,
"position": [
260,
520
]
}
],
"connections": {
"Every 30 min": {
"main": [
[
{
"node": "Read Content Calendar",
"type": "main",
"index": 0
}
]
]
},
"Read Content Calendar": {
"main": [
[
{
"node": "Due Now?",
"type": "main",
"index": 0
}
]
]
},
"Due Now?": {
"main": [
[
{
"node": "Publish Post",
"type": "main",
"index": 0
}
]
]
},
"Publish Post": {
"main": [
[
{
"node": "Mark Published",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Social Media Post Scheduler. Uses googleSheets, httpRequest. Scheduled trigger; 5 nodes.
Source: https://github.com/Kr8thor/n8n-templates/blob/main/workflows/social-media-post-scheduler.json — 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.
Complaint Triage Orchestrator (S2.3). Uses httpRequest, googleSheets. Scheduled trigger; 65 nodes.
This workflow automates video distribution to 9 social platforms simultaneously using Blotato's API. It includes both a scheduled publisher (checks Google Sheets for videos marked "Ready") and a subwo
YogiAI. Uses googleSheets, googleSheetsTool, httpRequest, stopAndError. Scheduled trigger; 61 nodes.
This workflow monitors Google Calendar for events indicating that a customer will visit the company today or the next day, retrieves the required details, and sends reminder notifications to the relev
ofn hook v0.24.0 beta. Uses start, httpRequest, functionItem, itemLists. Scheduled trigger; 42 nodes.