hubot-slack-invite-request
v0.4.0
Published
Ingress commands for Hubot
Downloads
4
Maintainers
Readme
Slack invitation request page for Hubot
Serves a page from your Hubot which authenticates users via Google Sign-In and then displays a form for requesting an invite to a Slack team. When the form is submitted, the details are posted to your channel/group on Slack.
This script is designed specifically for use with the Slack adapter.
Installation
npm install hubot-slack-invite-request
Then add "hubot-slack-invite-request"
to external-scripts.json
Configuration
Start by modifying the strings.yml
file to set up the application form, "thank you" page, and "login" page.
The strings.yml
file is set up as follows:
apply:
# ... strings for application page ...
thanks:
# ... strings for thank you page ...
login:
# ... strings for login page ...
The user will see each page in the following order:
- login (unless user is already logged in)
- apply
- thanks
Commands
None