978 B
978 B
title | list_title | description | aliases | menu | weight | flux/v0.x/tags | introduced | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Flux slack package | slack package | The Flux `slack` package provides functions for sending data to [Slack](https://slack.com/). Import the `slack` package. |
|
|
11 |
|
0.41.0 |
The Flux slack
package provides functions for sending data to Slack.
Import the slack
package:
import "slack"
Options
The slack
package provides the following options:
import "slack"
option slack.defaultURL = "https://slack.com/api/chat.postMessage"
defaultURL
Default Slack API URL.
Default is https://slack.com/api/chat.postMessage
.
Functions
{{< children type="functions" show="pages" >}}