Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Description 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 "Read...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.googlesheets, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.executeworkflow, n8n-nodes-base.noop
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Anthony.
Original n8n.io sourceThis 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 subworkflow (can be called from other workflows). Perfect for creators and marketers who want to eliminate manual posting across Instagram, YouTube, TikTok, Facebook, LinkedIn, Threads, Twitter, Bluesky, and Pinterest.
> 💡 Tip: The subworkflow can be called from ANY workflow - great for posting videos generated by AI workflows, webhook triggers, or manual forms.
Estimated Setup Time: 20-25 minutes
Update Social IDs:
{
"instagram_id": "YOUR_ID",
"youtube_id": "YOUR_ID",
"tiktok_id": "YOUR_ID",
...
}
Create Data Table:
service and tokenblotato, token = YOUR_API_KEYSet Up Google Sheet:
URL VIDEO, ReadyToPost, Description, Titre (Title)ReadyToPost to "Ready" for videos you want to postConnect Your Sheet:
> ⚙️ Pro Tip: If you don't need the scheduled version, just use the subworkflow and call it from other workflows.
⚠️ Two Workflows in One File:
⚠️ Data Table vs. Hardcoding:
⚠️ Why Use the Subworkflow?
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.
Showing the first 24 of 64 workflow blocks. Download the JSON for the full node graph.
| Workflow | Publishing videos across multiple platforms with Blotato (Instagram, YouTube) |
|---|---|
| Complexity | advanced |
| Nodes | 64 |
| Categories | Social Media |
| Author | Anthony |
| Published | 29 Oct 2025 |
Use the JSON export at /data/workflows/10298/10298.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 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 "Read...
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 use case.