INPUT_OBJECT

CreateOrUpdateTextMessageNoTextMessageConversationBackrefInput

link GraphQL Schema definition

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