I have used zoom integration with slack. When I send /zoom command the bot responds with a new meeting link in a box layout that looks really good.
Note the bordered box below "Call"
However I am not able to create similar box layout with border and section in my own slack bot. Which block kit syntax should I use to achieve the same design?
At max what I am able to achieve is like the below:
I did not find any relevant example in the documentation as well.


There are multiple ways suggested in slack's official documentation to format Messages in responses.
For instance:
You can use these components to design your own experience in response.
Further reading: https://api.slack.com/messaging/composing