⬇️ Download workflow.json
Archivo detectado: wf-11459.json
What This Workflow Does
This n8n workflow automates AI-powered image generation by combining OpenAI’s GPT-4 image capabilities with Google Drive storage and Slack notifications. Users input text prompts describing desired images, and the system automatically generates high-quality AI images, saves them to Google Drive, and sends notifications through Slack.
How It Works
The workflow operates through the following process:
- A manual trigger initiates the workflow when a user provides an image prompt
- The prompt is processed through OpenAI’s image generation model
- Generated images are converted to file format for storage
- Files are automatically uploaded to Google Drive for organization and backup
- Slack notifications alert team members when new images are ready
- HTTP requests handle API communication between services
Use Cases
- Marketing teams generating product mockups and promotional images on demand
- Content creators producing blog post illustrations and social media graphics
- Design agencies creating multiple design variations quickly for client presentations
- E-commerce businesses generating product images from descriptions
- Educational institutions creating visual aids and learning materials
Nodes Used
- manualTrigger – Initiates workflow execution
- @n8n/lmChatOpenRouter – Processes text prompts through language models
- @n8n/agent – Manages AI agent operations and routing
- httpRequest – Handles API calls to external services
- convertToFile – Transforms image data into file format
- googleDrive – Uploads and stores generated images
- slack – Sends team notifications
- set – Configures workflow variables and parameters
- stickyNote – Provides inline documentation
Prerequisites
- Active n8n instance or cloud account
- OpenAI API key with image generation permissions
- Google Drive account with API access enabled
- Slack workspace with bot integration permissions
- Basic understanding of workflow automation
Difficulty Level
Intermediate – This workflow requires API configuration knowledge and familiarity with multiple third-party services. Users should be comfortable setting up authentication credentials and understanding basic automation logic.
This workflow template is shared under the n8n fair-code license. Free to use and modify.
Leave a Reply