Interface ReplacementTemplate.Builder

    • Method Detail

      • replacementTemplateData

        ReplacementTemplate.Builder replacementTemplateData​(String replacementTemplateData)

        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.

        Parameters:
        replacementTemplateData - 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.