auth0/webtask-slack-signup

Name: webtask-slack-signup

Owner: Auth0

Description: Create Slack signup page using Auth0 webtasks

Created: 2016-02-10 00:07:10.0

Updated: 2018-03-16 22:53:20.0

Pushed: 2017-01-28 01:14:12.0

Homepage: null

Size: 13

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Create Slack signup page using Auth0 webtasks

image

With Auth0 Webtasks you can quickly create a signup page for your Slack team without worrying about hosting, backends, and devops.

Follow these 3 steps:

install -g wt-cli
nit
reate https://raw.githubusercontent.com/auth0/webtask-slack-signup/master/slack-invite.js \
--name {your_slack_team}-signup \
--capture \
--parse-body \
--secret SLACK_ORG={your_slack_team} \
--secret SLACK_TOKEN={your_slack_admin_token}

The {your_slack_admin_token} can be obtained from Slack here.

Optionally, you can also provide --secret LOGO_URL={url_to_your_logo} which will display your custom logo on the signup page. It should be square and not less than 100x100px.

Use the resulting URL as your Slack signup page. Enjoy!


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.