Build Your First Slack Bolt App Pt 2: Custom Routes and Admin APIs

preview_player
Показать описание

NOTE: The Admin API part of this app is ONLY available for those on an enterprise plan. If you don't have that plan, you can skip ahead to the next video. The custom routes can be used by any Slack plan.

Custom routes can be used, for example, if you want to have two separate app installs. The first install would be the standard install (for free tier / Pro tier Slack users).

The second, and more powerful install would be to have an org admin install. This would add admin scopes to the token, which will enable a developer to take more powerful action over a Slack Organization, such as deleting channels.

Рекомендации по теме
Комментарии
Автор

Great video. To future watchers, I wasn't able to see user token on install locally with this code as of 9/20/24. However, was able to get it using more complex installer logic shown in pt 3, so don't worry.

connorchen
Автор

Appreciate the video very informative and easy to understand use case. I was wondering if you had any resources or guides on setting up custom POST routes as I've been struggle to set one up and haven't found any examples.

mckubisiak