Skip to content

Commit

Permalink
Merge pull request howdyai#1981 from raycharius/patch-1
Browse files Browse the repository at this point in the history
Add Block Kit library links to README
  • Loading branch information
benbrown authored Aug 21, 2020
2 parents 74da283 + e29ddbf commit 8cbdd64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/botbuilder-adapter-slack/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@ Botkit will automatically construct your outgoing messages according to Slack's

The preferred way of composing interactive messages is using Slack's Block Kit. [Read the official Slack documentation here](https://api.slack.com/messaging/composing/layouts). Slack provides a UI to help create your interactive messages. Check out [Block Kit Builder](https://api.slack.com/tools/block-kit-builder).

Additionally, there are open-source libraries available that assist with building out UIs for Slack:

* [**Block Builder**](https://github.com/raycharius/slack-block-builder) – Zero-dependency library, with a SwiftUI-like builder syntax.
* [**JSX-Slack**](https://github.com/speee/jsx-slack) – JSX that transpiles to Slack API-compatible JSON.

Interactive messages using blocks can be sent via any of Botkit's built in functions by passing in the appropriate "blocks" as part of the message. Here is an example:

```javascript
Expand Down

0 comments on commit 8cbdd64

Please sign in to comment.