issueMessage

Message related to an issue, sent via a messaging vendor.

Examples

type IssueMessage {
  messagingVendor: MessagingVendorsTypes
  recipients: [Recipient]
  createdAt: Date
}

Fields

Field
Description
Supported fields

messagingVendor MessagingVendorsTypes

Vendor/service used to send the message

recipients [Recipient]

List of recipients who received the message

name String! id String! type String!

createdAt Date

Date and time when the message was created

References

Fields with this object:

Last updated