Skip to content

Slack bot to help posting pretty-formatted messages about service interruption

Notifications You must be signed in to change notification settings

sokoloff06/interruption_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interruption_bot

Slack bot to help posting pretty-formatted messages about service interruption

When deploying, make sure to fill in the following constants in index.js:

const client_id = ""; const client_secret = "";

Slack Service Interruption Submission Bot

  • Simple Node.js app which when given a slack command (e.g., /report) displays a slack dialog to collect a description of the service interruption incident and creates a post describing the incident with data collected from the dialog.

Set up

  • Put relevant host URL under the bot slack application in the following sections (see screenshots attached)

    • Interactive Components -> Request URL
    • Slash Commands -> /report -> Request URL
    • OAuth & Permissions -> Redirect URLS
  • Make sure to fill in the following constants in index.js:

    • const client_id = "";
    • const client_secret = "";

About

Slack bot to help posting pretty-formatted messages about service interruption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published