View Source Notifiex.Provider.Slack (Notifiex v1.0.0)

Slack provider for Notifiex.

Link to this section Summary

Functions

Sends a message to the specified channel.

Link to this section Functions

@spec call(map(), map()) :: {:ok, binary()} | {:error, {atom(), any()}}

Sends a message to the specified channel.

payload should include the following:

  • text: The message text.
  • channel: The channel to send the message to.

options should include the following:

  • token: Authentication token.