Values.ReplacementTemplateSourceAn object which contains ReplacementTemplateData to be used for a specific BulkEmailEntry.
type nonrec t = {replacementTemplateData : EmailTemplateData.t option;A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
*)}