Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
Automatically upload your Instagram videos to YouTube with configurable time gaps between each upload, using n8n Tables for deduplication. How it works 1. Fetches recent Instagram posts via the Met...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.splitout, n8n-nodes-base.filter, n8n-nodes-base.splitinbatches, n8n-nodes-base.datatable, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Lucio.
Original n8n.io sourceAutomatically upload your Instagram videos to YouTube with configurable time gaps between each upload, using n8n Tables for deduplication.
Time estimate: 10-15 minutes
postId and youtubeIdDetailed setup instructions and configuration options are documented in the sticky notes inside the workflow.
| Field | Type | Purpose |
|---|---|---|
postId |
String | Stores the Instagram post ID to prevent re-uploading |
youtubeId |
String | Stores the resulting YouTube video ID for reference |
How to create:
postId (text) and youtubeId (text)Edit the Configuration node to customize:
{
"includeSourceLink": true, // Include Instagram link in description
"waitTimeoutSeconds": 900, // Delay between uploads (900 = 15 min)
"maxTitleLength": 100, // Maximum YouTube title length
"categoryId": "24", // YouTube category (24 = Entertainment)
"privacyStatus": "public", // public, private, or unlisted
"notifySubscribers": false, // Send notifications to subscribers
"defaultLanguage": "en", // Video language code
"ageRestricted": false // Mark as 18+ content
}
| Setting | Default | Description |
|---|---|---|
includeSourceLink |
true |
Set to false if your YouTube account can't add external links (unverified accounts) |
waitTimeoutSeconds |
900 |
Gap between uploads in seconds. 900 = 15 minutes, 3600 = 1 hour |
ageRestricted |
false |
Set to true if your content is for mature audiences (18+) |
notifySubscribers |
false |
Set to true to notify subscribers on each upload |
| ID | Category |
|---|---|
| 1 | Film & Animation |
| 10 | Music |
| 17 | Sports |
| 20 | Gaming |
| 22 | People & Blogs |
| 23 | Comedy |
| 24 | Entertainment |
| 25 | News & Politics |
| 27 | Education |
| 28 | Science & Technology |
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 | Batch upload Instagram Reels to YouTube with scheduled delays |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Social Media, Multimodal AI |
| Author | Lucio |
| Published | 17 Jan 2026 |
Use the JSON export at /data/workflows/12773/12773.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.
Automatically upload your Instagram videos to YouTube with configurable time gaps between each upload, using n8n Tables for deduplication. How it works 1. Fetches recent Instagram posts via the Met...
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.