Message object
A message exchanged as part of a job.
On this page
Fields
attachmentUrls
([Url!]! )
|
A collection of URLs pointing to attachments associated with the message. |
body
(String! )
|
The message body. |
from
(Actor! )
|
The organization or shop that sent the message. |
id
(ID! )
|
A globally unique identifier. |
sentAt
(DateTime! )
|
The date and time the message was sent. |
sentVia
(MessageSentVia! )
|
The platform that was used to send the message. |
to
(Actor! )
|
The organization or shop that the message was sent to. |
Types that return Message
Implements
A message exchanged as part of a job.
On this page
Fields
attachmentUrls
([Url!]! )
|
A collection of URLs pointing to attachments associated with the message. |
body
(String! )
|
The message body. |
from
(Actor! )
|
The organization or shop that sent the message. |
id
(ID! )
|
A globally unique identifier. |
sentAt
(DateTime! )
|
The date and time the message was sent. |
sentVia
(MessageSentVia! )
|
The platform that was used to send the message. |
to
(Actor! )
|
The organization or shop that the message was sent to. |