Skip to main content
QUERY
slackAutoJoinRules(integrationId: ID!): [SlackAutoJoinRule!]!

Arguments

integrationId
ID!
required
id
ID

Null for legacy rules read from the prefix/suffix settings that have not yet been saved through setSlackAutoJoinRules.

integrationId
ID!

The workspace Slack channel integration this rule belongs to.

channelNamePrefix
String!

Plain joins any new Slack channel whose name starts with this string. Empty string means no prefix filter.

channelNameSuffix
String!

Plain joins any new Slack channel whose name ends with this string. Empty string means no suffix filter.

Null means the channel mode is detected automatically (current behaviour).

defaultIngestionMode

Null means the team default ingestion mode applies.

Query
Variables
Response