From a83648989a67783dfa4bc0bc3159331ca18a11f9 Mon Sep 17 00:00:00 2001 From: Henri Courdent <122811744+hcourdent@users.noreply.github.com> Date: Fri, 28 Jul 2023 12:58:21 +0200 Subject: [PATCH] Context given on Slack integration (#1948) * Context given on Slack integration * Fix package-lock.json --- .../(logged)/workspace_settings/+page.svelte | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) 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'}