<?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: Help with programmable email and crm_object in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Help-with-programmable-email-and-crm-object/m-p/772942#M33454</link>
    <description>&lt;P&gt;I figured it out. You have to add the filter |int to custom.yacht&lt;BR /&gt;from this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{% set yacht = crm_object("yacht", custom.yacht, "name,builder, year") %}
&amp;lt;h1&amp;gt;{{ yacht.name }}&amp;lt;/h1&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;to this...&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{% set yacht = crm_object("yacht", custom.yacht|int, "name,builder, year") %}
&amp;lt;h1&amp;gt;{{ yacht.name }}&amp;lt;/h1&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;since custom.yacht is a string you have to filter it as a number.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2023 11:28:18 GMT</pubDate>
    <dc:creator>SStrachan1</dc:creator>
    <dc:date>2023-03-23T11:28:18Z</dc:date>
    <item>
      <title>Help with programmable email and crm_object</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Help-with-programmable-email-and-crm-object/m-p/772109#M33421</link>
      <description>&lt;P&gt;I am trying to pass the ID of an object with the transactional email API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot save my programmable email module because of this error:&lt;BR /&gt;&lt;SPAN&gt;Missing required input parameters. Object id or query is mandatory for crm_object function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;My object ID will be "custom.yacht" passed via API. Why is this not valid? Should it be written another way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{% set yacht = crm_object("yacht", custom.yacht, "name,builder, year") %}
&amp;lt;h1&amp;gt;{{ yacht.name }}&amp;lt;/h1&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 23:18:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Help-with-programmable-email-and-crm-object/m-p/772109#M33421</guid>
      <dc:creator>SStrachan1</dc:creator>
      <dc:date>2023-03-21T23:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with programmable email and crm_object</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Help-with-programmable-email-and-crm-object/m-p/772216#M33436</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I also need programmable mail and crm_object for my site &lt;A href="https://factordedicatedteams.com/hire-dedicated-cms-developers/" target="_blank"&gt;https://factordedicatedteams.com/hire-dedicated-cms-developers/&lt;/A&gt;. Can anyone help me?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 07:52:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Help-with-programmable-email-and-crm-object/m-p/772216#M33436</guid>
      <dc:creator>RZhukov</dc:creator>
      <dc:date>2023-03-22T07:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with programmable email and crm_object</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Help-with-programmable-email-and-crm-object/m-p/772942#M33454</link>
      <description>&lt;P&gt;I figured it out. You have to add the filter |int to custom.yacht&lt;BR /&gt;from this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{% set yacht = crm_object("yacht", custom.yacht, "name,builder, year") %}
&amp;lt;h1&amp;gt;{{ yacht.name }}&amp;lt;/h1&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;to this...&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{% set yacht = crm_object("yacht", custom.yacht|int, "name,builder, year") %}
&amp;lt;h1&amp;gt;{{ yacht.name }}&amp;lt;/h1&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;since custom.yacht is a string you have to filter it as a number.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 11:28:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Help-with-programmable-email-and-crm-object/m-p/772942#M33454</guid>
      <dc:creator>SStrachan1</dc:creator>
      <dc:date>2023-03-23T11:28:18Z</dc:date>
    </item>
  </channel>
</rss>

