1.0.12 • Published 3 years ago

@firstfleet/ffslack v1.0.12

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

To publish new version to NPM:

  1. Create user on NPM site if you don't already have one. Then login npm login
  2. Have someone add you to the firstfleet NPM org
  3. Increment version in package.json
  4. Publish it! npm publish --access public

How to use in node project:

  1. Install to your project npm install -s @firstfleet/ffslack
  2. Require in your controller const slack = require('@firstfleet/ffslack')
  3. Example call to post to slack: slack.PostToSlack("Your app name", "Error message", <slack channel name or ID>, "userID: " & req.param.user;
  4. set SlackPosterURL environment variable to https://api.firstfleetinc.com/myportal/utility/slack/postToSlack

*The Slack channel names and IDs are mapped in IntegrationSupport.dbo.AppErrorTypes

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago