Transform Telegram Messages into AI-Generated Images with DALL·E and GPT - n8n Workflow | Neura Market
Transform Telegram Messages into AI-Generated Images with DALL·E and GPT
This n8n workflow automates the conversion of text prompts sent via Telegram into high-quality AI-generated images using OpenAI's DALL·E and GPT models.
The workflow begins by listening for messages on Telegram. Upon receiving a message, it uses GPT to expand the text into a detailed image prompt. This prompt is then sent to OpenAI's DALL·E API to generate an image. The resulting image is sent back to the user on Telegram. Optionally, the workflow logs image titles and links to Google Drive and Google Sheets for record-keeping.
Platform
n8n
Category
AI
Price
Free
Creator
Ahmed Hassan
telegram
stickyNote
googleDrive
httpRequest
googleSheets
agent
telegramTrigger
lmChatOpenAi
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.