MergeDocumentType
Represents the type of a Merge Document.
enum MergeDocumentType {
CONFIRMATION
MARKETING
}
Values
MergeDocumentType.CONFIRMATION
Confirmation Merge Documents allow you to personalize emails to attendees by including details from their record (such as which sessions or functions they've registered for).
For more information, see the documentation on Confirmation Merge Documents.
MergeDocumentType.MARKETING
Marketing Merge Documents are image-rich, graphical, HTML-based marketing emails, best used for newsletters and other marketing communications.
For more information, see the documentation on Marketing Merge Documents.
Member Of
MergeDocument
object