tree: 6836b2a582e64f60f65b1d390367e1a055075ba2 [path history] [tgz]
  1. README.md
  2. slack-invite.js
apis/README.md

Slack Inviter API

The file slack-invite.js implements an OpenWhisk action which uses the Slack invite API to send an email invitation to join the OpenWhisk Slack team.

The action requires a Slack token to work correctly.

The API call is made in _layouts/slack.html using Nimbella's anonymous action invocation. The token for the API call is uniquely encrypted for this action. Should this token change, the encrypted value can be regenerated with the following Nimbella encryption API, replacing the placeholder <token> with the actual Slack App token.

curl https://encrypt.nimbella.io/github.com/apache/openwhisk-website/blob/master/apis/slack-invite.js?slacktoken=<token>