Questions tagged [slack-bolt]
35 questions
0
votes
1 answer
SLACK BOLT PYTHON - Although the app should be installed into this workspace, the AuthorizeResult (returned value from authorize) for it was not found
I want to build a simple Slack bolt python project so I followed this document.
but when I use python_dotenv and then run my main file (app.py) I face this error:
As `installation_store` or `authorize` has been used, `token` (or SLACK_BOT_TOKEN env…

alireza nobakht
- 119
- 9
0
votes
0 answers
Slack Bolt.js Slash Commands open a new url
Is it possible to open a url link with a slash command in bolt framework in javascript?
I tried with a button but i want that when i type the slash command a new tab open with a url

rúben
- 1
0
votes
0 answers
How do I access Flask Session inside a slack_bolt handler?
I have a Slack App that handles commands and actions, that follows the documented way of handling requests using a SlackRequestHandler for flask. However, I would like to use the flask session inside the slack_bolt function, and understandably it…
0
votes
0 answers
Using event.message_replied with Slack Bolt
So I am building a slack app and I want to post some question to a thread when a user mentions the bot. I then want the bot to follow up with another question after the user has replied to the threaded message from the bot.
Here is what I have so…

BananaDolphin
- 23
- 1
0
votes
0 answers
Post proactive messages in Slack conversations with Bolt for Java
I'm trying to start a proactive conversation with a user using the Slack Bolt SDK for Java but I don't know how to get a client for the Bot token, this is my code so far:
Bot bot = ...; // with botToken, botUserId, botId and…

Joaquín L. Robles
- 6,261
- 10
- 66
- 96