📌 Introduction
在 Dify 的 Workflow 中用 Incoming Webhooks 傳送訊息到 Slack 的群組內。
📝 Steps
1. 設定 Slack 的 Incoming Webhooks
請參考 Slack 官方的教學開啟 Webhooks:https://api.slack.com/messaging/webhooks
複製 Webhooks 的 URL 它會長得類似:https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX
2. 在 Dify 中設定 Slack send message 節點
在任一節點右側按「+」號,選擇「工具」的頁籤,選擇「Incoming Webhook to send message」。
編輯剛剛新增的節點,在「Slack Incoming Webhook url」填入前一步驟的 URL,並在「content」輸入要傳送的內容。
📖 Ref.
https://api.slack.com/messaging/webhooks