To connect Slack with Ampersand, you will need a Slack Developer Account.Once your account is created, you’ll need to create an app in Slack, configure the Ampersand redirect URI within the app, and obtain the following credentials from your app:
Client ID
Client Secret
Scopes
You will then use these credentials to connect your application to Ampersand.
In the Create a Slack App pop-up window, enter the App Name and select the Development Slack Workspace where you want to develop your app. Click Create App.
In the left-hand sidebar, navigate to OAuth & Permissions.
In the Redirect URLs section, click Add a Redirect URL and enter the Ampersand redirect URL: https://api.withampersand.com/callbacks/v1/oauth.
Click Add and then Save URLs.
In the Scopes section, add the necessary OAuth scopes for your app by clicking on Add an OAuth Scope and selecting the required scopes.You will find the Client ID and Client Secret in the Basic Information section. Note these credentials, as you will need them to connect your app to Ampersand.