workflows.fit
Back to n8n workflows
n8n templateFreeBy Jaures NYA

Generate UGC images from form submissions with Google Gemini and Telegram

This workflow automates the process of generating personalized UGC (User-Generated Content) images based on form submissions. It accepts a form with a character type (e.g., male/female) and an uploaded image, merges t...

DevelopmentCore NodesCommunicationHITLHttp RequestSetTelegramForm Trigger
Loading interactive preview...

Template notes

This workflow automates the process of generating personalized UGC (User-Generated Content) images based on form submissions.

It accepts a form with a character type (e.g., male/female) and an uploaded image, merges them, sends them to an AI model (Google Gemini via OpenRouter) for creative generation, and posts the resulting content as a Telegram photo message.

Who’s it for

This automation template is designed for marketers, AI creators, content teams, or interactive community platforms that want to let users submit content (image + character type), enrich it with AI-generated descriptions, and instantly publish results to Telegram — without writing a single line of code.

How it works

- Trigger: Workflow starts when a form is submitted by a user.

- Extract file: The uploaded image file is converted to a Base64 string.

- Merge data: The character type and image data are combined into one payload.