-
### `@slack/bolt` version
^3.19.0
### Your `App` and Receiver Configuration
`export const getSlackApp = (token: string, receiver: AwsLambdaReceiver) => {
const options: AppOptions = {
…
-
### Description
When leaving an explore open for a day or two, the explore breaks and custom filtering is lost
### Steps to Reproduce the Bug or Issue
Start an explore
Leave it open for a da…
-
It seems that on chatPostMessage of a message containing an image block, the SDK tries to fetch the image located at image_url with OkHttp 4.11.0 and any other result than a successful image fetch lea…
-
## Description
Create the slack integration
## Solution
- [ ] Create a class named `SlackIntegration` under `integration/plugins/slack.integration.ts`.
- [ ] Implement the `base.integration.…
-
I have created a slack bot in GCP Kubernetes environment. The bot is written in bolt python and uses socket mode. We are running 10 pods simultaneously. Lately, we are facing the following issue -
``…
-
At the moment creating simple Bots in SocketMode is easy, but as soon as you want to support OAuth2 installation so that the bot can act on behalf of the user, a whole world of pain and complexity ens…
-
(Filling out the following details about bugs will help us solve your issue sooner.)
### Reproducible in:
```bash
pip freeze | grep slack
python --version
sw_vers && uname -v # or `ver`
```
…
-
Hello!
I want reading the documentation on using the Web API from the Bolt Python library and found there is a dead link on the page.
The source of the link is https://slack.dev/bolt-python/con…
-
### Request to Add Custom Slack Functions to Slack-Go
**Description:**
I am requesting the addition of support for custom Slack functions to the Slack-Go library. This feature will enable users to…
-
### `@slack/bolt` version
3.21.4
### Your `App` and Receiver Configuration
```typescript
const app = new App({
token: props.slackBotToken,
signingSecret: props.slackSigningKey,
sock…