feishu_send_message
Send Feishu/Lark messages to group chats or individuals as the user, supporting plain text and Markdown content.
Instructions
以用户身份发送飞书/Lark 消息到群聊或个人(支持纯文本与 Markdown)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | No | 群聊 ID(oc_xxx) | |
| user_id | No | 用户 open_id(ou_xxx),发私聊 | |
| text | No | 纯文本消息内容 | |
| markdown | No | Markdown 消息内容(与 text 二选一) |