Let shoppers try on outfits virtually through a Telegram chat

Customers send a photo of themselves and a garment, and the AI sends back an image of them wearing it.

How the work actually flows

It repeats. Repeats polling until render ready.

Pattern: Structured Loop (21)

flowchart TD trig>"customer sends photos in chat"]:::trig s0["collect selfie and garment photos"]:::task s1["submit images to try-on service"]:::svc s2["wait before checking status"]:::task s3["check job status"]:::svc s4["send finished image to customer"]:::task trig --> s0 s0 --> s1 s1 --> s2 s2 --> s3 lp{"job status becomes ready"}:::gate s3 --> lp lp -. "polling until render ready" .-> s2 lp -->|"finished"| s4 out[/"ai try-on photo delivered"/]:::out pay{{"shoppers preview outfits before buying"}}:::pay s4 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepAn outside serviceRepeat or finishResultPayoff
Build size
Advanced

A larger build with multiple systems, AI reasoning, and custom rules.

Business functions
E-commerce & ProductMessaging & NotificationsSpreadsheet & Database OpsSurvey & Feedback
Connects
TelegramGoogle Sheets

The problem it solves

Customers want to see how an outfit will actually look on them before they buy, but that usually means a fitting room visit or just guessing. Without a quick way to preview items, hesitant shoppers abandon their cart.

Who it fits

Fashion or clothing retailers wanting to offer a try-before-you-buy experience through chat.

How it works

  1. A customer sends a photo of themselves in a Telegram chat
  2. They then send a photo of the garment they want to try on
  3. The system submits both images to an AI try-on service
  4. It checks the job status until the result is ready
  5. It sends the finished try-on image back to the customer in Telegram
What you get

Shoppers who see themselves in the outfit before buying

Customers can see themselves wearing an item before they buy it, right inside a chat.

What you get

An AI-generated photo of the customer wearing the chosen outfit, delivered right in the chat.

What you need

A Telegram bot, a virtual try-on API account, and a Google Sheets account for tracking sessions.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook