python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
Is it possible to get a webhook/event at the user level for the Slack API?
I would like to build an app where users add a configuration and I can retrieve their user token so the app can act on behalf of the user.
I would like to be able to receive webhook events (much like ...
PGT
Votes: 0
Answers: 1
TypeError: Slackbot is not a constructor
I need your help because it's the first time that I develop a Slack bot and I don't understand why this message appear:
const botSlack = new Slackbot ({
^
TypeError: Slackbot is not ...
Apococ
Votes: 0
Answers: 1
is there any way to send message to thread in slack bolt?
I am trying to do this tutorial in python.
https://api.slack.com/tutorials/tracks/responding-to-app-mentions
However, it only sends to 'channel', not message 'thread' in channel(the message which user...
이준혁
Votes: 0
Answers: 2