Thread Message
Represents a message in a thread.
attachments
Message attachments
body
Message body
date Created
Message creation date
from
Message sender
id
Message id
to
Message recipients
Sample
{ "attachments": [ { "__typename": "ThreadMessageAttachment" } ], "body": "Example String", "dateCreated": "Example Custom Scalar", "from": { "__typename": "ThreadMessageSender" }, "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "to": [ { "__typename": "ThreadMessageRecipient" } ] }
Thread Message Sender
Represents the sender of a message.
display Name
Sender display name
organization Details
Organization details of the sender
type
Sender type. Possible values are: CUSTOMER, OPERATOR, SHOP
Sample
{ "displayName": "Example String", "organizationDetails": { "__typename": "ThreadMessageSenderOrganization" }, "type": "Example String" }
Referenced in