Click or drag to resize

ISlackNotify Interface

Notification service to send messages to Slack.

Namespace:  NetQuarry.Services.Slack
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface ISlackNotify

The ISlackNotify type exposes the following members.

Methods
  NameDescription
Public methodChannelsCreate
Creates a new Slack channel.
Public methodSend
Sends a Slack notification Message to a configured inbound webhook.
Top
See Also