Back to connector

LogoSlack Integration Development Guide

Add white-label customer-facing integration with Slack into your app with just a few lines of code.

How To Create and set up your own Slack App

  • Here you can find a step-by-step guide on how to create your own slack app
  • To get the most out of the slack connector, you need to add the following permissions to your app:
    • channels:history
    • channels:join
    • channels:manage
    • channels:read
    • chat:write
    • chat:write.customize
    • chat:write.public
    • calls:read
    • commands
    • files:write
    • im:write
    • mpim:write
    • team:read
    • users:read
    • users:read.email
    • users.profile:read
    • workflow.steps:execute
  • Note that if you want your app to operate on behalf of a user, you would want to add the following user permissions too:
    • chat:write
    • im:history
    • im:read
    • search:read