SlackNotificationEndpoint: NotificationEndpointBase & {
    token?: string;
    url?: string;
}

Type declaration

  • Optionaltoken?: string

    Specifies the API token string. Specify either URL or Token.

  • Optionalurl?: string

    Specifies the URL of the Slack endpoint. Specify either URL or Token.

MMNEPVFCICPMFPCPTTAAATR