Types
ImportThreadMessageInput
input
ImportThreadMessageInputFields
author
required
The author of the message.
text
String!
required
The text content of the message.
createdAt
String!
required
The original creation timestamp of this message in the source system.
type
required
externalId
ID!
required
An external ID for this message. Duplicate imports with the same externalId are skipped.
attachmentIds
[ID!]
An array of attachments for the message.

