OBJECT
SMSMessage
link GraphQL Schema definition
- type SMSMessage {
- # Inbound or Outbound.
- SMSMessageDirection! :
- # The date and time of the message.
- DateTime! :
- # The content of the message.
- String! :
- # The sender of the message.
- SMSMessageSender :
- # The status of the message.
- SMSMessageStatus :
- }