<?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: Obtaining Deal fields into automated email module in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Obtaining-Deal-fields-into-automated-email-module/m-p/738342#M32180</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/475435"&gt;@SFurlong&lt;/a&gt;,&amp;nbsp;thanks for reaching out!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I haven't tried any custom-developed solutions here before, but I have a workaround that may work for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The challenge with emails is that they are specific to the individual contact being sent the email. I totally understand wanting to pull in information from the deal, but HubSpot won't know what to do if there are multiple deals associated with that single contact.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll need to get the checkout URL into a&amp;nbsp;&lt;STRONG&gt;contact&amp;nbsp;&lt;/STRONG&gt;property in order to reliably use it in emails. If you have Marketing Hub Professional or Sales Hub Professional, you should be able to accomplish this with the following&amp;nbsp;&lt;STRONG&gt;deal&amp;nbsp;&lt;/STRONG&gt;workflow:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Enrollment criteria = "Cart URL - Deal" is known AND, for any associated contact, "Cart URL - Contact" is unknow&lt;/LI&gt;
&lt;LI&gt;Copy value from "Cart URL - Deal" to "Cart URL - Contact"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;As long as you have the contact associated with the deal, the value should be carried over.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a client doing something similar, except we bring in the unique identifier (GUID) on the contact record. The same checkout URL applies for all contacts (just with their GUID appended), so I have a workflow that will set their final checkout URL property to "&lt;A href="http://www.website/checkout{GUID" target="_blank"&gt;www.website/checkout{GUID&lt;/A&gt;}" vs storing the full URL in the deal and having to copy it back to the contact. Not sure how relevant that is to you, but I wanted to throw it out there just in case!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!!&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jan 2023 20:50:32 GMT</pubDate>
    <dc:creator>jolle</dc:creator>
    <dc:date>2023-01-06T20:50:32Z</dc:date>
    <item>
      <title>Obtaining Deal fields into automated email module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Obtaining-Deal-fields-into-automated-email-module/m-p/738247#M32175</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attempting to use an email module to pull in fields from a deal and was hoping someone could point me in the correct direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the deal there is a custom field named "Cart URL". This deal gets generated when a user abandones their cart on the front end, which populates the cart URL field, then sends an automated email.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the automated email I am attempting to pull in the "Cart URL" field but don't seem to be having luck. I am using an email module and attempting to hook it up via CRM Object Properties:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{{ module.CartUrl.property_definition.label }}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works for example, however when I try something such as ".value" I don't receive any data.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Would be thankful for any advice!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 17:02:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Obtaining-Deal-fields-into-automated-email-module/m-p/738247#M32175</guid>
      <dc:creator>SFurlong</dc:creator>
      <dc:date>2023-01-06T17:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining Deal fields into automated email module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Obtaining-Deal-fields-into-automated-email-module/m-p/738342#M32180</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/475435"&gt;@SFurlong&lt;/a&gt;,&amp;nbsp;thanks for reaching out!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I haven't tried any custom-developed solutions here before, but I have a workaround that may work for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The challenge with emails is that they are specific to the individual contact being sent the email. I totally understand wanting to pull in information from the deal, but HubSpot won't know what to do if there are multiple deals associated with that single contact.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll need to get the checkout URL into a&amp;nbsp;&lt;STRONG&gt;contact&amp;nbsp;&lt;/STRONG&gt;property in order to reliably use it in emails. If you have Marketing Hub Professional or Sales Hub Professional, you should be able to accomplish this with the following&amp;nbsp;&lt;STRONG&gt;deal&amp;nbsp;&lt;/STRONG&gt;workflow:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Enrollment criteria = "Cart URL - Deal" is known AND, for any associated contact, "Cart URL - Contact" is unknow&lt;/LI&gt;
&lt;LI&gt;Copy value from "Cart URL - Deal" to "Cart URL - Contact"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;As long as you have the contact associated with the deal, the value should be carried over.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a client doing something similar, except we bring in the unique identifier (GUID) on the contact record. The same checkout URL applies for all contacts (just with their GUID appended), so I have a workflow that will set their final checkout URL property to "&lt;A href="http://www.website/checkout{GUID" target="_blank"&gt;www.website/checkout{GUID&lt;/A&gt;}" vs storing the full URL in the deal and having to copy it back to the contact. Not sure how relevant that is to you, but I wanted to throw it out there just in case!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 20:50:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Obtaining-Deal-fields-into-automated-email-module/m-p/738342#M32180</guid>
      <dc:creator>jolle</dc:creator>
      <dc:date>2023-01-06T20:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining Deal fields into automated email module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Obtaining-Deal-fields-into-automated-email-module/m-p/739703#M32245</link>
      <description>&lt;P&gt;Thanks Jolle - that was precisely the problem! After updating the workflows the standard {{ deal.[field] }} approach works great.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 22:01:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Obtaining-Deal-fields-into-automated-email-module/m-p/739703#M32245</guid>
      <dc:creator>SFurlong</dc:creator>
      <dc:date>2023-01-10T22:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining Deal fields into automated email module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Obtaining-Deal-fields-into-automated-email-module/m-p/739706#M32246</link>
      <description>&lt;P&gt;So happy to hear!!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 22:03:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Obtaining-Deal-fields-into-automated-email-module/m-p/739706#M32246</guid>
      <dc:creator>jolle</dc:creator>
      <dc:date>2023-01-10T22:03:57Z</dc:date>
    </item>
  </channel>
</rss>

