<?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: How to automatically create Deals for new contacts without duplicates? in Sales Email</title>
    <link>https://community.hubspot.com/t5/Sales-Email/How-to-automatically-create-Deals-for-new-contacts-without/m-p/1174447#M10058</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/963880"&gt;@TLieberum&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your first scenario, you'll need to do a few things:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create and maintain a field on the deal object that contains the company domain name (e.g. via a sync property),&amp;nbsp;&lt;A href="https://knowledge.hubspot.com/properties/create-sync-properties" target="_blank"&gt;https://knowledge.hubspot.com/properties/create-sync-properties&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Create a contact-based workflow that enrolls contacts that are associated to companies where the 'Number of associated deals is greater than or equal to 1', then use the 'Create associations' workflow action to associate contacts and deals based on the matching values of 'Email domain' (contact) and the property from step 1&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Out of the box, this association will not carry over any activities. If you want to achieve this behavior, this would require a custom code workflow action (available in Operations Hub Professional or Enterprise) and working with the HubSpot Engagements API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your second scenario, you would use the 'Create record' workflow action in a contact-based workflow. This is a fairly straightforward workflow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure to review and test thoroughly. Especially with multiple deals, closed deals etc the above can easily increase in complexity – and it can often make sense to rather notify a user to take manual steps versus trying to automate everything. You haven't mentioned your desired behavior in those scenarios.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look and let me know if you have any follow-up questions!&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jul 2025 10:44:19 GMT</pubDate>
    <dc:creator>karstenkoehler</dc:creator>
    <dc:date>2025-07-09T10:44:19Z</dc:date>
    <item>
      <title>How to automatically create Deals for new contacts without duplicates?</title>
      <link>https://community.hubspot.com/t5/Sales-Email/How-to-automatically-create-Deals-for-new-contacts-without/m-p/1174446#M10057</link>
      <description>&lt;P&gt;Hey folks, appreciate your help on finding the best way to leverage Workflow to achieve the following goal:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Create a deal for new contact added to the CRM, which has&amp;nbsp;&lt;STRONG&gt;Lead Type = x &lt;/STRONG&gt;(manually labeled when creating the record)&lt;/P&gt;&lt;P&gt;--&amp;gt; If there is already a deal associated with their company, the record should be associated to the deal (with all activities logged)&lt;/P&gt;&lt;P&gt;--&amp;gt; If there is new existing deal, a new deal with the company name should be created with all activities logged&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any tips!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 10:36:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Email/How-to-automatically-create-Deals-for-new-contacts-without/m-p/1174446#M10057</guid>
      <dc:creator>TLieberum</dc:creator>
      <dc:date>2025-07-09T10:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create Deals for new contacts without duplicates?</title>
      <link>https://community.hubspot.com/t5/Sales-Email/How-to-automatically-create-Deals-for-new-contacts-without/m-p/1174447#M10058</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/963880"&gt;@TLieberum&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your first scenario, you'll need to do a few things:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create and maintain a field on the deal object that contains the company domain name (e.g. via a sync property),&amp;nbsp;&lt;A href="https://knowledge.hubspot.com/properties/create-sync-properties" target="_blank"&gt;https://knowledge.hubspot.com/properties/create-sync-properties&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Create a contact-based workflow that enrolls contacts that are associated to companies where the 'Number of associated deals is greater than or equal to 1', then use the 'Create associations' workflow action to associate contacts and deals based on the matching values of 'Email domain' (contact) and the property from step 1&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Out of the box, this association will not carry over any activities. If you want to achieve this behavior, this would require a custom code workflow action (available in Operations Hub Professional or Enterprise) and working with the HubSpot Engagements API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your second scenario, you would use the 'Create record' workflow action in a contact-based workflow. This is a fairly straightforward workflow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure to review and test thoroughly. Especially with multiple deals, closed deals etc the above can easily increase in complexity – and it can often make sense to rather notify a user to take manual steps versus trying to automate everything. You haven't mentioned your desired behavior in those scenarios.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look and let me know if you have any follow-up questions!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 10:44:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Email/How-to-automatically-create-Deals-for-new-contacts-without/m-p/1174447#M10058</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-07-09T10:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create Deals for new contacts without duplicates?</title>
      <link>https://community.hubspot.com/t5/Sales-Email/How-to-automatically-create-Deals-for-new-contacts-without/m-p/1174450#M10059</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As I know, HubSpot doesn’t automatically link to existing deals unless you use custom code or a tool like Zapier. So for associating deals to the record, that third party integration might be needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other than this, creating a contact based workflow &amp;amp; setting up an additional branch for existing deal check shall &amp;amp; should serve the purpose&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Prateek Paul || Transfunnel Consulting || &lt;A href="mailto:prateek.p@transfunnel.com" target="_blank" rel="noopener"&gt;prateek.p@transfunnel.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PPaul47_0-1752058376728.png" style="width: 126px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/150264i365CB3E1030BC0B3/image-dimensions/126x126?v=v2" width="126" height="126" role="button" title="PPaul47_0-1752058376728.png" alt="PPaul47_0-1752058376728.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 10:54:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Email/How-to-automatically-create-Deals-for-new-contacts-without/m-p/1174450#M10059</guid>
      <dc:creator>PPaul47</dc:creator>
      <dc:date>2025-07-09T10:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically create Deals for new contacts without duplicates?</title>
      <link>https://community.hubspot.com/t5/Sales-Email/How-to-automatically-create-Deals-for-new-contacts-without/m-p/1174454#M10060</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/951022"&gt;@PPaul47&lt;/a&gt;&amp;nbsp;no need for custom code or third-party tools for creating associations, see my previous reply. There is a workflow action 'Create associations. Best regards!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 11:04:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Email/How-to-automatically-create-Deals-for-new-contacts-without/m-p/1174454#M10060</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-07-09T11:04:54Z</dc:date>
    </item>
  </channel>
</rss>

