SlackChannel.prototype.send(notification: NotificationMessage): Promise<void>
Sends the body as text, optionally including to.channel.
notification: NotificationMessage
The notification to send
SlackChannel.prototype.send(notification: NotificationMessage): Promise<void>
Sends the body as text, optionally including to.channel.
notification: NotificationMessage
The notification to send
import { SlackChannel } from "notification-plugin/src/index.ts";