Meeting Scheduler Assistant (Telegram)
Add your Cal.com Meeting Link here:
Add your Telegram bot API key:
TG_API_KEY
Api Key of your Telegram bot
This AI Agent helps users schedule or book meetings through a friendly chat interface through telegram. The bot can:
- Check available time slots on the calendar
- Book meetings with the required details (name, email, timezone, date & time)
Simply start a conversation and the assistant will guide you through the scheduling process!
📱 How to Setup Your Telegram Bot:
Create a New Bot:
- Open Telegram and search for @BotFather
- Start a chat and send
/newbot
- Choose a name for your bot (e.g., "Meeting Scheduler Bot")
- Choose a username ending in "bot" (e.g., "my_meeting_scheduler_bot")
- BotFather will provide you with a Bot Token (format:
123456789:ABCdefGHIjklMNOpqrsTUVwxyz)
Get Your Chat ID:
- Start a chat with your new bot by clicking the link BotFather provided
- Send any message to your bot
- Visit:
https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getUpdates
- Look for
"chat":{"id":NUMBERS} in the response - this is your Chat ID
Add to This Form:
- Copy the Bot Token and paste it in the "Telegram bot API key" field above
- Your bot is now ready to receive and respond to messages!
🔒 Security Note: Keep your Bot Token private and don't share it publicly.