<?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 Does HubSpot CRM API Guarantee Ordered Updates? in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Does-HubSpot-CRM-API-Guarantee-Ordered-Updates/m-p/1094133#M79486</link>
    <description>&lt;P class=""&gt;Hi there,&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I’m building an app using HubSpot’s API to extract records with minimal delay, ideally under a minute. To achieve this, I need to understand if updates and creates appear in search results in the order they were modified or if there’s a possibility of out-of-order updates that isn’t explicitly documented.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;The CRM API Search documentation notes the following limitation:&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;EM&gt;It may take a few moments for newly created or updated CRM objects to appear in search results.&lt;/EM&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;While this addresses delay, it raises questions about ordering. Can I rely on updates being ordered by &lt;FONT face="courier new,courier"&gt;&lt;SPAN class=""&gt;hs_lastmodifieddate&lt;/SPAN&gt;&lt;/FONT&gt;, or is there a risk of out-of-order updates? I want to avoid mistakenly assuming order and consequently missing updates.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Any insights would be greatly appreciated.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thanks,&lt;/P&gt;&lt;P class=""&gt;Matt&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jan 2025 18:19:18 GMT</pubDate>
    <dc:creator>matthelm</dc:creator>
    <dc:date>2025-01-14T18:19:18Z</dc:date>
    <item>
      <title>Does HubSpot CRM API Guarantee Ordered Updates?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Does-HubSpot-CRM-API-Guarantee-Ordered-Updates/m-p/1094133#M79486</link>
      <description>&lt;P class=""&gt;Hi there,&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I’m building an app using HubSpot’s API to extract records with minimal delay, ideally under a minute. To achieve this, I need to understand if updates and creates appear in search results in the order they were modified or if there’s a possibility of out-of-order updates that isn’t explicitly documented.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;The CRM API Search documentation notes the following limitation:&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;EM&gt;It may take a few moments for newly created or updated CRM objects to appear in search results.&lt;/EM&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;While this addresses delay, it raises questions about ordering. Can I rely on updates being ordered by &lt;FONT face="courier new,courier"&gt;&lt;SPAN class=""&gt;hs_lastmodifieddate&lt;/SPAN&gt;&lt;/FONT&gt;, or is there a risk of out-of-order updates? I want to avoid mistakenly assuming order and consequently missing updates.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Any insights would be greatly appreciated.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thanks,&lt;/P&gt;&lt;P class=""&gt;Matt&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 18:19:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Does-HubSpot-CRM-API-Guarantee-Ordered-Updates/m-p/1094133#M79486</guid>
      <dc:creator>matthelm</dc:creator>
      <dc:date>2025-01-14T18:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Does HubSpot CRM API Guarantee Ordered Updates?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Does-HubSpot-CRM-API-Guarantee-Ordered-Updates/m-p/1094255#M79497</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/883464"&gt;@matthelm&lt;/a&gt;&amp;nbsp;- Other opinions here may differ, but I would be extremely suspicious about the exact order and timestamp relationships of records if you are looking for time precision at the second count level. The responsivness of all the the HubSpot processes that grind away after a change can vary enormously in my experience and you won't be able to count on a specific latency.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 22:53:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Does-HubSpot-CRM-API-Guarantee-Ordered-Updates/m-p/1094255#M79497</guid>
      <dc:creator>SteveHTM</dc:creator>
      <dc:date>2025-01-14T22:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Does HubSpot CRM API Guarantee Ordered Updates?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Does-HubSpot-CRM-API-Guarantee-Ordered-Updates/m-p/1101994#M79997</link>
      <description>&lt;P&gt;Short answer is that it works "most" of the time. But you will see out of order records (for change detection timestamps) once in a while, and that will mess up your pagination logic.&amp;nbsp; So you will see timestamps 1, 2,3, 89, 4, 5 ,6 in the same page once in a while.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are now&amp;nbsp; "working around" by applying outlier detection logic and ignore such records and Hubspot has never answered this question, everytime we have asked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 18:48:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Does-HubSpot-CRM-API-Guarantee-Ordered-Updates/m-p/1101994#M79997</guid>
      <dc:creator>Syncari</dc:creator>
      <dc:date>2025-01-30T18:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Does HubSpot CRM API Guarantee Ordered Updates?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Does-HubSpot-CRM-API-Guarantee-Ordered-Updates/m-p/1216907#M85117</link>
      <description>&lt;P&gt;Great answer &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/108067"&gt;@Syncari&lt;/a&gt;&lt;/SPAN&gt; One thing I'll add as a bouns:&lt;BR /&gt;Webhooks can sometimes be sent more than once. Your app should be "idempotent," meaning it can handle receiving the same event multiple times. You can do this by using the eventId in the payload as a unique key to make sure you only process each event one time. — Jaycee&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 22:41:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Does-HubSpot-CRM-API-Guarantee-Ordered-Updates/m-p/1216907#M85117</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-10-27T22:41:21Z</dc:date>
    </item>
  </channel>
</rss>

