wecom intermediate active

WeCom OpenClaw Plugin

WeCom runs your enterprise chat. Personal WeChat bots don't reach it. The Work API is different — this adapter handles it.

What breaks without openclaw wecom enterprise

WeCom API distinct from consumer WeChat requiring separate adapter. Internal notifications still manually sent. Approval workflows unautomated.

Enterprise WeCom automation × official Work API via OpenClaw ÷ 30-minute setup ÷ no consumer WeChat confusion = bots inside your company's communication platform.

openclaw wecom enterprise — what it actually does

01
Connects OpenClaw to WeCom via Tencent's enterprise-grade Work API.
02
Handles WeCom message events, command callbacks, and approval workflow triggers.
03
Sends notifications, cards, and responses to WeCom groups and DMs.
04
Requires a WeCom enterprise account — separate from personal WeChat credentials.
05
Covers internal bot commands and automated system notification workflows.

Security check — openclaw wecom enterprise

Privacy score: 7/10 — accesses connected platform APIs only. Lock it: review OAuth scopes before install, confirm Linux, macOS; OpenClaw ≥1.1; outbound HTTPS to qyapi.weixin.qq.com compatibility.

Quick start — openclaw wecom enterprise in 30–50 minutes

Setup time: 30–50 minutes

!
You need:
  • OpenClaw core
  • WeCom enterprise admin account
  • registered WeCom application

Install the package:

npm install @wecomteam/wecom-openclaw-plugin
1
Log into your WeCom admin console
2
Create a custom application and note Corp ID, AgentId, and Secret
3
Install the plugin via npm
4
Set WECOM_CORP_ID, WECOM_AGENT_ID, and WECOM_SECRET in .env
5
Configure server URL and token in WeCom admin console
6
Add plugin to openclaw.config.js and restart
7
Send a test message from a WeCom member to verify receipt

Troubleshooting openclaw wecom enterprise

1
1. Confusing WeCom (enterprise) with WeChat (personal) — the APIs are completely separate
2
2. Using the wrong Corp ID — WeCom has both the main Corp ID and suites
3
3. Not enabling the message receiving feature in the WeCom console before starting OpenClaw

Compatibility & status

Works with: Linux, macOS; OpenClaw ≥1.1; outbound HTTPS to qyapi.weixin.qq.com intermediate Last updated: Oct 2025 ★ 330 on GitHub MIT

Official docs →

View on GitHub →

FAQ — openclaw wecom enterprise

Can WeCom bots send messages to personal WeChat users?

Yes, if users have linked their WeChat and WeCom accounts — this is the WeCom External Contact feature.

Does this support WeCom's approval workflow API?

Yes. The plugin exposes the approval workflow trigger and status query APIs.

Is this plugin maintained by Tencent?

The WecomTeam organization is a community team, not an official Tencent entity.

Related — more like openclaw wecom enterprise

Enterprise teams sending WeCom notifications manually cost the sender minutes per message across hundreds of daily alerts.

Every approval waiting for a human ping is a delayed business process.

Get it on GitHub →