Skip to content

amarinelli/slack-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Node.js Service

A simple Node.js web server to process customizations in Slack.

How it Works

  • A Slash Command is used to send a POST request from within Slack to a Node.js web server running an Express web framework.
  • The request is processed using an appropriate Route and a POST request is sent to an Incoming Webhook for writing to the Slack channel of origin.

Current Commands

1. Case-Summary (no longer supported)

  • Post a hyperlink to an Esri Canada Case Summary
  • Example command /case 142982

case-summary

2. Esri Support

  • Post a hyperlink and formatted summary of an Esri Inc. BUG, NIM, or ENH
  • Example command: /bugs NIM079126

case-summary

Known Limitations and Contributing

About

Node.js service for running Slack customizations

Resources

Stars

0 stars

Watchers

25 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors