Block 1 - Daily Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.3
This workflow is provided as-is. Please review and test before using in production.
Description This n8n workflow automatically publishes posts to Instagram Business accounts and Facebook Pages using Google Sheets as your content calendar. You schedule posts in the sheet, and n8n ...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.facebookgraphapi, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Dinakar Selvakumar.
Original n8n.io sourceThis n8n workflow automatically publishes posts to Instagram Business accounts and Facebook Pages using Google Sheets as your content calendar. You schedule posts in the sheet, and n8n processes them, uploads media (if any), posts via Meta’s Graph API, and updates the sheet with success/failure. n8n
Google Sheets rows marked “Pending” and due for publishing are picked up by a scheduled trigger. Posts are then routed to the proper social platforms and published via Meta’s Graph API. Finally, n8n writes back the publish status and timestamp to the sheet. n8n
1️⃣ Scheduled Trigger
The workflow automatically checks Google Sheets at fixed intervals (e.g., every 15 min) for posts that are ready (status = Pending, publish time reached).
2️⃣ Config & Credentials Store reusable settings including:
These configs make the workflow modular and secure.
3️⃣ Setup: Create a Meta (Facebook) App To post via the Graph API, you must first set up a Meta developer app:
🔗 Create App (Meta for Developers): Go here to start: https://developers.facebook.com/docs/development/create-an-app/
Steps:
📌 After creation, your app will have an App ID and App Secret in Settings → Basic — save both for n8n.
4️⃣ Link Accounts & Get IDs Before publishing you need:
Link them in Facebook Page settings → Linked Accounts.
Then, generate an access token with permissions (instagram_basic, pages_show_list, etc.) using the Graph API Explorer and your new Meta app.
From the token response or via Graph API calls, extract:
These go into your n8n nodes for publishing.
5️⃣ Fetch & Filter Posts Read rows from Google Sheets and filter those ready to publish (status = Pending, scheduled time reached).
6️⃣ Image Handling If an image link is present, download or retrieve it (Google Drive or external URL). If not, continue with a text-only post.
7️⃣ Platform Routing Route the post to:
8️⃣ Posting via Meta Graph API Instagram
9️⃣ Update Sheet Status After each attempt, update Google Sheets with:
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Schedule and auto-post images to Instagram with Google Sheets, Drive and AI captions |
|---|---|
| Complexity | advanced |
| Nodes | 23 |
| Categories | Social Media, Multimodal AI |
| Author | Dinakar Selvakumar |
| Published | 19 Dec 2025 |
Use the JSON export at /data/workflows/11964/11964.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Description This n8n workflow automatically publishes posts to Instagram Business accounts and Facebook Pages using Google Sheets as your content calendar. You schedule posts in the sheet, and n8n ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media, Multimodal AI use case.