java-slack-sdk
java-slack-sdk copied to clipboard
Slack Developer Kit (including Bolt for Java) for any JVM language
>While testing this new feauture, I found that the logic to set context.requestUserId can be improved for Events API patterns. I will make changes for it in a different pull...
https://slack.dev/java-slack-sdk/guides/app-distribution ``` // The standard AWS env variables are expected // export AWS_REGION=us-east-1 // export AWS_ACCESS_KEY_ID=AAAA************* // export AWS_SECRET_ACCESS_KEY=4o7*********************** // Please be careful about the security policies on this bucket....
As mentioned in https://github.com/slackapi/java-slack-sdk/issues/1129 >It would be nice if slackConfig.setProxy() would work after the the SlackConfig is initialized. I think it works if the library detects no environment variables and...
* [ ] **bolt** (Bolt for Java) * [ ] **bolt-{sub modules}** (Bolt for Java - optional modules) * [x] **slack-api-client** (Slack API Clients) * [x] **slack-api-model** (Slack API Data...
In a modal view we have two `ExternalSelectElement`s that provide suggestion support for user entering customer and project values. We would love to use the input of the first select...
1. There seems to be no documentation about how to verify requests using the Java SDK. The only documentation found is the [general info](https://api.slack.com/authentication/verifying-requests-from-slack). 2. When trying to verify a...
would like to be able to use SVG files directly in the image block when working with the Slack API and Bolt for Java. As SVG is a widely used...
These are samples for the following APIs (only available in dev right now): - `conversations.requestSharedInvite.list` - `conversations.requestSharedInvite.deny` - `conversations.requestSharedInvite.approve` I am issuing this PR to the `slack-connect-invite-automation` branch as a...
I am trying to create a message with an image upload AND also have the ts (format "1723570494.731189", not just Unix ts) of when it happened so that I can...
I could not deserialize an event I got from a webhook with this type because there is no class for it. I am using `gson` deserializing which involves statically registering...