<?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: Transactional email and HUBL in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Transactional-email-and-HUBL/m-p/1226363#M85606</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1013368"&gt;@juanchi-onlinua&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can do this, but the feature is still in beta. Here is the doc link, which can guide you better - &lt;BR /&gt;&lt;A href="https://developers.hubspot.com/docs/cms/start-building/features/data-driven-content/emails-with-programmable-content" target="_blank"&gt;https://developers.hubspot.com/docs/cms/start-building/features/data-driven-content/emails-with-programmable-content&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this will help you out. Please mark it as &lt;/SPAN&gt;&lt;STRONG&gt;Solution Accepted and upvote&lt;/STRONG&gt;&lt;SPAN&gt; to help another Community member.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Nov 2025 11:15:00 GMT</pubDate>
    <dc:creator>GRajput</dc:creator>
    <dc:date>2025-11-20T11:15:00Z</dc:date>
    <item>
      <title>Transactional email and HUBL</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Transactional-email-and-HUBL/m-p/1224092#M85510</link>
      <description>&lt;P&gt;Hi, can HUBL be used in transactional email templates (via a custom module)? I can't find any information about it, and it's not recognizing my conditionals, e.g.:&lt;BR /&gt;&lt;BR /&gt;custom mod: test-hubl&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{% set monto_raw = personalization_token('custom.monto_descuento', '') %}
{% set monto_str = (monto_raw ~ '')|trim %}


{% if monto_str == '' %}
No vino monto_descuento
{% else %}
{% set monto_num = monto_str
|replace(',', '.')
|regex_replace('[^0-9.-]', '')
|float
%}
{% if monto_num &amp;gt; 1 %}
Mayor a 1
{% else %}
No es mayor a 1
{% endif %}
{% endif %}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 19:04:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Transactional-email-and-HUBL/m-p/1224092#M85510</guid>
      <dc:creator>juanchi-onlinua</dc:creator>
      <dc:date>2025-11-14T19:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Transactional email and HUBL</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Transactional-email-and-HUBL/m-p/1224153#M85512</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1013368"&gt;@juanchi-onlinua&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, HubL can be used in email in particular when the "programmable email" feature is turned on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.hubspot.com/marketing-email/create-programmable-emails" target="_blank"&gt;https://knowledge.hubspot.com/marketing-email/create-programmable-emails&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.hubspot.com/docs/cms/start-building/features/data-driven-content/emails-with-programmable-content" target="_blank"&gt;https://developers.hubspot.com/docs/cms/start-building/features/data-driven-content/emails-with-programmable-content&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, the "programmable&amp;nbsp;email" feature is in beta (it has been in beta for at least a few years now), so there have been issues mentioned with this functionality where HubL is not working 100% like it would be in website modules.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Nov 2025 02:49:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Transactional-email-and-HUBL/m-p/1224153#M85512</guid>
      <dc:creator>evaldas</dc:creator>
      <dc:date>2025-11-15T02:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Transactional email and HUBL</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Transactional-email-and-HUBL/m-p/1226363#M85606</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/1013368"&gt;@juanchi-onlinua&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can do this, but the feature is still in beta. Here is the doc link, which can guide you better - &lt;BR /&gt;&lt;A href="https://developers.hubspot.com/docs/cms/start-building/features/data-driven-content/emails-with-programmable-content" target="_blank"&gt;https://developers.hubspot.com/docs/cms/start-building/features/data-driven-content/emails-with-programmable-content&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this will help you out. Please mark it as &lt;/SPAN&gt;&lt;STRONG&gt;Solution Accepted and upvote&lt;/STRONG&gt;&lt;SPAN&gt; to help another Community member.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 11:15:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Transactional-email-and-HUBL/m-p/1226363#M85606</guid>
      <dc:creator>GRajput</dc:creator>
      <dc:date>2025-11-20T11:15:00Z</dc:date>
    </item>
  </channel>
</rss>

