Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API for sections and channels #2461

Open
cmaluend opened this issue Mar 21, 2025 · 3 comments
Open

API for sections and channels #2461

cmaluend opened this issue Mar 21, 2025 · 3 comments
Labels
question M-T: User needs support to use the project

Comments

@cmaluend
Copy link

(Filling out the following with as much detail as you can provide will help us answer your question sooner.)

@slack/bolt version

@slack/bolt": "^4.2.1

Your App and Receiver Configuration

const app = new App({
  token: config.SLACK_BOT_TOKEN,
  signingSecret: config.SLACK_SIGNING_SECRET,
  socketMode: true,
  appToken: config.SLACK_APP_TOKEN,
  port: 3000,
});

Node.js runtime version

v22.13.0

Steps to reproduce:

N/A

Expected result:

N/A

Actual result:

N/A

Requirements

Hi,
I'm looking for an API to help me manage the channels. I want to automate the channel organization by adding new channels to a specific section.
My team has a naming convention for the channels that I can use to group them into different sections. For example, we create a release-<number> channel for every release, and it would be nice to group them into a release section.

Thanks.

@seratch
Copy link
Contributor

seratch commented Mar 22, 2025

As far as I know, Slack does not provide public APIs to organize a user's sections. Therefore, as of today, there may not be any ways to achieve your goal using APIs.

@WilliamBergamin
Copy link
Contributor

I can confirm that there are no public APIs to organize a user's sections 🤔
I will bring it up internally as a feature request, you can also reach out to [email protected] to ask for this feature

@cmaluend
Copy link
Author

Thank both of you for your answers. I'll send an email to support.

@WilliamBergamin WilliamBergamin added question M-T: User needs support to use the project and removed untriaged labels Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question M-T: User needs support to use the project
Projects
None yet
Development

No branches or pull requests

3 participants