MergeDocument
A Merge Document is a template for personalized communications. A Merge Document can be prepared and sent via email to one or more contacts.
type MergeDocument {
brand: Brand
communicationTag: CommunicationTag
createdAt: DateTime!
createdBy: String
dateFormat: MergeDocumentDateFormat
emailSenderAddress: String
emailSenderName: String
emailSubject: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
title: String!
type: MergeDocumentType!
}