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.
AppClient Methods
The following are methods for AppClient
.
appsEventAuthorizationsList(req)
Signature
Parameters
req
Type: Slack.AppsEventAuthorizationsListResponse
Return Value
Type: Slack.AppsEventAuthorizationsListResponse
authTest(req)
Signature
Parameters
req
Type: Slack.AuthTestRequest
Return Value
Type: Slack.AuthTestResponse