Sendpost allows users to personalize email content dynamically using Handlebars. Personalization can be applied to the text body, html body and the subject itself. Here’s how you can utilize custom field variables to enhance your email communication.
{{firstName}}
, {{discountCode}}
, and {{status}}
in the subject, htmlBody, and textBody are replaced with the respective values from customFields.unsubscribe
is a reserved custom field name. You can’t use it as a custom field name.