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

Post on different channel tab #1637

Open
carlosjedwab opened this issue Jan 20, 2025 · 1 comment
Open

Post on different channel tab #1637

carlosjedwab opened this issue Jan 20, 2025 · 1 comment
Labels
enhancement M-T: A feature request for new functionality

Comments

@carlosjedwab
Copy link

Is it possible to add/delete/update a row from a slack's list tab in a channel. So instead of posting a message on a channel's mais messages, I post a new item in a list from a channel.

Just for better visualization of what I mean, for example, instead of posting a message here:

Image

I post here:

Image

Adding a new item at:

Image

I would also like to know if the oposite is true. That is, if someone edits something on that list, how to make a webhook to trigger on that in my application?

Reproducible in:

pip freeze | grep slack
python --version
sw_vers && uname -v # or `ver`

The Slack SDK version

slack_sdk==3.34.0

Python runtime version

Python 3.11.10

OS info

WSL - Ubuntu 22

@carlosjedwab carlosjedwab changed the title (Set a clear title describing your question) Post on different channel tab Jan 21, 2025
@vegeris vegeris added enhancement M-T: A feature request for new functionality and removed untriaged labels Jan 21, 2025
@vegeris
Copy link

vegeris commented Jan 21, 2025

Hi there,

Unfortunately we don't yet support interacting with Lists via Bolt. If it works for your use case, you could create a workflow via Workflow Builder to interact with a List; there's a workflow Step for adding an item to a List and you can create a workflow that runs when a List item is edited.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement M-T: A feature request for new functionality
Projects
None yet
Development

No branches or pull requests

2 participants