
This document demonstrates how to send data to a Slack channel, using Nexthink webhook capability, to stand out from other messages in the channel. Please report any errors or inconsistencies to Nexthink Support. Nexthink does not have control over the accuracy of third-party documentation, nor any external updates or changes that might create inconsistencies with the information presented on this page. MultiSelectStaticĮlement = new Elements.This documentation references external sources. Placeholder = new TextObject( "Select a conversation ")Įlement = new Elements. Placeholder = new TextObject( "Select a channel ")Įlement = new Elements. Placeholder = new TextObject( "OptionGroup placeholder ")Įlement = new Elements. Placeholder = new TextObject( "Options Placeholder ") Placeholder = new TextObject( "Select a conversation "), Placeholder = new TextObject( "Select a channel "),Įlement = new Elements. Placeholder = new TextObject( "Select a user.

Placeholder = new TextObject( "Select a date ") Text = new TextObject( "This is the Text "),ĭeny = new TextObject( "This is the Deny Text "), Package is hosted on Nuget and can be installed from the package manager: NET 3.5/4 you can use an older release, but this may be out of date.


SlackClient implements IDisposable to match the contained HttpClient instance even though this isn't the recommended usage.Allow HttpClient to be injected into SlackClient.This shouldn't cause problems in the most part! SlackMessage.Emoji is now a string and Emoji.* are constants.

