# Slack
Interacts with the Slack API\
[api reference](https://api.slack.com/methods)
## Formatted Messages
Slack provides a feature-rich API to format messages sent to slack. It is called [`Block Kit`](https://api.slack.com/block-kit), and can be used to construct beautiful messages.
- [block kit builder](https://app.slack.com/block-kit-builder/)
- [elements reference](https://api.slack.com/reference/block-kit/block-elements#button)
- [layout reference](https://api.slack.com/reference/block-kit/blocks)
## Endpoints
- [`chat.postMessage`](https://api.slack.com/methods/chat.postMessage)