You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I post here:
Adding a new item at:
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?
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.
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:
I post here:
Adding a new item at:
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:
The Slack SDK version
slack_sdk==3.34.0
Python runtime version
Python 3.11.10
OS info
WSL - Ubuntu 22
The text was updated successfully, but these errors were encountered: