python-slack-sdk
python-slack-sdk copied to clipboard
Slack Developer Kit for Python
### Reproducible in: This is reproducible using the python-sdk, the slack-go sdk, and when using `cURL` to post a message directly to the API. It should be noted this is...
Hello, I upload a file to Slack, and then send a message to a channel referencing that file. However, if I call them immediately after each other, sending message fails...
## Summary This is a duplicate of #1516 and adds support for https://api.slack.com/methods/conversations.externalInvitePermissions.set I did not get a chance to test out the integration tests locally, before noticing this was...
The Client treats Json-format Request Bodies as dict, but can benefit from completion and static analysis if TypedDict is supported. ### Category (place an `x` in each of the `[...
Suggestion raised in: https://github.com/slackapi/python-slack-sdk/issues/1509 Behavior: `initial_options` options must contain an exact match of `options` provided, or users experience issues with properly updating forms. Suggestion has been raised to update this...
We need a way to get the channel ID when provided the current channel name as an input. Previously this could be done using the `channels.info` API method, but now...
The export of types of the objects returned when making requests would be incredibly useful. This would significantly enhance the developer experience by: - preventing incorrect key accesses - and...
(Filling out the following details about bugs will help us solve your issue sooner.) #### Steps to reproduce: (Share the commands to run, source code, and project settings (e.g., setup.py))...
Intersphinx index used to be published here `https://slack.dev/python-slack-sdk/objects.inv`. It's no longer being published. Intersphinx is useful. Please put it back. ### The page URLs https://slack.dev/python-slack-sdk/objects.inv
#### The Slack SDK version 3.31.0 #### Python runtime version 3.12.4 #### OS info Mac Have setup a Lambda that listens to events. There's not a lot in the documentation...