Move Slack invites to main website
Closed this issue · 1 comments
franhoey commented
Currently for people to join slack they enter their details here - https://cdslack.azurewebsites.net/ and get an emailed invite.
It would be nice to move this functionality into the main website. The above site uses node, so not appropriate for the .net core website.
The Slack Api documentation is here - https://api.slack.com/methods/admin.users.invite. We already have the user setup for this and it's simple to generate the token needed.
I'm more than happy for multiple people to work on this, if you are more comfortable building the UI, say that in a comment and I'll setup a branch for the issue.
franhoey commented
This was completed using a redirect to the Slack generated invite url