Auto-sync: 2026-04-22 16:03

This commit is contained in:
2026-04-22 16:03:25 +08:00
parent b1e6af2458
commit 72f3673978
82 changed files with 3617 additions and 37 deletions

34
wiki/entities/Slack.md Normal file
View File

@@ -0,0 +1,34 @@
---
title: "Slack"
type: entity
tags: []
last_updated: 2026-04-22
---
# Slack
企业团队协作和消息平台,支持频道、线程、直接消息。支持 Incoming Webhook 和 Bot 实现自动化消息推送。是 Agent 自动化工作流中发送会议摘要和提醒通知的主要通道。
## Overview
Slack 是 [[meeting-notes-action-items]] 中 AI Agent 发送会议摘要的目标平台。Agent 可通过 Incoming Webhook 将结构化摘要(关键决策+行动项+待解决问题)自动发布到指定频道,确保团队全员知情。
## Aliases
- Slack Workspace
- Slack API
- Slack Bot
## Capabilities
- Incoming Webhook无代码消息推送
- Bot 用户和 Interactive Messages
- Slack APIchannels.history、chat.postMessage 等)
- 频道管理和权限控制
- Thread 消息组织
- 搜索和存档
## Related Entities
- [[Discord]] — 类似平台,社区向
- [[Notion]] — 协作型知识管理
## Related Sources
- [[meeting-notes-action-items]]