Deploy this powerful n8n workflow to automate DALL-E image generation via Telegram prompts, instantly logging results to Google Sheets. Learn how this n8n template streamlines AI resource management.
Download this n8n workflow template and start using it instantly.
This sophisticated automation provides a seamless and documented way to interact with OpenAI’s DALL-E model directly through a Telegram interface. When a user sends a prompt, the n8n workflow immediately captures the request. It addresses the challenge of providing instant, custom AI output while maintaining a detailed record of usage.
This specific n8n workflow not only generates the image but also ensures data persistence by logging the generated image URL and the revised prompt into a Google Sheet. Utilizing this n8n template saves time and provides valuable accountability for AI resource usage. Every n8n node is configured for maximum efficiency, offering a robust solution built entirely within n8n.
The entire process is a three-step automated sequence initiated by a single n8n trigger:
Document ID and Sheet Name within the Google Sheets n8n node to point to your specific logging spreadsheet. Telegram Trigger
Function: Acts as the starting n8n trigger, initiating the automation when a new message is received.
Key Configuration: Listens for message updates.
OpenAI n8n node
Function: Generates an image using the DALL-E model based on the user's message text.
Key Configuration: Resource: Image; Prompt: {{ $json.message.text }}; Size: 1024x1024; Return Image Urls: true.
Google Sheets n8n node
Function: Logs the generated image metadata (URL and prompt) into a specified spreadsheet.
Key Configuration: Operation: Append; Maps Image URL ({{ $json.url }}) to 'Image title' and Revised Prompt ({{ $json.revised_prompt }}) to 'Image description'.
Telegram n8n node
Function: Sends the generated image back to the user via Telegram.
Key Configuration: Operation: sendPhoto; Uses the dynamically retrieved Chat ID from the initial Telegram n8n trigger and the generated Image URL as the file source.
Automate AI content generation using the monexia/nietgoed model via Replicate. This n8n workflow template includes crucial polling logic and error handling for asynchronous tasks.

Use this n8n workflow template to reliably generate high-quality images with the Luma Photon Flash AI model via Replicate. Features asynchronous polling logic for long-running tasks.

Use this comprehensive n8n workflow to automate asynchronous AI image or content generation using Replicate's API. This n8n template implements a robust polling loop for status checks.

Deploy this powerful n8n workflow to generate images using the OpenAI GPT-Image-1 model via a simple web form interface. Learn how this n8n automation handles API calls, file conversion, and user interaction.

Use this advanced n8n workflow to build a powerful Telegram bot that generates AI images via Pollinations and structured blog articles using Google Gemini 2.5, logging all activity to Google Sheets.


AI automation consultant working with ambitious businesses on their most complex operational challenges. For project inquiries, reach me at [email protected]







































