(※記事更新日 2022/06/15)
本記事では、dejirenとSlackとの接続連携方法について解説します。
※Slackとの連携には、事前にSlackのアカウント作成が必要です。
1.Slack APIの作成



Pick a workspace to develop your app in:対象のSlackテナントを選択
「Create App」を押下



channels:history
channels:read
chat:write
files:read
files:write
groups:history
groups:read
im:history
im:read
mpim:read
users:read
users:read.email
team:read






2.dejiren接続先の作成


Bot User OAuth Access Token:Slack APIから取得したもの
Signing Secret:Slack APIから取得したもの

3.Slack APIへのWebhook設定



message.channels
message.groups
message.im
message.mpim



「Save Changes」を押下


4.外部ユーザー割り当て
外部ユーザーの設定は、下記ページを参照してください。
以上で接続設定は完了です。