Telegram bot for item multi select and saving to Postgres (Module "Checkbox")
Who is this for? This template is for developers and automation specialists looking to create a Telegram bot that enables users to select items from a predefined list and save their choices to a Postgres database. Wha...
Template notes
Who is this for?
This template is for developers and automation specialists looking to create a Telegram bot that enables users to select items from a predefined list and save their choices to a Postgres database.
What problem is this workflow solving?
It provides a simple and efficient way to collect structured user input via Telegram and store it in a Postgres database, useful for inventory selection, order systems, or preference tracking.
What this workflow does
- Displays a list of selectable options from a Postgres shoplist table in Telegram - Saves the user’s selection back to the database - Automatically deletes messages at each step to keep the chat clean
Setup
1. Create the required tables in Postgres