hubot-slack-invite-request

0.4.0 • Public • Published

Slack invitation request page for Hubot

Build Status Gitter chat

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:

  1. login (unless user is already logged in)
  2. apply
  3. thanks

Commands

None

Package Sidebar

Install

npm i hubot-slack-invite-request

Weekly Downloads

1

Version

0.4.0

License

MIT

Last publish

Collaborators

  • therealklanni