ASP.NET Core - Slack Slash Commands
C# Slack API Integrations
Background
Most of us are all “slackers”, meaning we truly do spend a significant amount of time using Slack.
Slack is a collaboration hub for work, no matter what work you do. It’s a place where conversations happen, decisions are made, and information is always at your fingertips.
<a href="https://www.slack.com" target='_blank'><a href="https://www.slack.com">www.slack.com</a></a>
It’s wildly popular in the Developer Community! In fact, almost to a fault…people are constantly sharing their “slack fatigue”. I am personally a part of roughly twenty slack workspaces. One of the really cool features of slack is the ability to integrate with the tool itself through the Slack API. Imagine a plugin playground where you’re free to extend the capabilities of the slack ecosystem. Look to the
<a href="https://api.slack.com/" target='_blank'>Slack API</a>
.