What it is
Chat with your event schedule from Google Sheets in Telegram:
– “When is the next meetup?”
– “How many events are there next month?”
– “Who presented most often?”
– “Which future meetups have no presenters yet?”
This workflow lets you chat with a Telegram bot about past, present, and future events that are scheduled in a Google Spreadsheet.
Who it is for
If you want an easy way for your audience to get information about your events, you can use this workflow for the same purpose or easily adapt it to your needs and different use cases where you want to query smaller amounts of tabular data in natural language.
How it works
Upon getting triggered by a chat message to a Telegram bot, the schedule of meetups is retrieved from Google Spreadsheets, converted into a markdown table syntax, and fed into the system prompt of an LLM (we’re using OpenRouter in this example), whose output is posted back as an answer into the same Telegram chat.
Setup steps
As the reviewer of this workflow, you can temporarily use it via an existing Telegram bot. Simply point your Telegram client to https://t.me/AiDaNangBot and start to ask questions like:
– “When is the next meetup?”
– “What future meetings do not have presenters?”
– “Who presented on Future of Human Relationships?”
To build upon this workflow:
– Import the workflow
– Customize the Google Docs credentials for your individual access
– Create a Telegram bot and connect it to the workflow by entering its API token into the credentials used in the Telegram trigger node
– In the “Settings” node, replace the “scheduleURL” with the URL of your own copy of the Google Spreadsheet or a copy of the Event Schedule Template Sheet to spin off your own – whereby the structure of the spreadsheet doesn’t matter, it’s just important that you semantically structure your information in dedicated columns clearly labeled in the header row.