<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HUBL filters inside Email Templates in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/HUBL-filters-inside-Email-Templates/m-p/1111893#M42220</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127074"&gt;@Jaycee_Lewis&lt;/a&gt;&amp;nbsp;any update on this issue?&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2025 12:53:58 GMT</pubDate>
    <dc:creator>SKiran7</dc:creator>
    <dc:date>2025-02-20T12:53:58Z</dc:date>
    <item>
      <title>HUBL filters inside Email Templates</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HUBL-filters-inside-Email-Templates/m-p/1105525#M41971</link>
      <description>&lt;P&gt;I am trying to use the HUBL filters inside transaction emails and they are not working&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 11:28:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HUBL-filters-inside-Email-Templates/m-p/1105525#M41971</guid>
      <dc:creator>SKiran7</dc:creator>
      <dc:date>2025-02-07T11:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: HUBL filters inside Email Templates</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HUBL-filters-inside-Email-Templates/m-p/1105887#M41986</link>
      <description>&lt;P&gt;Hey, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/886644"&gt;@SKiran7&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; It's challenging for the community to help troubleshoot without more information.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's what I'd include:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;The specific HubL filters you are trying to use&lt;/LI&gt;
 &lt;LI&gt;A snippet of your code showing your implementation&lt;/LI&gt;
 &lt;LI&gt;What you expect to happen vs. what is actually happening&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thanks! — Jaycee&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 21:28:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HUBL-filters-inside-Email-Templates/m-p/1105887#M41986</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-02-07T21:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: HUBL filters inside Email Templates</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HUBL-filters-inside-Email-Templates/m-p/1106466#M41994</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127074"&gt;@Jaycee_Lewis&lt;/a&gt;&amp;nbsp;I am trying to send a transaction email once the based on some status after ticket gets created using workflow&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I have filed on the ticket object Order Data(type: MultiLineText,id:order_data). I am saving the JSON data on the field&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{"orderNumber":"123456","orderTotal":"$123.24"}​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on the email template i am trying to access the above value using HUBL and using the filter `fromjson`&lt;/P&gt;&lt;P&gt;{% set orderObject=ticket.order_data|fromjson } and using the orderObject inside the template to display the values&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;p&amp;gt;{{orderObject.orderNumber}}&amp;lt;p&amp;gt;
&amp;lt;p&amp;gt;{{orderObject.orderTotal}}&amp;lt;/p&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i only see the empty values.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 07:58:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HUBL-filters-inside-Email-Templates/m-p/1106466#M41994</guid>
      <dc:creator>SKiran7</dc:creator>
      <dc:date>2025-02-10T07:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: HUBL filters inside Email Templates</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HUBL-filters-inside-Email-Templates/m-p/1111893#M42220</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/127074"&gt;@Jaycee_Lewis&lt;/a&gt;&amp;nbsp;any update on this issue?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 12:53:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HUBL-filters-inside-Email-Templates/m-p/1111893#M42220</guid>
      <dc:creator>SKiran7</dc:creator>
      <dc:date>2025-02-20T12:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: HUBL filters inside Email Templates</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HUBL-filters-inside-Email-Templates/m-p/1128062#M42536</link>
      <description>&lt;P&gt;Hey, &lt;SPAN&gt;&lt;SPAN&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/886644"&gt;@SKiran7&lt;/a&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; Please see this &lt;A href="https://developers.hubspot.com/docs/reference/cms/hubl/filters#:~:text=You%20can%20apply%20HubL%20filters,pages%2C%20but%20not%20in%20emails." target="_blank" rel="noopener"&gt;&lt;STRONG&gt;documentation&lt;/STRONG&gt;&lt;/A&gt;. "Please note: you can apply HubL filters to personalization tokens, such as contact and company tokens, on HubSpot CMS and blog pages, but &lt;STRONG&gt;not&lt;/STRONG&gt; in emails."&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 20:26:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HUBL-filters-inside-Email-Templates/m-p/1128062#M42536</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-03-26T20:26:11Z</dc:date>
    </item>
  </channel>
</rss>

