Skip to main content

QueueTextMessageCommunicationPayload

The payload object returned when queuing a text message communication.

type QueueTextMessageCommunicationPayload {
success: Boolean!
}

Fields

QueueTextMessageCommunicationPayload.success ● Boolean! non-null scalar

A flag indicating whether the text message communication was queued successfully.

The operation can be retried if the value is false.

Returned By

queueCeContactStoreTextMessageCommunication mutation ● queueContactStoreTextMessageCommunication mutation ● queueEventTextMessageCommunication mutation ● queueMembershipContactStoreTextMessageCommunication mutation