slackapi / slackapi/bolt-python

Make the conversations.setProperties method public

Open
#1,577 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
1.3k
Forks
288
Avg merge
1d 8h
Merged PRs (30d)
10

Description

The conversations.setProperties is currently an unofficial/non-public API, but we have access to the admin.conversations.bulkSetProperties method on the Enterprise Grid. Allowing us to use this non-admin method would be amazing in automatically updating each channel to turn on the Huddle Notes AI feature, as it's annoying having to manually update each channel.

Category (place an x in each of the [ ])
  • slack_bolt.App and/or its core components
  • slack_bolt.async_app.AsyncApp and/or its core components
  • Adapters in slack_bolt.adapter
  • Others

Requirements

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the conversations.setProperties entry point and the related public conversation methods in the Bolt Python codebase. Check how those methods are exposed and tested; done means applications can call conversations.setProperties through the supported non-admin API and the relevant tests pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.