Hi n8n community,
I’ve built a Slack app that triggers n8n workflows. Currently, it works for my workspace, but I want to make it installable by other workspaces.
How do I:
- Set up the OAuth flow in n8n to handle installations from other workspaces?
- Handle the installation callback and store workspace-specific tokens?
- Manage multiple workspace installations in n8n?
I’m using webhooks to receive Slack events, but need guidance on the installation process. Any help would be appreciated!
Thank you!