Feishu
Use Feishu when your team already works in Feishu or Lark and you want Fased to join those conversations through the platform’s bot APIs. Status: bundled channel extension for Feishu and Lark workspaces. It supports the common bot flow, account-aware config, pairing, and group controls.Setup from Agent > Channels
Open Agents, select the Agent, then use Agent > Channels > Feishu. You need:- App ID
- App Secret
- domain:
feishuorlark - event subscription enabled in the platform console
- bot capability enabled and published/available to the workspace
Quick setup
- Create an enterprise app in Feishu Open Platform or Lark Developer Console.
- Copy App ID and App Secret.
- Enable bot capability.
- Configure event subscription for message events.
- Publish or make the app available to the workspace.
- Save credentials in Agent > Channels > Feishu.
- Start or restart the gateway and send a test message.
domain: "lark".
Permissions
Enable only the permissions your bot flow needs. Typical needs:- receive messages
- send messages
- bot menu or bot capability where required
- user/chat id lookup if you want allowlist resolution
Access model
| Area | Recommended start |
|---|---|
| DMs | pairing or allowlist |
| Groups | allowlist plus mention gating |
| IDs | use stable user/chat ids where possible |
| Multi-account | configure distinct account names and credentials |
Runtime behavior
- The channel keeps a long-lived event connection.
- Incoming messages route to the selected Agent/session.
- Task commands create Agent-owned Tasks.
- Delivery returns through the Feishu/Lark bot API.
Troubleshooting
| Symptom | Check |
|---|---|
| Bot receives nothing | Event subscription, app publish state, bot capability. |
| Send fails | App secret, app id, permissions, target id. |
| Group messages ignored | Group policy, mention requirement, chat allowlist. |
| Lark tenant fails | domain: "lark" and correct developer console. |