W
Windmill4mo ago
Tim

Connect to Slack on multiple workspaces

Following the directions here: https://www.windmill.dev/docs/core_concepts/error_handling#workspace-error-handler-on-slack I was able to connect our staging workspace to Slack and send messages as Windmill bot. But trying to do the same in our production workspace is causing an error (see attached). Do I need to create separate Slack Apps for each workspace? I am able to OAuth successfully, but seems to fail right after that before WIndmill is able to complete the connection to Slack. Any ideas?
Error Handling in Windmill | Windmill
There are 5 ways to do error handling in Windmill.
No description
3 Replies
rubenf
rubenf4mo ago
@Tim correct, we are aware of the issue and I will work on it asap. There is a uniqueness requirement due to our use of the slack connection to handle /commands but we will decouple this. So until we fix it, you will need separate apps indeed, apologies for the issue.
Tim
Tim4mo ago
gotcha - that works for now. Thanks for the quick reply Hmm - it seems the only place that Slack App OAuth ClientID/Secret can be set is at the Instance level, and only once. How do you connect to separate Slack Apps in different workspaces? @rubenf ^ curious if you have any thoughts. I don't see any way to connect separate apps per workspace
rubenf
rubenf4mo ago
Yes you're right We will have to do our fix