Skip to content

Latest commit

 

History

History
executable file
·
17 lines (14 loc) · 1.56 KB

BulkNotificationRequest.md

File metadata and controls

executable file
·
17 lines (14 loc) · 1.56 KB

# BulkNotificationRequest

Properties

Name Type Description Notes
notification_group_code string The notification group to which this notification belongs. The notification group decides certain characteristics of the notification (if it's compulsory or not, if it can be part of the daily digest or not, it's type, etc.).
recipients \EC\CNS\Client\Model\BulkRecipient[] List of bulk recipients. At least one recipient is expected and no more than 100;
default_content \EC\CNS\Client\Model\ContentTranslation
alternative_content_translations \EC\CNS\Client\Model\ContentTranslation[] Optionally, the content translated in other languages. [optional]
task_deadline \DateTime Optional task deadline (applies only to notifications of type task). [optional]
planned_date \DateTime Optional planned date of delivery. [optional]
external_reference string Optional value that uniquely identifies the notification in the client system. [optional]
business_specific_metadata \EC\CNS\Client\Model\BusinessSpecificMetadata [optional]
important bool Optional flag to set send email as important to indicate that email needs the recipient attention quickly. [optional]

[Back to Model list] [Back to API list] [Back to README]