Block 1 - Google Drive Trigger
- Type / Role
- n8n-nodes-base.googleDriveTrigger - googleDriveTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This n8n template demonstrates a complete AI driven content pipeline for social media. It automatically generates captions and hashtags for new product images, collects human approval via Telegram,...
n8n-nodes-base.googledrivetrigger, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.twitter, n8n-nodes-base.stickynote, n8n-nodes-base.googledrive, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.telegram
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ketan Sharma.
Original n8n.io sourceThis n8n template demonstrates a complete AI-driven content pipeline for social media. It automatically generates captions and hashtags for new product images, collects human approval via Telegram, and publishes approved content to Twitter. It’s ideal for marketers, e-commerce businesses, and creators who want to speed up content creation while keeping human oversight.
Trigger: The workflow starts when a new file is added to a specific Google Drive folder.
File Analysis: The image is processed to extract product information.
AI Captioning: Gemini generates a caption and five relevant hashtags based on the product.
Telegram Approval: The image, caption, and hashtags are sent to the user for approval.
✅ If approved → The content is posted to Twitter and a confirmation is sent back via Telegram.
🔄 If regenerate → Gemini creates a new caption and hashtags, and the approval loop repeats.
❌ If discard → A message is sent on Telegram and the workflow ends.
Google Drive account
Gemini API credentials for captioning and hashtags
Telegram bot for approvals
Twitter Developer Account with API credentials
Swap Google Drive with Dropbox, Notion, or Airtable as the content source.
Extend publishing to LinkedIn, Instagram, or multiple platforms.
Add multi-user approval flows in Telegram for team-based decisions.
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 | Generate social media captions for product images with Gemini AI and Telegram approval |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Social Media, AI Chatbot |
| Author | Ketan Sharma |
| Published | 18 Sept 2025 |
Use the JSON export at /data/workflows/8731/8731.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 template demonstrates a complete AI driven content pipeline for social media. It automatically generates captions and hashtags for new product images, collects human approval via Telegram,...
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, AI Chatbot use case.