-
Notifications
You must be signed in to change notification settings - Fork 883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invite new users to specific channel automatically #65
Comments
Hey! Fair enough, but that's not exactly what I meant. I can't use the default channels feature in Slack because I want to be able to invite different groups of people to different channels upon joining (for instance, new members of a sales team join all of the sales channels by getting their invite at slack.company.com/sales). |
In fact, invitation API is not an official API that slack support. I think it is possible to set channels to new users will be join as when I test the APIs. It is an interesting feature request. |
Former maybe? |
Hello, Has there been any update or progress on this feature? I would like to invite users to a specific channel as a guest. Thanks. |
I just forked this to do precisely that. In /routes, edit index.js and below: Then in your config.js, add: (Put that anywhere in config.js between the opening and closing curly braces. This will allow you to only allow registered users to be locked to the channel you specify. If you need to use more than one channel, use You can't invite different people via different URLs this way, though. You'd have to build in more routes to accomplish that, which is a bit more complex than a comment on the issue would allow. |
^ |
Is there a way to specify a specific channel for new users who are invited through this app? Not as single-channel guests—they can have access to any channel, but I want to make sure that they're a part of a specific one from the start.
The text was updated successfully, but these errors were encountered: