QueueHtmlEmailCommunicationPayload
The payload object returned when queuing an email communication whose content is an HTML document.
type QueueHtmlEmailCommunicationPayload {
success: Boolean!
}
Fields
QueueHtmlEmailCommunicationPayload.success
● Boolean!
non-null scalar
A flag indicating whether the email communication was queued successfully.
The operation can be retried if the value is false
.
Returned By
queueHtmlEmailCommunication
mutation