diff --git a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte index 12849ed13a..71880742dc 100644 --- a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte @@ -772,10 +772,9 @@ {/if}

Script or flow to run on /windmill command - - The script or flow to be triggered when the `/windmill` command is invoked. The script or - flow chosen is passed the parameters
response_url: string, text: string
- respectively the url to reply directly to the trigger and the text of the command. + + The script or flow to be triggered when the `/windmill` command is invoked.

+
+
+ Pick a script or flow meant to be triggered when the `/windmill` command is invoked. Upon connection, templates for a script and flow are available. + +

+ + The script or flow chosen is passed the parameters `response_url: string` and `text: string` + respectively the url to reply directly to the trigger and the text of the command. + +

+ + The script or flow is permissioned as group "slack" that will be automatically created after connection to Slack. + +

+ + See more on documentation. +
{:else if tab == 'export_delete'}