docs-v2/content/flux/v0.x/stdlib/slack/_index.md

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.
/influxdb/v2.0/reference/flux/functions/slack/
/influxdb/v2.0/reference/flux/stdlib/slack/
/influxdb/cloud/reference/flux/stdlib/slack/
flux_0_x_ref
name parent
slack Standard library
11
functions
slack
package
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" >}}