queueCeContactStoreTextMessageCommunication
Queues a text message (SMS) communication and targets one or more contacts.
Throws an error with code:
BAD_USER_INPUTif the input'scontactIdsfield is an empty list.BAD_USER_INPUTif the input'sdelayedDeliveryDatefield is specified and its value represents a date in the past.BAD_USER_INPUTif the input'smessageBodyfield is empty.NOT_FOUNDif a continuing education contact store matching the input'sceContactStoreIdfield cannot be found.NOT_FOUNDif contacts matching the input'scontactIdsfield cannot be found within the continuing education contact store specified by theceContactStoreIdinput field.NOT_FOUNDif a communication tag code matching the input'scommunicationTagCodefield cannot be found within the continuing education contact store specified by theceContactStoreIdinput field.
queueCeContactStoreTextMessageCommunication(
input: QueueCeContactStoreTextMessageCommunicationInput!
): QueueTextMessageCommunicationPayload!
Arguments
queueCeContactStoreTextMessageCommunication.input ● QueueCeContactStoreTextMessageCommunicationInput! non-null input
Type
QueueTextMessageCommunicationPayload object
The payload object returned when queuing a text message communication.