Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

not created by, affiliated with, or supported by Slack Technologies, Inc.

License

Notifications You must be signed in to change notification settings

mattiasnordqvist/SlackbotAnchor

Repository files navigation

not created by, affiliated with, or supported by Slack Technologies, Inc.

Access your slackbot from .Net

Slackbot

Activate the Slackbot integration in slack to retrieve your token.

var slackbot = new Slackbot("team name", "token");

slackbot.Post("#channel", "Hello from Slackbot")
var incomingWebhook = new IncomingWebhook("yourwebhookurl");

incomingWebhook.Post(new Message(){...})

About

not created by, affiliated with, or supported by Slack Technologies, Inc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages