-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
bugSomething isn't workingSomething isn't workingserver-sideissue with Slack HTTP APIissue with Slack HTTP API
Description
I realize they are new, but I am running into an issue with the new Lists APIs.
While they aren't supported in the SDKs yet (when, please? π) I am using just an await fetch to call them manually. I have tested 3 different APIs:
- β slackLists.items.list - works just fine
- β slackLists.items.update - result:
{ ok: false, error: "list_not_found" }(the List is shared in the same channel that the workflow is in, and I am using the token of the workflow) - β slackLists.items.create -
Error: Error running 'Start' command: exit status 1 (sdk_hook_invocation_failed)
Slack doctor is good, and everything appears up to date:
SYSTEM
β Operating System (the kernel and drivers)
Version: windows (amd64)
β Git (a version control system)
Version: git version 2.45.2.windows.1
SLACK
β CLI (this tool for building Slack apps)
Version: 3.6.0
β Configurations (any adjustments to settings)
System ID: e291ea02-05f3-435c-redacted
Last updated: 2025-08-14 16:01:21 -05:00
Experiments: bolt, bolt-install
β Credentials (your Slack authentication)
Redacted, all valid
PROJECT
β Configurations (your project's CLI settings)
Manifest source: local
Project ID: 55f41bdd-3584-44af-redacted
β Runtime (foundations for the application)
deno: 2.3.5
typescript: 5.8.3
v8: 13.7.152.6-rusty
β Dependencies (requisites for development)
deno_slack_hooks: 1.4.0
deno_slack_sdk: 2.15.1
deno_slack_api: 2.8.0
Errors: 0
Thanks in advance...
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingserver-sideissue with Slack HTTP APIissue with Slack HTTP API