method SlackTransport.send
SlackTransport.send(message: SlackMessage): Promise<void>

Posts a Slack message.

Parameters

The Slack message

Return Type

Promise<void>

Throws

Error

If posting fails

Usage

import { type SlackTransport } from "notification-plugin/src/index.ts";