Mutations
importThread
Import a thread from an external system using its historical creation timestamp. Unlike createThread, this mutation does not trigger SLAs or autoresponders, making it suitable for backfilling historical support data. The externalId is used for idempotency — re-importing the same ID returns NOOP. Requires the thread:import permission.
MUTATION
importThread(input: ImportThreadInput!): ImportThreadOutput!Arguments
input
required
Returns
thread
result
error
Mutation
Variables
Response
Mutation
Variables
Response

