Block 1 - Collect Media IDs
- Type / Role
- n8n-nodes-base.code - code
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow automates the creation and publishing of Instagram carousel posts by downloading images from Google Drive, uploading them to Cloudinary for hosting, and publishing them as a coord...
n8n-nodes-base.code, n8n-nodes-base.googledrive, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.splitinbatches, n8n-nodes-base.telegram, n8n-nodes-base.facebookgraphapi, n8n-nodes-base.manualtrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Robert Schröder.
Original n8n.io sourceThis n8n workflow automates the creation and publishing of Instagram carousel posts by downloading images from Google Drive, uploading them to Cloudinary for hosting, and publishing them as a coordinated carousel post via Facebook Graph API.
Handles multiple images for carousel posts automatically
Uses Cloudinary for reliable image hosting and delivery
Creates and publishes carousel posts via Facebook Graph API
Downloads images directly from Google Drive links
Sends success notifications after post publication
Continues workflow execution even if individual images fail Technical Workflow
Structures input data with image links and post content
Loops through multiple image URLs from Google Drive
Downloads each image from Google Drive
Uploads images to Cloudinary for public hosting
Creates Instagram media objects for each image
Collects all media IDs for carousel creation
Creates carousel post with all images and caption
Publishes the complete carousel to Instagram Notification: Sends Telegram confirmation message
Facebook Graph API credentials with Instagram Business permissions Google Drive API access for image downloads Cloudinary Account for image hosting Instagram Business Account connected to Facebook Telegram Bot for notifications
The workflow expects data with these fields:
Caption text for the post
Target Instagram business account
Google Drive links for carousel images
20s between carousel creation and 15s before publishing for API rate limits
Automatic upload to Cloudinary with preset configurations
Individual image failures won't stop the entire carousel creation Batch Processing: Processes all images simultaneously for efficiency
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 | Instagram carousel posts from Google Drive via Cloudinary with Telegram alerts |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Social Media, Multimodal AI |
| Author | Robert Schröder |
| Published | 19 Aug 2025 |
Use the JSON export at /data/workflows/7601/7601.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.
This n8n workflow automates the creation and publishing of Instagram carousel posts by downloading images from Google Drive, uploading them to Cloudinary for hosting, and publishing them as a coord...
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.