Basic Information: Visit the apps page and select the app created above.
Configure: Navigate to “OAuth & Permissions” from the left-hand sidebar in your app dashboard.
Redirect URLs: Add the redirect URL where Slack will send users after authorization. Use the following format: https://your-host/api/oauth2/redirect/slack.
Scopes: Add the required OAuth scopes for your integration:
crm.objects.contacts.readscope:
users.profile:read
chat:write
channels:read
channels:join
user_scope:
identity.basic
identity.email
Save Changes: Click “Save Changes” to save your OAuth settings.