Skip to main content
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

Replace {provider} with slack in the redirect URI.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 InformationNow 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, Postiz 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=""