bolt-python icon indicating copy to clipboard operation
bolt-python copied to clipboard

A framework to build Slack apps using Python

Results 81 bolt-python issues
Sort by recently updated
recently updated
newest added

We have built a slack app using slack_bolt package. Our goal is when user asks question in slack, the slack app should respond. The slack app does respond but we...

I'm building an AI app in Slack, and I'm looking to have the bot help with thread summarization. If I open the AI widget when I have a thread open...

enhancement
question
server-side
auto-triage-skip

## Summary Docs: guide quick start app creation using the slack CLI following the [Bolt for JS](https://github.com/slackapi/bolt-js/pull/2535/commits) structure authored by @zimeg. ### Testing ### Category * [ ] `slack_bolt.App` and/or...

docs

Channels where the created application exists can retrieve messages. However, some users can retrieve messages in DMs, while others cannot. The application does not invite in DM. I don't see...

question

We're using the Slack Python Bolt SDK to build an AI assistant app via the AI Apps framework, and we're seeing a behavior that feels inconsistent with user expectations. I’d...

question
server-side

Hi there, I apologize in advance if this is not the correct place to post about this question. I would like to send multiple images in this format: (the above...

question

I deployed my slack bolt python code on AWS Lambda with HTTP API Gateway, and have an org access level slack app installed in my organization workspace. I have processes...

question
area:adapter

### Description: In my Slack bot implementation, when a user clicks a button, it triggers a specific `@app.action`, which raises a ticket and responds to the user. However, in some...

question
area:async
need info

I have two questions that stem from a bit of a lack of understanding about slack app Oauth flow and request verification that I hope can be cleared up relatively...

question

Looking for advice on ThreadPool separation for middleware and actual event, looking for ContextVars to be passed ### Reproducible in: ```bash pip freeze | grep slack python --version sw_vers &&...

enhancement
question
auto-triage-skip