# Automation Emails - Liquid Syntax

**URL:** https://integration.keap.com/t/automation-emails-liquid-syntax/93681
**Category:** Max Classic
**Created:** [May 9, 2025, 5:12pm UTC](https://integration.keap.com/t/automation-emails-liquid-syntax/93681 "2025-05-09T17:12:40Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Jim\_Shepard](https://sea1.discourse-cdn.com/flex019/user_avatar/integration.keap.com/jim_shepard/32/15067_2.png) [@Jim\_Shepard](https://integration.keap.com/u/Jim_Shepard)
#### Post date: [May 9, 2025, 5:12pm UTC](https://integration.keap.com/t/automation-emails-liquid-syntax/93681/1 "2025-05-09T17:12:40Z")

</div>

We have been using Liquid Syntax to modify the appearance of date information coming from a contact record in emails for quite some time. It has stopped functioning and as we are forced to convert these legacy emails to the new format, it continues not to work. Is anyone else having this challenge? How are you addressing it?

Contact Field: 05-13-2025 12:00:00 we want to display in the email May 13, 2025 9:00 AM (we used plus\_hours previously to achieve this)

---

<div class="post-metadata">

### Author: ![Michael\_Tomar](https://avatars.discourse-cdn.com/v4/letter/m/b3f665/32.png) [@Michael\_Tomar](https://integration.keap.com/u/Michael_Tomar)
#### Post date: [June 23, 2025, 11:54am UTC](https://integration.keap.com/t/automation-emails-liquid-syntax/93681/2 "2025-06-23T11:54:32Z")

</div>

Keap supports Liquid syntax in its email automations. You can insert dynamic content by using {{ fieldName }} to pull in fields like first name or custom data, and wrap logic in {% if condition %}…{% endif %} blocks to personalize messages. Use filters like capitalize or date formatting to tweak the output.
