INPUT_OBJECT
CreateOrUpdateTextMessageNoTextMessageConversationBackrefInput
link GraphQL Schema definition
- input CreateOrUpdateTextMessageNoTextMessageConversationBackrefInput {
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the chat conversation.
- : ID
- # Body of the message. May be plain text or a JSON payload (e.g. AI assistant
- # examples / suggestions).
- : String
- # Timestamp the message was sent.
- : DateTime
- # Direction of the message (Incoming, Outgoing).
- : EmailDirectionEnum
- # External message identifier from the SMS provider (e.g. Twilio Message SID).
- : String
- : Int
- # Delivery status of the message (e.g. Sent, Delivered, Failed).
- : TextMessageStatusEnum
- # Revision when entity was lastly changed.
- : Int
- # Files attached to the message (e.g. MMS attachments).
- : [CreateCloudObjectRelationNoBackrefInput!]
- }