Open5
slack boltとlambdaを使う

前提
Slack Bolt

Slack アプリで使用できるトークンには、ユーザートークン(xoxp)とボットトークン(xoxb)、アプリレベルトークン(xapp)の 3 種類があります。
説明を読む限り、ボットトークンが良さげ。

「OAuth & Permissions」からボットトークンの方の「Add an OAuth Scope」 をクリック
試しに「chat:write」を追加してみた。

「Basic Information」の「Generate Token and Scopes」でてアプリレベルトークンを作成?