Creating a Slack App
This guide will help you create and install a Slack app with the chat:write
permission. This app will be used to send messages to the #cloudparrot
channel.
Step 1: Create the Slack App
Go to Slack API:
Visit Slack API Apps and log in to your workspace.Create a New App:
- Click “Create New App”.
- Choose “From scratch”.
- Enter the following details:
- App Name: Choose a name (e.g.,
Cloud Parrot Notifier
). - Workspace: Select your Slack workspace.
- App Name: Choose a name (e.g.,
- Click “Create App”.
Set App Profile:
- Profile Picture: Use the following image link for the app’s profile picture:
https://avatars.slack-edge.com/2025-01-02/8242922378322_48e50e327e5b0e75b457_512.png
. - Cover Color: Set the cover color to
#0c84db
.
- Profile Picture: Use the following image link for the app’s profile picture:
Step 2: Add the chat:write
Permission
- Navigate to the OAuth & Permissions tab in the app’s settings.
- Under Scopes, add the following bot scope:
chat:write
: This allows the app to send messages to channels it is added to.
- Click Save Changes.
Step 3: Install the App to Your Workspace
- Go to the Install App tab in the app’s settings.
- Click “Install to Workspace” and follow the prompts to authorize the app.
- Once installed, copy the OAuth Token displayed.
Save this token for the next step.
Step 4: Add the App to the #cloudparrot
Channel
- Open Slack and navigate to the
#cloudparrot
channel. - Use the invite command to add the app to the channel:
Replace/invite @<your-app-name>
<your-app-name>
with the name you chose for the app.
Now your Slack app is ready to send messages to the #cloudparrot
channel. Ensure you securely save the OAuth token as you will need it for the next step.
Previous: ← IAM Configuration
Next: Installation →