SlackMessageRequest

@Serializable
data class SlackMessageRequest(val channel: String, val message: String) : Action

Data class representing a Slack message request action.

Constructors

Link copied to clipboard
constructor(channel: String, message: String)

Properties

Link copied to clipboard

The Slack channel where the message will be sent.

Link copied to clipboard

The message to be sent to the Slack channel. This has to be in the slack block kit format.