Types
CreateTierInput
input
CreateTierInputFields
name
String!
required
The name of this tier.
externalId
String!
required
The external ID of this tier. You can use this field to store your own unique identifier for this tier. This must be unique in your workspace.
color
String!
required
The color to assign to this tier, given by its hex code (e.g. #FABADA). This color is used in Plain's UI to represent this tier.
defaultThreadPriority
Int
Any thread created in this tier will have this priority by default, unless a different priority is specified while creating it. If not provided, it defaults to 2 (normal priority).
memberIdentifiers
required
isDefault
Boolean
If set to true, this tier will be applied to all threads that do not match any other tier.
Only one tier can be the default tier.
Default: false

