🤔 How to Handle Telegram Bot Deep Links with Uniq...
# 🤝help
a
I am working on setting up a system where users can check in at different stations using NFC tags or QR codes, and I want these check-ins to be handled by my Telegram BotPress bot. Each NFC tag or QR code will encode a unique deep link URL that includes an identifier for the specific Check-In station. For example, the URL might look like this:
https://t.me/MyBot?start=checkin_station123
, where
station123
is the unique identifier for a Check-In station. I would like the bot to: 1. Recognize the unique identifier in the deep link. 2. Process the check-in by recording the station ID and sending it via an API call to another system (or webhook) and responding to the user with a confirmation message. Could you please guide me on how to set up my BotPress bot to handle these deep links and process the unique Check-In station identifiers? Specifically: - How can I extract and handle the parameters passed in the deep link (
start=checkin_station123
) within BotPress? - How should I configure the bot to respond with a specific message based on the station ID? Thank you for your brains and time!
c
And what I wanted to do you found some solution in a year xD
2 Views