Click or drag to resize

ISlackNotifySend Method

Sends a Slack notification Message to a configured inbound webhook.

Namespace:  NetQuarry.Services.Slack
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void Send(
	Message message,
	Field[] fields = null
)

Parameters

message
Type: NetQuarry.Services.SlackMessage
The message parameters.
fields (Optional)
Type: NetQuarry.Services.SlackField
An optional array of Slack fields to include.
See Also