-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Question
We use a list of several slack workflow automation from slack channel and slack channel canvas. The channel id from which these workflows are triggered is something which we always need. Till now the channel id of the channel from which the workflow was being triggered would be available via ```Schema.slack.types.channel_id`` which is propagated to workflow as an input from trigger. Recently what I am seeing is, on triggering a workflow a modal appears where the user has to again chose the channel name. This is totally redundant and its slowing users down. We use these workflows for extremely time critical use cases, this sudden random redundant step is a total bummer for us. Is there an option by which I can make the workflow use the id of the channel from which it was triggered? This is a very critical issue for our organization.
Environment
"deno-slack-sdk/": "https://deno.land/x/[email protected]/",
"deno-slack-api/": "https://deno.land/x/[email protected]/"
deno 1.44.4 (release, aarch64-apple-darwin)
v8 12.6.228.9
typescript 5.4.5
ProductName: macOS
ProductVersion: 15.3.2
BuildVersion: 24D81
Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:23 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6020
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.