Super Assistant를 사용하여 Slack에서定期의 AI 주도 데이터 요약 생성
중급
이것은AI RAG, Multimodal AI분야의자동화 워크플로우로, 9개의 노드를 포함합니다.주로 Set, Slack, HttpRequest, ScheduleTrigger 등의 노드를 사용하며. Super Assistant를 사용하여 Slack에서定期의 AI 주도 데이터 요약 생성
사전 요구사항
- •Slack Bot Token 또는 Webhook URL
- •대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"nodes": [
{
"id": "7fffe9f8-5109-4136-b22b-2c74286f0c57",
"name": "일정 트리거",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
128,
160
],
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 30 8 * * 1-5"
}
]
}
},
"typeVersion": 1.2
},
{
"id": "79ec09b7-14b6-42ef-b001-379ca47397f9",
"name": "Query Super Assistant",
"type": "n8n-nodes-base.httpRequest",
"position": [
720,
160
],
"parameters": {
"url": "https://api.super.work/v1/super",
"method": "POST",
"options": {},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "question",
"value": "={{ $json[\"Final query\"] }}"
},
{
"name": "assistantId",
"value": "YOUR-ASSISTANT-ID"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "54119da4-f714-4892-952c-f29aa766a93d",
"name": "Send digest in Slack",
"type": "n8n-nodes-base.slack",
"position": [
1008,
160
],
"webhookId": "28f6e76c-b665-4245-95d1-0609107cdc11",
"parameters": {
"text": "={{ $json.answer.replace(/\\{\\[\\d+\\]\\(([^)]+)\\)\\}/g, '<$1|(source)>') }}",
"select": "channel",
"channelId": {
"__rl": true,
"mode": "id",
"value": "YOUR-CHANNEL-ID"
},
"otherOptions": {
"unfurl_links": false,
"includeLinkToWorkflow": false
}
},
"credentials": {
"slackApi": {
"id": "EkDmLiXskPXRqVW4",
"name": "Slack account"
}
},
"typeVersion": 2.3
},
{
"id": "2173e42e-8651-4a43-8011-2bad1a25531b",
"name": "메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
64,
-400
],
"parameters": {
"width": 816,
"height": 384,
"content": "# Automated Company Data Digests with Super\n\nOn a schedule, this workflow asks a predefined question to your custom AI assistant in Super (which is connected to your apps like Jira, Notion, etc.) and posts the synthesized answer as a digest in Slack.\n\n## How to use it\n\n1. **Set up in Super:** First, build your assistant in **Super** and get your **API Token** and **Assistant ID**.\n2. **Configure this workflow:**\n * In the **Set query** node, write your recurring question.\n * In the **Query Super Assistant** node, paste your **Assistant ID** and add your **API Token** (using a Bearer Token credential is recommended).\n * In the **Send digest in Slack** node, choose your channel.\n3. **Set your schedule & activate!**"
},
"typeVersion": 1
},
{
"id": "b65a9d7f-e429-4058-84a7-2ee3abdbda5f",
"name": "메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
352,
32
],
"parameters": {
"color": 4,
"height": 304,
"content": "### Edit the query to send to your Super assistant"
},
"typeVersion": 1
},
{
"id": "1480df8c-fd4a-426b-8a2a-d001589472e4",
"name": "메모2",
"type": "n8n-nodes-base.stickyNote",
"position": [
64,
32
],
"parameters": {
"color": 5,
"height": 304,
"content": "### Pick your trigger recurring schedule"
},
"typeVersion": 1
},
{
"id": "22485ffb-d921-4ed4-9c90-4ce05edcfea5",
"name": "메모3",
"type": "n8n-nodes-base.stickyNote",
"position": [
640,
32
],
"parameters": {
"color": 4,
"height": 304,
"content": "### Connect your super.work credentials & paste your Assistant ID"
},
"typeVersion": 1
},
{
"id": "3299af5b-7d8c-43a8-bfa7-0350f58d383c",
"name": "메모4",
"type": "n8n-nodes-base.stickyNote",
"position": [
928,
32
],
"parameters": {
"color": 4,
"height": 304,
"content": "### Connect your Slack credentials and pick the destination channel"
},
"typeVersion": 1
},
{
"id": "55bf5942-c73e-40d7-8fce-75c13750d84e",
"name": "설정 the query",
"type": "n8n-nodes-base.set",
"position": [
416,
160
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "3fce3bc4-a2ab-48f3-b76f-df614d9fcbd0",
"name": "Final query",
"type": "string",
"value": "=Report the progress we have made on our key projects yesterday."
}
]
}
},
"typeVersion": 3.4
}
],
"connections": {
"Set the query": {
"main": [
[
{
"node": "79ec09b7-14b6-42ef-b001-379ca47397f9",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger": {
"main": [
[
{
"node": "Set the query",
"type": "main",
"index": 0
}
]
]
},
"79ec09b7-14b6-42ef-b001-379ca47397f9": {
"main": [
[
{
"node": "54119da4-f714-4892-952c-f29aa766a93d",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - AI RAG, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Super RAG과 GPT-5를 사용하여 사실에 기반한 기사를 생성합니다.
사용하여 Super RAG과 GPT-5로 사실에 기반한 기사를 생성합니다.
Set
Split Out
Aggregate
+
Set
Split Out
Aggregate
19 노드Guillaume Duvernay
AI RAG
AI 계획, Linkup 검색, GPT-5를 사용하여 연구 지원 기사 생성
AI 계획, Linkup 검색 및 GPT-5를 사용하여 연구 지원 기사 생성
Set
Split Out
Aggregate
+
Set
Split Out
Aggregate
19 노드Guillaume Duvernay
콘텐츠 제작
GPT-4와 Airtable을 사용한 작업 기록 및 백업 워크플로 자동화
GPT-4와 Airtable로 워크플로우 자동 기록 및 백업
If
N8n
Set
+
If
N8n
Set
38 노드Guillaume Duvernay
AI 요약
AI 기반 뉴스 모니터링(Linkup, Airtable 및 Slack 알림)
AI 기반 뉴스 모니터링(Linkup, Airtable 및 Slack 알림)
Set
Wait
Slack
+
Set
Wait
Slack
16 노드Guillaume Duvernay
시장 조사
Supabase와 GPT-5를 기반으로 한 고급 다중 쿼리 RAG 시스템 구축
Supabase와 GPT-5를 기반으로 한 고급 다중 쿼리 RAG 시스템 구축
If
Set
Filter
+
If
Set
Filter
22 노드Guillaume Duvernay
AI RAG
dian-memo_03 내보내기
AI 음성 및 텍스트 메모 - LINE 메시지, Supabase 벡터 데이터베이스 및 Gmail 통합
If
Set
Code
+
If
Set
Code
30 노드kote2
AI RAG