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.mdx
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,17 @@ the `/windmill` command in your Slack workspace to trigger the Script. Try it
93
93
out with `/windmill foo` and you should get back `ROGER foo`. Go ahead and
94
94
customize the Script to your needs.
95
95
96
+
In addition to response_url, the script/flow can use the following parameters, simply by having them as inputs with the proper name:
97
+
98
+
```
99
+
channel_id
100
+
user_name
101
+
user_id
102
+
command
103
+
trigger_id
104
+
api_app_id
105
+
```
106
+
96
107

97
108
98
109
You won't be able to have Slack interact with your [resources](../core_concepts/3_resources_and_types/index.mdx) and [variables](../core_concepts/2_variables_and_secrets/index.mdx) before adding them to the `slack`[group](../core_concepts/8_groups_and_folders/index.mdx#groups) that was automatically created by Windmill after you set up your Slack workspace on Windmill. Tutorial below.
0 commit comments