Telegram
Connect Telegram to send messages through a bot and optionally use Telegram as a chat interface to control Wovly.Capabilities
As Integration
- Send messages - Send messages through your Telegram bot
- Get updates - Receive messages sent to your bot
As Chat Interface
- Remote control - Chat with Wovly via Telegram from your phone
- Full access - Same capabilities as desktop chat
- Mobile notifications - Get responses on your phone
Setup
Step 1: Create a Telegram Bot
- Open Telegram and message @BotFather
- Send
/newbot - Follow prompts to name your bot
- Copy the Bot Token you receive
Step 2: Connect in Wovly
- Go to Integrations in Wovly
- Click Setup on Telegram
- Paste your Bot Token
- Click Connect
Step 3: Test the Connection
Click Test to verify the bot is working.Using as Chat Interface
To use Telegram to chat with Wovly remotely:- Go to Interfaces in Wovly
- Find Telegram section
- Click Connect
- Wovly will start listening for messages to your bot
Usage as Integration
Use Telegram to send messages to others:Bot-sent messages will appear as from your bot, not your personal account. Recipients need to have started a conversation with your bot.
How It Works
Integration Mode
Wovly sends messages using the Telegram Bot API.Chat Interface Mode
Wovly uses long-polling to check for messages to your bot. When you message the bot, Wovly processes it and replies.Security
- Bot token stored locally in
settings.json - Messages go through Telegram’s servers
- Chat interface can be disabled anytime
Troubleshooting
Bot not responding
Bot not responding
Ensure the bot token is correct. Try regenerating the token via @BotFather.
Can't send to user
Can't send to user
Users must message your bot first to start a conversation. Bots can’t initiate DMs.
Chat interface not working
Chat interface not working
Check that Telegram is connected in both Integrations AND Interfaces pages.