Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SlackChannelProperties

Package version

The parameters to provide for the Slack channel.

Hierarchy

  • SlackChannelProperties

Index

Properties

clientId

clientId: string

The Slack client id

clientSecret

clientSecret: string

The Slack client secret. Value only returned through POST to the action Channel List API, otherwise empty.

isEnabled

isEnabled: boolean

Whether this channel is enabled for the bot

Optional isValidated

isValidated: undefined | false | true

Whether this channel is validated for the bot NOTE: This property will not be serialized. It can only be populated by the server.

Optional landingPageUrl

landingPageUrl: undefined | string

The Slack landing page Url

Optional lastSubmissionId

lastSubmissionId: undefined | string

The Sms auth token NOTE: This property will not be serialized. It can only be populated by the server.

Optional redirectAction

redirectAction: undefined | string

The Slack redirect action NOTE: This property will not be serialized. It can only be populated by the server.

Optional registerBeforeOAuthFlow

registerBeforeOAuthFlow: undefined | false | true

Whether to register the settings before OAuth validation is performed. Recommended to True. NOTE: This property will not be serialized. It can only be populated by the server.

verificationToken

verificationToken: string

The Slack verification token. Value only returned through POST to the action Channel List API, otherwise empty.

Generated using TypeDoc