Page tree
Skip to end of metadata
Go to start of metadata

Available in version v6+
An object that contains the definitions for a draft message.
A draft message has not been scheduled or sent and is not assigned to a group for sendout.
A draft can be saved and edited at a later date or used as a template for other messages.

Name

Type

Description

Constraints

id

Long

The ID of the draft message.

optional

name

String

The name of the draft message.

required

externalId

String

The external message ID assigned to the draft message. The external message ID is inserted into message links through the use of link parameters.

optionalmaxLength:250

messageCategoryId

Long

The message category ID.

optional

message

MessageBase

An object that contains the message content and content-related properties.

required

  • No labels