<?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 Emails without replies - Calculated property in Tips, Tricks &amp; Best Practices</title>
    <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Emails-without-replies-Calculated-property/m-p/1152452#M12662</link>
    <description>&lt;P&gt;We're currently using the Services custom object to track customers' onboarding. This is going well with our responsive customers, but we're struggling with our unresponsive ones.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're not using a sequence (yet) as we're still fleshing out the process, but what we'd like to do is track a number of items:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Total sales emails sent to this contact since the beginning of the project&lt;/LI&gt;&lt;LI&gt;When was the last reply from the customer to one of these emails?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;How long has it been since the customer last responded to a project-related email?&lt;/LI&gt;&lt;LI&gt;How many emails have been sent since they replied/responded?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The thinking here is that if a customer has been sent &amp;gt;2 emails without any response, we'd escalate the engagement automatically, and/or add a status to their project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've toyed with some of the calculated properties so far, but haven't been able to find a "last sales email sent" date/time property to calculate&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;from.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 May 2025 15:34:44 GMT</pubDate>
    <dc:creator>Adam_W</dc:creator>
    <dc:date>2025-05-14T15:34:44Z</dc:date>
    <item>
      <title>Emails without replies - Calculated property</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Emails-without-replies-Calculated-property/m-p/1152452#M12662</link>
      <description>&lt;P&gt;We're currently using the Services custom object to track customers' onboarding. This is going well with our responsive customers, but we're struggling with our unresponsive ones.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're not using a sequence (yet) as we're still fleshing out the process, but what we'd like to do is track a number of items:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Total sales emails sent to this contact since the beginning of the project&lt;/LI&gt;&lt;LI&gt;When was the last reply from the customer to one of these emails?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;How long has it been since the customer last responded to a project-related email?&lt;/LI&gt;&lt;LI&gt;How many emails have been sent since they replied/responded?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The thinking here is that if a customer has been sent &amp;gt;2 emails without any response, we'd escalate the engagement automatically, and/or add a status to their project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've toyed with some of the calculated properties so far, but haven't been able to find a "last sales email sent" date/time property to calculate&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;from.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 15:34:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Emails-without-replies-Calculated-property/m-p/1152452#M12662</guid>
      <dc:creator>Adam_W</dc:creator>
      <dc:date>2025-05-14T15:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Emails without replies - Calculated property</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Emails-without-replies-Calculated-property/m-p/1152588#M12667</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/541318"&gt;@Adam_W&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use default property &lt;STRONG&gt;&lt;EM&gt;Recent sales email replied date&lt;/EM&gt;&lt;/STRONG&gt; → auto-updates on replies.&lt;BR /&gt;&lt;A href="https://knowledge.hubspot.com/properties/hubspots-default-contact-properties" target="_blank" rel="noopener"&gt;HubSpot Property Reference&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Create custom calculated fields:&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Days since last reply&lt;/STRONG&gt;: use workflows to set &lt;EM&gt;Today - reply date&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Emails sent since last reply&lt;/STRONG&gt;: increment on email send, reset on reply&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Use workflows:&lt;OL&gt;&lt;LI&gt;Trigger &lt;STRONG&gt;escalation&lt;/STRONG&gt; if &lt;EM&gt;emails since reply &amp;gt; 2&lt;/EM&gt; or &lt;EM&gt;days since last reply &amp;gt; X&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Update a &lt;EM&gt;Status&lt;/EM&gt; property or notify team&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Track emails using Sales Activity logs filtered by type = "Sales Email"&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tip:&lt;/STRONG&gt; You’ll need email tracking enabled + connected inbox for replies to register. (&lt;A href="https://knowledge.hubspot.com/marketing-email/track-replies-to-marketing-emails-sent-from-your-connected-inbox" target="_blank" rel="noopener"&gt;Track replies guide&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kosala&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 19:50:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Emails-without-replies-Calculated-property/m-p/1152588#M12667</guid>
      <dc:creator>kosalaindrasiri</dc:creator>
      <dc:date>2025-05-14T19:50:25Z</dc:date>
    </item>
  </channel>
</rss>

