OBJECT

ReceivedDirectMessage

A Received Direct Message

link GraphQL Schema definition

  • type ReceivedDirectMessage {
  • # The number of attachments for the received direct message
  • attachments_count: Int
  • # The XML data contained in the attach CDA file
  • cda_xml: String
  • # The received date of the direct message
  • created_at: String
  • # Array of direct message attachments
  • direct_message_attachments: [DirectMessageAttachment!]
  • # When true, the message has an attached CDA
  • has_cda: Boolean
  • # The unique identifier of the fax
  • id: ID!
  • # The listed recipient
  • listed_recipient: String
  • # The listed sender
  • listed_sender: String
  • # The message body of the direct message
  • message_body: String
  • # The subject
  • subject: String
  • }