-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Question
Is it possible to create and update List items in a existing list? Similar to the canvas API.
I understand this would have to be a custom function, but I don't know how to create a custom function that does anything but uses the existing slack API methods, and I can't find anything Lists related in them.
Context
I have a list with work items, and I want to automate creation and progression of new items. I currently have a no-code workflow in Slack that uses a webhook trigger and does this for me. For scalability, I'm looking into building a custom slack app.
I need to be able to select the list item and update certain fields when the work progresses and new webhook triggers are hit.
Thanks in advance
Environment
"deno-slack-sdk/": "https://deno.land/x/[email protected]/",
"deno-slack-api/": "https://deno.land/x/[email protected]/"
deno 2.2.11 (stable, release, aarch64-apple-darwin)
v8 13.5.212.10-rusty
typescript 5.7.3
ProductName: macOS
ProductVersion: 15.3.2
BuildVersion: 24D81
Darwin Kernel Version 24.3.0
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.