Queries
workspaceSlackIntegration
Returns a single workspace-level Slack notifications integration by ID, or null if not found.
QUERY
workspaceSlackIntegration(integrationId: ID!): WorkspaceSlackIntegrationArguments
integrationId
ID!
required
Returns
integrationId
ID!
slackChannelName
String!
The name of the Slack channel where workspace notifications are posted.
slackTeamId
String!
slackTeamName
String!
slackTeamImageUrl68px
String
URL of the Slack workspace's icon at 68px. Null if unavailable.
isReinstallRequired
Boolean!
True when the integration has lost access and needs to be re-authorized via the OAuth flow.
createdAt
createdBy
updatedAt
updatedBy
Query
Variables
Response
Query
Variables
Response

