Skip to content

Channel Setup

A channel is the entry point through which your AI Employee receives messages.

Supported Channel Types

  • Onboarding — system default, used to chat with the AI inside Panel
  • Telegram — receives messages via a Bot Token
  • Webhook — receives arbitrary HTTP POSTs
  • Email — reads mail via the Gmail API
  • LINE — (planned)

Add a Telegram Channel

  1. Create a Bot with @BotFather and get the Token.
  2. Panel → Channels → New → pick Telegram → paste the Token.
  3. After saving, find your Bot on Telegram and send /start.

Add a Webhook Channel

  1. Panel → Channels → New → pick Webhook.
  2. Copy the URL shown and configure it in your source system.
  3. Optionally fill out a Prompt Template to format incoming data, e.g.:
    Order {{orderId}} received, amount {{amount}}, customer {{customer}}

Channel Limits Per Plan

  • Starter: 3
  • Pro: 10
  • Enterprise: Unlimited

Exceeding this shows a "plan limit reached" toast — see Quotas & Limits.

One-Line Guide Per Channel

  • Telegram — bring the AI chat into Telegram via a Bot; great for individuals or small teams.
  • LINE — (planned) the most popular messenger for Taiwanese users.
  • Email — let the AI auto-process incoming mail and reply.
  • Webhook — POST data from any system to the AI for processing.
  • Local Folder (Desktop only) — AI reads and writes files in a designated folder on your computer.

Last updated:

Released under the MIT License.