Email template Base64 encode in liquid syntax

Hi,

Base64 Decode & Encode Filters by dinsley · Pull Request #1450 · Shopify/liquid · GitHub shows that the liquid syntax now support
{{ 'some data' | base64_encode }}

But it does not work in auth0 email templates. Do you know what version is used by Auth0?

Some background on this requirement:
We want to add segment pixel tracking in our emails. Tracking Pixel API | Segment Documentation . For that we need to send a base64 of some user metadata.

Thanks.

Hi @npatel,

I reached out to the team on this and will update here when I have a response.

1 Like

Hi again.

We are using a version of liquidJS, which does not yet support base64_encode, as far as I can tell.

Ok. Will try to find an alternative to know when an email was opened.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.