Bale Bot

messaging

Version 1.0.0


Overview

Bale messaging bot — ingests in-chat orders, sends chat notifications, and receives signed webhooks.

Setup Guide
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.
Capabilities

order-channel

notification

webhook

Get Started with Bale Bot

Ready to add this integration to your Webito store? Enable it instantly from your dashboard.

Get Started