/slackbot

slack bot slash command poc

Primary LanguageJavaScript

slack api

To deal witth slack api , please visit for interesting tutorial

Slack api has many kind of intigration like

  • slash command
  • skackbot (apps)
  • web api
  • event api
  • intractive message (message button, message menu)

this repo has 3 kind of example

  • slackbot-msg-interceptor : This is an slackbot which intercepts all the messages from a channel and reply top the user.
  • slackbot-post-a-message : This is to post a message to a user from a third party library
  • slash-command : implementation of slash command. integration slash command with a slackbot. integrate message button and message menu as a response part of slash command.