OBJECT

AriaNotificationSlackOauth2Response

Slack Oauth2 access response to exchange auth code for access token

link GraphQL Schema definition

  • type AriaNotificationSlackOauth2Response {
  • # Access token to call any of slack method
  • token: String!
  • # Id of the slack workspace
  • workspaceId: String!
  • # Name of the slack workspace
  • workspaceName: String!
  • }