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

开始使用 Bale Bot

准备好将此集成添加到您的 Webito 商店了吗? 立即从仪表板启用它。

开始