1.3 KiB
1.3 KiB
| title | description | menu | weight | cascade | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| slack package | The `slack` package provides functions for sending messages to [Slack](https://slack.com/). |
|
11 |
|
The slack package provides functions for sending messages to Slack.
Import the slack package:
import "slack"
Options
option slack.defaultURL = "https://slack.com/api/chat.postMessage"
defaultURL
defaultURL defines the default Slack API URL used by functions in the slack package.
Functions
{{< children type="functions" show="pages" >}}