Skip to main content
Using TypeScript? Check out our GraphQL SDK for a fully typed client.
The mutations below change individual attributes on an existing thread. Each one operates on a single field — there is no general-purpose updateThread mutation, so to change multiple attributes you call multiple mutations. These operations require the following permissions:
  • thread:edit

Change thread title

Mutation
Variables

Change thread priority

Priority is an integer from 0 (urgent) to 3 (low).
Mutation
Variables

Change the thread’s customer

Reassigns the thread to a different customer in your workspace. The original customer keeps any other threads they have.
Mutation
Variables

Change the thread’s tenant

Move the thread to a different tenant (or pass tenantIdentifier: null to detach the thread from its current tenant).
Mutation
Variables

Change the thread’s tier

Move the thread to a different tier (or pass tierIdentifier: null to detach).
Mutation
Variables