35 lines
994 B
Markdown
35 lines
994 B
Markdown
---
|
||
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 API(channels.history、chat.postMessage 等)
|
||
- 频道管理和权限控制
|
||
- Thread 消息组织
|
||
- 搜索和存档
|
||
|
||
## Related Entities
|
||
- [[Discord]] — 类似平台,社区向
|
||
- [[Notion]] — 协作型知识管理
|
||
|
||
## Related Sources
|
||
- [[meeting-notes-action-items]]
|