rabbah opened a new pull request #478: URL: https://github.com/apache/openwhisk-website/pull/478
Add Slack inviter action using Nimbella's anonymous invocation. The file `slack-invite.js` implements an OpenWhisk action which uses the [Slack invite API](https://api.slack.com/methods/admin.users.invite) to send an email invitation to join the OpenWhisk Slack team. The action requires a [Slack token](https://api.slack.com/authentication/token-types#user) to work correctly. The API call is made in `_layouts/slack.html` using [Nimbella's anonymous action invocation](https://nimbella.com). 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. ```bash curl https://encrypt.nimbella.io/github.com/apache/openwhisk-website/blob/slack/apis/slack-invite.js?slacktoken=<token> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
