πŸ”§ πŸ”„οΈ AI warehouse inventory cycle count bot using GPT, Telegram and Google Sheets

⚑ 830 views Β· πŸ”§ Miscellaneous

Description

Tags: Logistics, Supply Chain, Warehouse Operations, Paperless Processes, Inventory Management

Context

Hi! I’m Samir, Supply Chain Engineer, Data Scientist based in Paris, and founder of LogiGreen.

> Let’s use AI with n8n to help SMEs digitalise their logistics operations!

Traditional inventory cycle counts often require clipboards, scanners, and manual reconciliation.

With this workflow, the operator walks through the warehouse, sends voice messages, and the bot automatically updates the inventory records.

Workflow Overview

Using AI-based transcription and structured extraction, we optimise the entire process with a simple mobile device connected to Telegram.

πŸ“¬ For business inquiries, you can find me on LinkedIn

Demo of the workflow

In this example, the bot guides the operator through the cycle count for three locations.

Telegram Discussion

The workflow automatically records the results in Google Sheets.

Google Sheets

Who is this template for?

This template is ideal for companies with limited IT resources:

πŸŽ₯ Tutorial

A complete tutorial (with explanations of every node) is available on YouTube:

Tutorial + Demo

What does this workflow do?

This automation uses Telegram and OpenAI’s Whisper transcription:

  1. The operator sends /start to the bot.
  2. The bot identifies the first location that still needs to be counted.
  3. The operator is guided to the location through a Telegram message.
  4. The operator records a voice message with the location ID and the number of units counted.
  5. AI nodes transcribe the audio and extract location_id and quantity.
  6. If the message cannot be transcribed, the bot asks the operator to repeat.
  7. If the location is valid and still pending, the Google Sheet is updated.
  8. The bot sends the next location, until the final one is completed.
  9. The operator receives a confirmation that the cycle count is finished.

Next Steps

Before running the workflow, follow the sticky notes and configure:

Submitted: 20 November 2025
Template designed with n8n version 1.116.2

πŸ”— Nodes Used

Google Sheets, Telegram, Telegram Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup