From charlesreid1

Revision as of 17:54, 19 September 2018 by Admin (talk | contribs) (Created page with "=Creating Apps= Slack "Apps" refer to any kind of program that interacts with Slack. There are five categories of apps: * incoming webhooks (respond to external events) * i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Creating Apps

Slack "Apps" refer to any kind of program that interacts with Slack.

There are five categories of apps:

  • incoming webhooks (respond to external events)
  • interactive components (buttons, ui)
  • slash commands (providing actions)
  • event subscriptions (responding to slack activity)
  • bots (exchange information with users)

You also need to set the permissions correctly for the bot.

Link to create app: https://api.slack.com/apps/ACWAU18AD?created=1