VibeAround
ConfigureChannels

Connect WeCom (企业微信)

1. Create a bot in the WeCom admin console. 2. Copy the bot id and secret.

Documentation notice: these docs are currently generated with Codex and are being actively reviewed, expanded, and refined.

Platform setup

  1. Create a bot in the WeCom admin console.
  2. Copy the bot id and secret.

Configuration

Required fields: bot_id, secret.

{
  "channels": {
    "wecom": {
      "bot_id": "your-bot-id",
      "secret": "your-bot-secret",
      "verbose": { "show_thinking": true, "show_tool_use": true }
    }
  }
}

Older guides named the second field bot_secret — the plugin requires secret.


Source anchors: va-plugin-channel-wecom src/main.ts (requiredConfig: bot_id, secret). Last verified: v0.7.11

On this page