@@ -478,6 +478,7 @@ openclaw pairing list feishu
478478{
479479 channels: {
480480 feishu: {
481+ defaultAccount: " main" ,
481482 accounts: {
482483 main: {
483484 appId: " cli_xxx" ,
@@ -496,6 +497,8 @@ openclaw pairing list feishu
496497}
497498```
498499
500+ ` defaultAccount ` controls which Feishu account is used when outbound APIs do not specify an ` accountId ` explicitly.
501+
499502### Message limits
500503
501504- ` textChunkLimit ` : outbound text chunk size (default: 2000 chars)
@@ -581,28 +584,29 @@ Full configuration: [Gateway configuration](/gateway/configuration)
581584
582585Key options:
583586
584- | Setting | Description | Default |
585- | ------------------------------------------------- | ------------------------------- | ---------------- |
586- | ` channels.feishu.enabled ` | Enable/disable channel | ` true ` |
587- | ` channels.feishu.domain ` | API domain (` feishu ` or ` lark ` ) | ` feishu ` |
588- | ` channels.feishu.connectionMode ` | Event transport mode | ` websocket ` |
589- | ` channels.feishu.verificationToken ` | Required for webhook mode | - |
590- | ` channels.feishu.webhookPath ` | Webhook route path | ` /feishu/events ` |
591- | ` channels.feishu.webhookHost ` | Webhook bind host | ` 127.0.0.1 ` |
592- | ` channels.feishu.webhookPort ` | Webhook bind port | ` 3000 ` |
593- | ` channels.feishu.accounts.<id>.appId ` | App ID | - |
594- | ` channels.feishu.accounts.<id>.appSecret ` | App Secret | - |
595- | ` channels.feishu.accounts.<id>.domain ` | Per-account API domain override | ` feishu ` |
596- | ` channels.feishu.dmPolicy ` | DM policy | ` pairing ` |
597- | ` channels.feishu.allowFrom ` | DM allowlist (open_id list) | - |
598- | ` channels.feishu.groupPolicy ` | Group policy | ` open ` |
599- | ` channels.feishu.groupAllowFrom ` | Group allowlist | - |
600- | ` channels.feishu.groups.<chat_id>.requireMention ` | Require @mention | ` true ` |
601- | ` channels.feishu.groups.<chat_id>.enabled ` | Enable group | ` true ` |
602- | ` channels.feishu.textChunkLimit ` | Message chunk size | ` 2000 ` |
603- | ` channels.feishu.mediaMaxMb ` | Media size limit | ` 30 ` |
604- | ` channels.feishu.streaming ` | Enable streaming card output | ` true ` |
605- | ` channels.feishu.blockStreaming ` | Enable block streaming | ` true ` |
587+ | Setting | Description | Default |
588+ | ------------------------------------------------- | --------------------------------------- | ---------------- |
589+ | ` channels.feishu.enabled ` | Enable/disable channel | ` true ` |
590+ | ` channels.feishu.domain ` | API domain (` feishu ` or ` lark ` ) | ` feishu ` |
591+ | ` channels.feishu.connectionMode ` | Event transport mode | ` websocket ` |
592+ | ` channels.feishu.defaultAccount ` | Default account ID for outbound routing | ` default ` |
593+ | ` channels.feishu.verificationToken ` | Required for webhook mode | - |
594+ | ` channels.feishu.webhookPath ` | Webhook route path | ` /feishu/events ` |
595+ | ` channels.feishu.webhookHost ` | Webhook bind host | ` 127.0.0.1 ` |
596+ | ` channels.feishu.webhookPort ` | Webhook bind port | ` 3000 ` |
597+ | ` channels.feishu.accounts.<id>.appId ` | App ID | - |
598+ | ` channels.feishu.accounts.<id>.appSecret ` | App Secret | - |
599+ | ` channels.feishu.accounts.<id>.domain ` | Per-account API domain override | ` feishu ` |
600+ | ` channels.feishu.dmPolicy ` | DM policy | ` pairing ` |
601+ | ` channels.feishu.allowFrom ` | DM allowlist (open_id list) | - |
602+ | ` channels.feishu.groupPolicy ` | Group policy | ` open ` |
603+ | ` channels.feishu.groupAllowFrom ` | Group allowlist | - |
604+ | ` channels.feishu.groups.<chat_id>.requireMention ` | Require @mention | ` true ` |
605+ | ` channels.feishu.groups.<chat_id>.enabled ` | Enable group | ` true ` |
606+ | ` channels.feishu.textChunkLimit ` | Message chunk size | ` 2000 ` |
607+ | ` channels.feishu.mediaMaxMb ` | Media size limit | ` 30 ` |
608+ | ` channels.feishu.streaming ` | Enable streaming card output | ` true ` |
609+ | ` channels.feishu.blockStreaming ` | Enable block streaming | ` true ` |
606610
607611---
608612
0 commit comments