Block Kit is a UI framework for Slack apps that offers a balance of control and flexibility when building experiences in messages and other surfaces. Customize the order and appearance of information and guide users through your app's capabilities by composing, updating, sequencing, and stacking blocks — reusable components that work almost everywhere in Slack.
Questions tagged [slack-block-kit]
172 questions
0
votes
1 answer
Unable to open Slack modal from Google App Scripts
I am trying to open a slack modal on a button click from GAS. Currently I am sending an interactive button with this function:
function Send(){
var url = "my slack url here"
var payload =
{
"text": "Here's your interactive buttons…

CTR Tracker
- 37
- 1
- 6
0
votes
1 answer
Slack Blocks? Limited by design for simple apps only?
My application sends blocks to slack that require user decision about certain things. Let's simplify it and say it's a "yes" or "no" button click. The thing is--- the object this decision works should work on is a combination of app_domain ->…

JasonGenX
- 4,952
- 27
- 106
- 198
0
votes
1 answer
Is there a way to keep my Slack App from being used in Channels?
Is there a way to keep my Slack App from being used in Channels?
I only want the current user to be able to interact with the App directly and it not to show in any channels.
When setting up a app in MS Teams using App Studio there is a option…

Tyler
- 1,019
- 12
- 27
-1
votes
1 answer
Need a function for converting Slack Markdown to HTML
Is there an available package by which we can convert the slack block kit to HTML?
Or if someone has a function for the same, can you please help ?

Uday Mittal
- 29
- 5
-1
votes
1 answer
In slack Block kit builder give color to list disc
Click here to view image
Need to change that list discs color in block kit builder

vikram vikram
- 1
- 2
-1
votes
1 answer
Getting user display name from Slack app API Bolt with user select menu
I have been following the documentation to select a user from my workspace using the Slack app API kit.
However, once I select a user this is the payload that is show in the action listener
{
type: 'users_select',
action_id: 'user_select',
…

pythonNovice
- 1,130
- 1
- 14
- 36
-1
votes
1 answer
How to create message with Slack Block Kit, Bolt and Python?
I created the following BLOCK but cannot figure out how to use it within a /Command. It shows fine when used within the ack({...}) but does nothing when I use say({...}). The only other way is the client.dialog with type: modal but that is not what…

DirkLX
- 1,317
- 1
- 10
- 16