Skip to main content

QueueEmailCommunicationPayload

The payload object returned when queuing an email communication that uses a merge document for content.

type QueueEmailCommunicationPayload {
success: Boolean!
}

Fields

QueueEmailCommunicationPayload.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

queueEmailCommunication mutation