Types
ThreadChannelAssociation
A link between a connected messaging channel and a company or tenant. When a message arrives in the associated channel, Plain uses this association to route threads to the correct customer context. Implemented by SlackThreadChannelAssociation.
interface
ThreadChannelAssociationFields
id
ID!
companyId
ID
The ID of the company this channel is associated with. Null if the association targets a tenant instead.
tenantId
ID
The ID of the tenant this channel is associated with. Null if the association targets a company instead.
tenantMembershipPolicy
How tenants are assigned when a message from this channel is received.
createdAt
createdBy
updatedAt
updatedBy

