Skip to main content

Communicationmessageenqueueaction

Represents the time interval to resend messages.

endDatedate-timerequired

The upper limit until which created messages will be enqueued.

Example: 2016-09-06T13:37:50+03:00
startDatedate-timerequired

The lower limit from which created messages will be enqueued.

Example: 2016-09-06T13:37:50+03:00
templateTypesstring[]

The list of template message types to enqueue.

Possible values: [EMAIL, SMS, WEB_HOOK, EVENT_STREAM, TASK]

Communicationmessageenqueueaction
{
"endDate": "2016-09-06T13:37:50+03:00",
"startDate": "2016-09-06T13:37:50+03:00",
"templateTypes": [
"EMAIL"
]
}