Case Studies

Kinect.lt

Two automation systems built for a Lithuanian gaming and electronics retailer. Less manual work. Faster responses. A catalogue that updates itself.

Kinect.lt physical gaming store

Walkthrough

01 // E-commerce / Customer Ops

Smart Buyback Response System

5 minResponse time, down from 2 to 6 hours
3Automated reply scenarios handled
30+Days live, zero manual drafts

The problem

Kinect.lt runs a console buy-in programme. Customers fill out a form to propose selling their used gear. Every submission landed as a plain email with no instant acknowledgement, no prioritisation. The owner checked inboxes, evaluated offers, and drafted replies by hand. Deals slipped through.

The solution

An n8n automation intercepts every form submission the moment it arrives and routes it through a structured decision flow. The owner acts from Telegram. Email stays closed.

How it works

1

Form submitted: live price lookup

The workflow triggers on submission and queries a Google Sheet for current market values on the proposed item.

2

Telegram alert to the store owner

The owner gets an instant Telegram message with the customer's offer and the going market rate side by side. No inbox needed.

3

Owner replies, automated email sent

A single Telegram reply branches into three paths: Accepted (next steps + drop-off details), Declined (polite rejection, door left open), or Counter-offer (revised price + instructions).

The result

Every submission gets a professional response in seconds, any time of day. The owner handles buyback negotiations from a single Telegram tap. One month in production. Zero manual email drafting.

n8nTelegram botGoogle SheetsEmail automationPrestaShop

02 // E-commerce / Catalogue

Automated Product Import Pipeline

1Step from spreadsheet row to live product
2Data sources merged automatically (IGDB + Amazon)
0Manual steps per product listing

The problem

New games release daily. Every listing meant searching for metadata, resizing cover images, writing descriptions, and entering everything by hand into PrestaShop. Slow, repetitive, and easy to get wrong.

The solution

An n8n pipeline reads an Excel file and runs the full import for every row: metadata enrichment, image sourcing, and API push to PrestaShop. No supervision needed.

How it works

1

Excel input

The operator adds game titles to a spreadsheet. The workflow reads the file and starts processing each row in sequence.

2

IGDB metadata lookup

Each title queries the IGDB database, pulling release date, genre, description, and platform tags for the listing.

3

Amazon image fallback

IGDB covers are often low resolution. When quality falls short, the workflow searches Amazon and pulls the first high-quality thumbnail.

4

JSON assembly and PrestaShop push

All data merges into a structured payload and pushes to PrestaShop via API. The product goes live with name, description, image, platform, and release date.

5

Status update and loop

The spreadsheet row marks complete. The workflow moves to the next item and runs the full batch without supervision.

The result

A spreadsheet row is all it takes. The pipeline enriches, images, and imports each product without supervision. New titles go live faster than the manual process could open a browser tab.

n8nPrestaShop APIIGDBAmazon scrapingExcel automation