Bale Bot
messaging
当前 Manifest 版本:1.0.0
概览
Bale messaging bot — ingests in-chat orders, sends chat notifications, and receives signed webhooks.
设置指南
1. In Bale, message @BaleBot (or your bot's BotFather-equivalent) to create a bot and get its token — paste it into "Bot token" below.
2. Choose a random string for "Webhook secret token" below (anything works, just keep it private).
3. Register the webhook URL shown above with Bale by calling:
POST https://tapi.bale.ai/bot<BOT_TOKEN>/setWebhook
Content-Type: application/json
{ "url": "YOUR_WEBHOOK_URL", "secret_token": "YOUR_WEBHOOK_SECRET" }4. Bale will now forward chat messages here as orders, and this plugin can send order-status notifications back to the same chat.功能
order-channel
notification
webhook