Automate Feishu meeting workflows: create groups, add participants, send notifications, find users.
输入: 会议标题、时间、地点、参会人
步骤:
a. 用 feishu_chat(action=info) 确认当前上下文
b. 用 message(action=send, channel=feishu) 创建群聊
c. 逐个添加参会人 (message action 支持 targets 参数)
d. 发送格式化会议通知
输入: 姓名/邮箱/手机号
步骤:
a. 根据输入类型选择查找方式
b. 返回用户 open_id 和显示名
c. 用于后续加群操作
格式模板:
📅 会议通知
━━━━━━━━━━━━━━
📌 主题: {title}
🕐 时间: {start} ~ {end}
📍 地点: {location}
👥 参会人: {attendees}
━━━━━━━━━━━━━━
{agenda}
⏰ 请准时参加!
For detailed API specs, see reference files:
| Topic | File | Description |
|---|---|---|
| ------- | ------ | ------------- |
| 群聊管理 | references/chat.md | 创建群、加人、改名、公告 |
| 消息发送 | references/message.md | 发送通知、富文本、卡片 |
| 用户查找 | references/contact.md | 按姓名/邮箱/手机号查找 |
| 会议模板 | references/templates.md | 各类会议通知模板 |
| Action | Use |
|---|---|
| -------- | ----- |
send | 发送消息到群/个人 |
channel-info | 获取群信息 |
members | 获取群成员列表 |
member-info | 获取成员详情 |
channel: "feishu"target: chat_id or user open_idtargets: array of user open_ids (for adding members)message: plain text or formatted contentthreadId: for thread replies📅 {会议标题} - {日期}共 1 个版本