AgentConfigurationChannels
Feishu
Basic project-side setup for enabling the Feishu channel in an Agent
Feishu
The project-level Feishu configuration follows the same pattern as Telegram:
{
"services": {
"chat": {
"channels": {
"feishu": {
"enabled": true,
"channelAccountId": "feishu-main"
}
}
}
}
}The project only binds an account. It does not store the Feishu credentials themselves.
If Feishu messages are not getting through, verify first:
- whether the bound
channelAccountIdexists - whether the agent has been restarted