python-slack-sdk icon indicating copy to clipboard operation
python-slack-sdk copied to clipboard

When will Elevate APIs be added to SDK?

Open Keanro opened this issue 7 months ago • 1 comments

The Sales Elevate APIs are documented, but they do not exist in the most up-to-date SDK version. In each of the following links, we see something like app.client.admin_conversations_createForObjects but when looking into the client file, we don't see it.

  • https://api.slack.com/methods/admin.conversations.createForObjects
  • https://api.slack.com/methods/admin.conversations.linkObjects
  • https://api.slack.com/methods/admin.conversations.unlinkObjects

The Slack SDK version

slack_sdk==3.35.0

Requirements

For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. :bow:

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

Keanro avatar Jun 13 '25 17:06 Keanro

Hi @Keanro thanks for bringing this up 💯

Since these methods are publicly documented they should be in a stable state and we should add them to this project 🚀 I'll confirm through other channels that this is the case and open a PR for the changes

WilliamBergamin avatar Jun 16 '25 15:06 WilliamBergamin