What is a Slack API?
For starters, what is any kind of API? An application programming interface, or API for short, is the way in which multiple applications can interact and obtain data from one another. Slack uses APIs for a broad range of niche apps across its platform to promote interaction and communication between all of your applications.
Slack APIs allow you to merge complex services with the communication platform to go beyond the integration Slack provides to customize your own. Chapter 6, Your Workplace Slackbot, began this understanding process by introducing us to Event API access, but what about the other features of Slack API? And what about the other types of API? There are many ways to use a Slack API within your workspace that we'll discuss throughout this chapter. To start, let's break down some of Slack API's key features.
Slack API's main features include the following:
- Sending messages
- Creating shortcuts for users
- Automating...