A simple Node.js web server to process customizations in Slack.
- 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.
- Post a hyperlink to an Esri Canada Case Summary
- Example command
/case 142982
- Post a hyperlink and formatted summary of an Esri Inc. BUG, NIM, or ENH
- Example command:
/bugs NIM079126
- See the Issues page

