OBJECT

OutboundMessageSentSystemAttachment

Outbound message sent to the visitor

link GraphQL Schema definition

  • type OutboundMessageSentSystemAttachment {
  • # Text of the message
  • text: String!
  • # SentAs describes which Profile author sent the message
  • sentAs: ConversationParticipant
  • }