You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/slack.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -77,10 +77,9 @@ the `/windmill` command in your Slack workspace to trigger the Script. Try it
77
77
out with `/windmill foo` and you should get back `ROGER foo`. Go ahead and
78
78
customize the Script to your needs.
79
79
80
-
:::tip
80
+
:::tip Handle multiple commands on your slackbot
81
81
82
-
You can find many pre-made Scripts and Flows on [Windmill Hub][hub-slack] that
83
-
are integrating with Slack.
82
+
We cover in a [subsequent article](https://docs.windmill.dev/blog/handler-slack-commands) how to manage multiple commands from your slackbot. Spoiler: it uses [branches](https://www.windmill.dev/docs/flows/flow_branches) and a text parser.
0 commit comments