deno-slack-sdk icon indicating copy to clipboard operation
deno-slack-sdk copied to clipboard

SDK for building Run on Slack apps using Deno

Results 122 deno-slack-sdk issues
Sort by recently updated
recently updated
newest added

**Description of the problem being solved** Thanks to the Slack platform for its great OAuth2 integration. However, there is an issue where some OAuth2 providers do not provide an endpoint...

**Question** I have a use case to create new triggers for invoking workflows. I understand workflows can bundled into JSON/YAML into slack app workspace. 1. How can we create and...

question

**Question** Hello! Am trying to work on an event trigger that listens for message reactions but I would like to filter out all events on a thread message, so if...

backend

There is a lot to like about this new sdk, but I'm finding triggers really difficult. **Question** 1. Why do old triggers not get removed when running `slack run`? Ex....

question

**The `deno-slack` versions** ``` $ cat import_map.json | grep deno-slack "deno-slack-sdk/": "https://deno.land/x/[email protected]/", "deno-slack-api/": "https://deno.land/x/[email protected]/", ``` **Deno runtime version** ``` $ deno --version deno 1.38.5 (release, aarch64-apple-darwin) v8 12.0.267.1 typescript 5.2.2...

bug
backend

**Question** I'm trying to use `Schema.slack.functions.CreateChannel` in a new Deno workflow, and I want to know how I should pass the team_id parameter. It's something similar to how it's done...

bug
backend

I don't think we want to merge this as it has some breaking changes and other weird bits. Specifically: - `canvas_copy` is now removed? it is publicly documented and I...

help wanted
backend

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

**Description of the problem being solved** Marking a function as complete from a `viewSubmissionHandler` requires using the `client` provided as an argument and making a call to `functions.completeSuccess`. A [sample...

documentation

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