Work with a Slack App Client

Use these Apex classes to work with a Slack app client.

AppClient Class 

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

1public Slack.AppsEventAuthorizationsListResponse
2appsEventAuthorizationsList(
3  Slack.AppsEventAuthorizationsListRequest req
4)

Parameters

req

Type: Slack.AppsEventAuthorizationsListResponse

Return Value

Type: Slack.AppsEventAuthorizationsListResponse

authTest(req) 

Signature

1public Slack.AuthTestResponse authTest(Slack.AuthTestRequest req)

Parameters

req

Type: Slack.AuthTestRequest

Return Value

Type: Slack.AuthTestResponse

Beta Feature

This feature is not generally available. It is not part of your purchased Services. This feature is subject to change, may be discontinued with no notice at any time in SFDC’s sole discretion, and SFDC may never make this feature generally available. Make your purchase decisions only on the basis of generally available products and features. This feature is made available on an AS IS basis and use of this feature is at your sole risk.