Mutations
importThreadMessages
Backfill up to 25 historical messages onto an existing thread. Each message requires an externalId for idempotency — re-importing the same ID returns NOOP for that message. INBOUND messages must be authored by a customer; OUTBOUND and NOTE messages must be authored by a user. Requires the thread:import permission.
MUTATION
importThreadMessages(input: ImportThreadMessagesInput!): ImportThreadMessagesOutput!Arguments
input
required
Returns
results
Per-message results in the same order as the input. Each result contains either the imported message or an error.
error
Mutation
Variables
Response
Mutation
Variables
Response

