TheRoonie

Results 10 issues of TheRoonie

I'm excited to try this on multiple workspaces (enterprise grid), but trying to dig through it to see how to set it up. A couple of questions... 1. Is is...

If I am reading [the documentation](https://api.slack.com/automation/types) correctly, we can use blocks in a custom function when building a workflow step by using the type `Schema.slack.types.blocks`. I can add that to...

bug
feature request
backend
server-side

The latest version of the SDK has functions available to update a canvas. Specifically regarding updating a canvas with the [canvas_update_content](https://api.slack.com/reference/functions/canvas_update_content) function, the documentation doesn't state what to use for...

feature request
question
backend

**Question** When building a _Steps from Apps_ workflow step in 1.0, we were able to define an error when the user tries to save a workflow step with something we...

feature request
server-side

I am just starting my journey with Slack programming. Thank you for the tutorial. There seems to be some things missing, and the commands in the article don't match up...

Writing a NextGen app, and I'm trying to download a file from Slack. I get the following error when running the custom function: ``` error: Uncaught (in promise) PermissionDenied: Detected...

bug

With the recent GA release of Slack Lists (yay!), I'd like to build some custom functions with Lists. I do know that it will take a while for true Lists...

feature request

Hi team. I'm working on a custom function with Bolt and having issues opening a modal. To open a modal, we either need a trigger ID or an interactivity pointer....

question
needs info

I realize they are new, but I am running into an issue with the new [Lists APIs](https://api.slack.com/methods?query=slackLists). While they aren't supported in the SDKs yet (when, please? 😁) I am...

bug
server-side

Lists have been out for some time now. When will the Deno SDK be updated to include the `list_id` type for custom functions?