-
Hello, I've spent a few hours putting together what I think is a fairly good prototype for composing BlockKit-based messages in Ruby. Currently, it has what I personally need from it for my own projec…
-
Explore different slack block kit builders to find one that seems well supported and easy-ish to use to create better look and feel for our messaging.
-
Hi,
For the context I have building a Slack App which can submit a form to Slack Channels, with a capability to do Edit for form which already being submitted. Then one of the fields I'm using is u…
-
I try to send a hello world message using Slack go API.
```
const token = "my token in here!"
func main(){
api := slack.New(token)
chanelId := `do some stuff here to find the channel ID…
-
-
Slack now uses [Block Kit](https://api.slack.com/block-kit) to richly format messages. This now seems to be the only way to format links with custom text but it also opens up many other features for m…
-
I was following the instructions in `/how_to/how_to_create_slash_slack_bot_python.md`, but when I tried to execute the command `echo hello world --upper` as instructed in `mock-slack`, it returned the…
-
I'm hitting some issues when parsing valid blocks sent back from the Slack API because they include `type` of `rich_text` which doesn't appear to be supported. And I'm struggling to find it anywhere i…
-
**Is your feature request related to a problem? Please describe.**
Not related to an existing problem in the repo, but related to existing issue for developers using the Slack API together with Botte…
-
URLs in `mrkdwn` elements in Slack blocks such as `` are appearing like `[https://slack.com/help](https://slack.com/help)`.
[Block Kit Builder](https://app.slack.com/block-kit-builder/T060SL2GMU6#…