top of page
Slack Bot creation steps
1 : Access the Slack App management page
2 : Press "Create New App"
3 : Select "From scratch"
4 : Enter the name of the bot you want to create, select a workspace, and press "Create App"
An app is created
5 : Select "OAuth & Permissions"
6 : Press "Add an OAuth Scope" and add the necessary permissions
The privileges required to use the RIGDOCKS API are as follows.
-
channels:read ・・・Reading basic channel information
-
chat:write ・・・Send a message to a channel
-
im:write・・・Send DM
-
usergroups:read・・・Read user group information
-
users:read ・・・Read user information
7 : Press “Install App”
8 : Press "Install to workspace name"
9: Press "Allow"
※The tokens used in the RIGDOCKS API are as follows:
-
※To send a message to a channel using AZ_Slack_PostChannelMessage
1 : Open Slack and go to the channel where you want to send your bot's message
2 : Enter "/app" in the message input field and select "Add an app to this channel" that appears.
3 : Press the "Add" button for the created app
4 : OK if "App added" is displayed
1 : Go to Display Information in Basic Information
2 : Press Add App Icon
3 : Select image
The image must be a rectangle with a side of 512px-2000px
Setting completed
bottom of page