OBJECT
Slack Oauth2 access response to exchange auth code for access token
type AriaNotificationSlackOauth2Response {# Access token to call any of slack methodtoken: String! # Id of the slack workspaceworkspaceId: String! # Name of the slack workspaceworkspaceName: String! }