Nitty Music Social Management

Other platforms

Slack

How to add Slack to your system

This integration requires that you have a Slack Workspace

1

Create Slack App

Head to Slack Applications Dashboard and select "From scratch", fill out all the required Information.

2

Set up OAuth Scopes and redirect URIs

Your Slack OAuth2 Redirect URI:

  • Production: https://your-social-domain.com/integrations/social/slack
  • Local development: http://localhost:4200/integrations/social/slack
  • Docker: http://localhost:5000/integrations/social/slack

Head to Features > OAuth & Permissions

  1. Add the redirect URI (see above)
  2. At Scopes > Bot Token Scopes, add these Scopes:
    • chat:write
    • channels:read
    • users:read
    • groups:read
    • channels:join
3

Set an App Icon

Head back to Settings > Basic Information > Display Information

Now set an Icon that meets these Requirements:

  1. It has to be a Square
  2. It has to be 512px×512px to 2000px×2000px

If you do not set an App Icon, Nitty Music Social won't let you install the Integration.

4

Copy Client ID and Secret

Head back to App Credentials, copy the Client ID and Secret and paste it to your Environment:

SLACK_ID=""
SLACK_SECRET=""