Nox-Lumen MfgNox-Lumen Mfg

Feishu / Lark integrations

Surface area

Rendering diagram…

Capability table

CategoryCoverageTypical usage
IMChannels + DMs send/receive, history lookupAlerts, conversational agents
Docx WikiCRUD + partial updatesAuthoring workflows
BaseTables, schemas, workflowsTicket boards/KPI trackers
SpreadsheetsBulk read/write, exportsQA matrices
SlidesCreate/update decksExec updates
WhiteboardUML/Mermaid overlaysDiagramming
CalendarScheduling, conflicts, roomsAutomated meetings
ApprovalsInstance + task orchestrationProcess automation
Minutes / conferencingPlayback + AI artefactsDigest generation
DirectoryPersonnel lookupIdentity mapping

Prerequisites

Administrators provision a custom app via open.feishu.cn and approve OAuth scopes aligned to workloads:

Scope bundleHighlights
IM + Wikiim:*, docx:*, drive:drive:readonly
Base workloadsbitable:*
Calendar/conferencingcalendar:*, vc:*

Setup checklist

Create credentials

Console → Integrations → Feishu → Create

  • Application ID / secret
  • self_hosted vs marketplace ISV
  • Encryption / verification tokens if subscribing to events

Optional CLI onboarding:

lark-cli config init
lark-cli auth login
lark-cli auth login --as bot

Event subscription (interactive flows)

Expose callback URL:

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

Select events (im.message.receive_v1, im.chat.member.user.added_v1, …).

Bind Agents

channels:
  - type: lark
    credential_id: <cred_id>
    bot_name: "combo-agent"
    chat_filter:
      mention_only: true
      chat_ids: ["oc_xxx", "oc_yyy"]

Identity modes: bot vs delegated user

ModeFitsConstraints
Bot applicationOmnichannel respondersScoped to chats/docs explicitly shared
User OAuth delegation“My calendar/email” personalizationRequires per-user authorization

Most employee-assistant flows combine both.

Assets (images/files)

Upload → reuse Feishu image_key / file_key; download inbound attachments via get_message_resource.

Common pitfalls

ErrorGuidance
99991663 forbiddenIncomplete scopes / unpublished app revisions
Bot silentInspect Feishu event callback history—URL failing
User OAuth staleRefresh user_access_token
Wiki ACLGrant bot collaborator rights or share parent knowledge bases
Callback signature mismatchReconfirm encrypt + verification secrets
  • Office automation solution
  • Channel concepts
  • Skills (lark-im, lark-doc, lark-base, lark-sheets, lark-calendar, lark-approval, lark-minutes, lark-vc, lark-mail, lark-okr, lark-wiki, lark-slides, lark-whiteboard, lark-contact, lark-event, lark-drive, lark-shared)

On this page