Work with a Slack App Client
Use these Apex classes to work with a Slack app client.
The Slack.AppClient
class enables you to work with the Slack App client.
Usage
Before you can work with an app client, get access to a Slack context. To get access to a Slack client, use the Slack.App
class.
The following are methods for AppClient
.
Signature
Parameters
req
Type: Slack.AppsEventAuthorizationsListResponse
Return Value
Type: Slack.AppsEventAuthorizationsListResponse
Signature
Parameters
req
Type: Slack.AuthTestRequest
Return Value
Type: Slack.AuthTestResponse