Using existing frameworks
Creating your bots from scratch can be a difficult process. There's a lot of technical factors that come into play that can be jumbled or inputted incorrectly, which can affect the entirety of the final message/action product.
Frameworks exist to make your life easier.
Slack's frameworks serve as a kind of guideline for your bots. You have the option to pick and choose the outline you want to use and then customize it to your needs. Change a text message to read the announcement you're trying to make. Alternate the time and date in your date picker to match your meeting details. All of these options are available to you more quickly and easily when you choose to utilize frameworks.
To do this, it helps to know where you can access these pre-existing frameworks. In this section, we'll discuss the two most common outlets for finding existing code to alter: Block Kit and Bolt.
Block Kit
In Chapter 9, Slack API, Webhooks, Block...