sendMessageFeishu
Send messages in Feishu/Lark to chats, users, or emails using text, images, files, or interactive content with JSON-formatted inputs.
Instructions
【飞书 IM】发送一条消息到指定聊天 / 用户 / 邮箱 / open_id / union_id。receive_id_type 决定 receive_id 的含义(chat_id / open_id / union_id / user_id / email),msg_type 支持 text / post / image / interactive / share_chat / share_user / audio / media / file / sticker。content 必须是 msg_type 对应的 JSON 字符串(例如 text 为 {"text":"hello"})。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receive_id_type | Yes | ||
| receive_id | Yes | ||
| msg_type | No | text | |
| content | Yes | JSON string matching msg_type shape; text -> {"text":"..."} | |
| uuid | No |