python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to create zoom like response in slack bot message using block kit?
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"
Howeve...
Izhar Aazmi
Votes: 0
Answers: 2
How can I add unfurl_links in Slack message
In the Slack message format example block below, how can I add unfurl_link option?
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "New Paid Time Off request from <example....

Sunday Ezeilo
Votes: 0
Answers: 1
Python to post and format API response data into Slack channel
Working on a script to present data in Slack channel.. I have a script I'm working on to request and return data that I need to post in the channel that gets invoked with a Slash command, but having a...
mikemillion2000
Votes: 0
Answers: 1
Linter for Slack Block Kit
when sending blocks to Slack some rules apply.
Currently I'm aware of two:
hard rule - max 50 blocks in a single message (https://api.slack.com/reference/block-kit/blocks)
soft rule/hint - send a tex...

Nachtgold
Votes: 0
Answers: 0