Nox-Lumen MfgNox-Lumen Mfg

WeCom integrations

Coverage

Rendering diagram…
FeatureHighlights
DirectoryScoped search → userid/aliases
IMThreads, multimodal payloads (text/media), outbound replies
Doc / smart sheetsSchema + record operations
MeetingsInvite lifecycle
CalendarCRUD + free/busy
TodoAssignments + statuses

WeCom responses reflect whatever the authenticated principal can see, not universal corporate directories—a design difference versus Feishu.

Prerequisites

  1. Tenant admin privileges
  2. Custom app secrets from work.weixin.qq.com:
    • CorpID
    • Agent Secret
    • AgentID
  3. Callback tokens if subscribing to push notifications

Configuration

Console → Integrations → WeCom:

  • Populate Corp / Agent identifiers
  • Optionally Token + EncodingAESKey parity with Tencent console

Expose callback URL matching backend route:

https://<combo-agent>/v1/webhook/wecom

Sanity check

wecomcli-contact search --name "Alice"

Everyday prompts

TaskPrompt idea
People lookup“Find logistics lead ‘Alice Zhang’…”
History mining“What did #ProjectA chat discuss last week?”
Scheduling“Book Tuesday 10:00 with Alice & Bob…”
Todos“Remind me to submit status next Wednesday…”
Sheet inspection“Show latest additions in ‘Program dashboard’…”

Common failures

Code / symptomGuidance
42001 token expiryRely on SDK-managed refresh caches
Directory missesVisibility scope excludes that department
DM blockedUse shared group routing
EncodingAESKey mismatchExactly 43 base64-derived chars aligning with console

On this page