Skip to main content
Integrate WeCom (企业微信 / WeChat Work) with your Claw instance to bring AI to your enterprise workspace.

Prerequisites

Setup Guide

1

Create a WeCom App

  1. Log in to WeCom Admin Console
  2. Go to App ManagementCreate App
  3. Enter an app name, upload a logo, and set the visible range
  4. Click Create
2

Get Credentials

  1. Note your Corp ID — found at My EnterpriseEnterprise Info at the bottom
  2. In your app settings, copy the Secret (Corp Secret)
3

Configure Callback URL

  1. In your app settings, go to Receive MessagesSet API Receive
  2. Your callback URL is displayed in the LemonData dashboard when you expand the WeCom section:
https://claw-{your-subdomain}.lemondata.cc/webhook/wecom
  1. Set a Token (random string) and EncodingAESKey (43-character random string)
  2. Click Save — WeCom will verify the callback URL
The callback URL is shown in the LemonData dashboard with a copy button. Make sure your Claw instance is running before verifying the URL.
4

Configure in LemonData Dashboard

  1. Go to your Claw Dashboard
  2. Click the settings icon on your instance
  3. Open the IM Integrations tab
  4. Expand the WeCom section
  5. Copy the Callback URL shown at the top
  6. Fill in: Corp ID, Corp Secret, Token, EncodingAESKey
  7. Click Save
5

Start Chatting

  1. In WeCom, find your app in the Workbench
  2. Send a message to the app
  3. The AI will respond directly — no pairing needed for WeCom
The Token and EncodingAESKey must match exactly between the WeCom admin console and your Claw configuration. A mismatch will cause message verification to fail.

Troubleshooting

  • Make sure your Claw instance is running (green status)
  • Verify the URL format: https://claw-{subdomain}.lemondata.cc/webhook/wecom
  • Check that Token and EncodingAESKey are saved in Claw config before verifying in WeCom
  • Verify Corp ID and Corp Secret are correct
  • Check that the app is visible to your user account (visible range setting)
  • Make sure Token and EncodingAESKey match between WeCom and Claw