1.7 KiB
Slack Trigger Plugin User Guide
What This Plugin Does
The Slack Trigger plugin connects your Dify workflows with Slack events. When something happens in your Slack workspace - like receiving a message, creating a subtask, or joining a channel - this plugin automatically starts your Dify workflows to respond to these events.
Getting Started
Step 1: Set Up Your Slack App
-
(Optional) Go to the Slack Developer Portal and create a new app or you've already got one.

-
In your app settings, find and save these four pieces of information:
- App ID: App ID which is used to identify your app
- Signing Secret: Used to encrypt the event data, it's optional in Slack, but we require it in this Plugin
- Client ID: Client ID which is used to identify your app
- Client Secret: Client Secret which is used to identify your app
- Verification Token: Verification Token which is used to verify the event data
-
Open your Dify plugins page, and find the "Slack Trigger" plugin, create a new subscription using the credentials you got from Slack.
Once you paste
Callback URLinto SlackEvent Subscriptionssection, a log will be sent to you. -
Finish, now you can add a
Slack Triggerevent to your workflow, and just enjoy the event-driven workflows!



