<?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: API Rate Limiting During Initial Workflow Enrollment in Data Hub</title>
    <link>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/1198992#M3192</link>
    <description>&lt;ARTICLE class="text-token-text-primary w-full focus:outline-none scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" tabindex="-1" data-turn-id="fd37c14e-3bf2-4c6a-b9d1-11fff85d5264" data-testid="conversation-turn-2" data-scroll-anchor="true" data-turn="assistant"&gt;
&lt;DIV class="text-base my-auto mx-auto pb-10 [--thread-content-margin:--spacing(4)] thread-sm:[--thread-content-margin:--spacing(6)] thread-lg:[--thread-content-margin:--spacing(16)] px-(--thread-content-margin)"&gt;
&lt;DIV class="[--thread-content-max-width:40rem] thread-sm:[--thread-content-max-width:40rem] thread-lg:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn" tabindex="-1"&gt;
&lt;DIV class="flex max-w-full flex-col grow"&gt;
&lt;DIV class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal [.text-message+&amp;amp;]:mt-5" dir="auto" data-message-author-role="assistant" data-message-id="e03a1842-5b75-4ccb-9f80-19961b288225" data-message-model-slug="gpt-5-thinking"&gt;
&lt;DIV class="flex w-full flex-col gap-1 empty:hidden first:pt-[3px]"&gt;
&lt;DIV class="markdown prose dark:prose-invert w-full break-words light markdown-new-styling"&gt;
&lt;P data-start="0" data-end="617"&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/152058"&gt;@bryce-corey&lt;/a&gt;&amp;nbsp; , that “everything enrolls at once and hammers the API” pain is real.&lt;/P&gt;
&lt;P data-start="0" data-end="617"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="0" data-end="617"&gt;In 2025 The cleanest fix inside HubSpot is to let the workflow’s Custom Code action retry for you and add jitter so calls don’t land in the same second. In Node, don’t swallow the 429.&lt;/P&gt;
&lt;P data-start="0" data-end="617"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="0" data-end="617"&gt;Throw it so HubSpot retries the step automatically; the docs are explicit about this for both Node and Python (&lt;A href="https://developers.hubspot.com/docs/api-reference/automation-actions-v4-v4/custom-code-actions" target="_blank"&gt;https://developers.hubspot.com/docs/api-reference/automation-actions-v4-v4/custom-code-actions&lt;/A&gt; )&lt;/P&gt;
&lt;P data-start="0" data-end="617"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="0" data-end="617"&gt;Pair that with a small randomized delay before each outbound call so 10k enrollments don’t align. Even 0–9 seconds of jitter usually collapses collisions nicely.&lt;/P&gt;
&lt;P data-start="0" data-end="617"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="619" data-end="1085"&gt;Outside the code, stagger the firehose. A simple way is to pre-slice your audience into static lists and trigger the workflow list by list on a schedule, or rotate to a temporary “throttle owner” and gate each branch with a short delay so only a fraction progresses at any moment. That keeps concurrency under control without changing your business logic&lt;/P&gt;
&lt;P data-start="619" data-end="1085"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="619" data-end="1085"&gt;One clarifier to size the throttle: are you calling HubSpot APIs, external APIs, or both from the custom code?&lt;/P&gt;
&lt;P data-start="1087" data-end="1558"&gt;Two extra considerations. First, honor any Retry-After header you get on 429s and back off progressively; the built-in retries do their part, but a bit of exponential backoff in your code is cheap insurance&lt;/P&gt;
&lt;P data-start="1087" data-end="1558"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1087" data-end="1558"&gt;Second, if you’re authenticating as a public app, note HubSpot’s burst limit is now 110 requests per 10 seconds, not 100, which gives a touch more headroom but still demands batching and jitter&lt;/P&gt;
&lt;P data-start="1087" data-end="1558"&gt;(&lt;A href="https://developers.hubspot.com/changelog/increasing-our-api-limits" target="_blank"&gt;https://developers.hubspot.com/changelog/increasing-our-api-limits&lt;/A&gt; )&lt;/P&gt;
&lt;P data-start="1087" data-end="1558"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1560" data-end="1699"&gt;Hope this helps. If consistency between HubSpot and your finance or ops system is the gap, Stacksync keeps them mirrored as changes happen.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="flex min-h-[46px] justify-start"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="mt-3 w-full empty:hidden"&gt;
&lt;DIV class="text-center"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/ARTICLE&gt;
&lt;DIV class="pointer-events-none h-px w-px" aria-hidden="true" data-edge="true"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Wed, 10 Sep 2025 16:09:33 GMT</pubDate>
    <dc:creator>RubenBurdin</dc:creator>
    <dc:date>2025-09-10T16:09:33Z</dc:date>
    <item>
      <title>API Rate Limiting During Initial Workflow Enrollment</title>
      <link>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/420973#M81</link>
      <description>&lt;P&gt;Hey All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm running into an issue, wondering if anyone has had the same experience, and could share if they found a solution!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When making API calls within the Custom Code Action in a workflow, I am running into an API throttling issue (“You have reached your secondly limit”) when a large number of contacts are enrolled at the same time in the workflow. This seems to be due to all of the contacts going through the custom code in their workflow at the same time, and because the API calls are being made using the same HAPIKEY, HubSpot is throttling the amount of calls being made.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, I enabled a workflow that enrolled 5,000 contacts automatically, and 4,000 custom code actions failed because of the rate-limiting. Luckily, I was able to remove the API call from that specific workflow by handling some logic outside of the custom code. However, the next plan we have is to format phone numbers on our contacts. Since we have to retrieve the phone number through an API call within the custom code and we will be enrolling around 10,000 contacts, we cannot avoid the problem this time around.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My initial thought was to set some sort of delay within the workflow, but I realized that they would all have the same delay and then run at the same time, which would defeat the purpose. The same goes for setting a timeout in the JS within the custom code. I’m a little lost at where to go from here and am afraid we might have to enroll them in different segments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any ideas of how to get around this, please let me know!&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 09:19:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/420973#M81</guid>
      <dc:creator>bryce-corey</dc:creator>
      <dc:date>2021-05-10T09:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: API Rate Limiting During Initial Workflow Enrollment</title>
      <link>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/499679#M375</link>
      <description>&lt;P&gt;Hah&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/152058"&gt;@bryce-corey&lt;/a&gt;&amp;nbsp;I had the exact same issue today and tried a JS timer as well.&amp;nbsp; Did you end up finding a solution?&amp;nbsp; Support suggested throwing an error instead of catching the error, suggesting that would cause the workflow job instance to rerun.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 16:31:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/499679#M375</guid>
      <dc:creator>spotthehub</dc:creator>
      <dc:date>2021-09-23T16:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: API Rate Limiting During Initial Workflow Enrollment</title>
      <link>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/499687#M376</link>
      <description>&lt;P&gt;Hey there&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/95823"&gt;@spotthehub&lt;/a&gt;! Thanks for the reply, I should've updated this with the solution. Support was correct with their suggestion, once I stopped catching the error, and started letting it raise to the top of the stack, the custom code action was able to retry due to the exception.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 16:38:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/499687#M376</guid>
      <dc:creator>bryce-corey</dc:creator>
      <dc:date>2021-09-23T16:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: API Rate Limiting During Initial Workflow Enrollment</title>
      <link>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/499729#M377</link>
      <description>&lt;P&gt;Thanks for the reply&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/152058"&gt;@bryce-corey&lt;/a&gt;&amp;nbsp;... Is this how you implemented the throw?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's not super clear when the retries are happening, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;try {

// custom code here

} catch (err) {
console.log(err);
throw err;
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 17:34:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/499729#M377</guid>
      <dc:creator>spotthehub</dc:creator>
      <dc:date>2021-09-23T17:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: API Rate Limiting During Initial Workflow Enrollment</title>
      <link>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/499736#M378</link>
      <description>&lt;P&gt;So when opening the workflow I have nothing in the retries section:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="spotthehub_0-1632418690356.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/50850i5C983689F0F2E56D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="spotthehub_0-1632418690356.png" alt="spotthehub_0-1632418690356.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 17:38:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/499736#M378</guid>
      <dc:creator>spotthehub</dc:creator>
      <dc:date>2021-09-23T17:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: API Rate Limiting During Initial Workflow Enrollment</title>
      <link>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/794559#M1503</link>
      <description>&lt;P&gt;Bit late to the game here but thought I'd add my insight on how I handled this. I used a combination of different approaches throttle the API calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exactly what has been previously mentioned, it's important to throw the error in your catch statement. This just means that hubspot will continue to retry this action until it succeeds. Some people on the discussion boards suggest that the retries will only happen certain number of times, but the documentation doesn't clearly state it and I haven't come across it yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also implemented a hacky solution using the 'Rotate Leads to Owner' workflow action, an owner property I use exclusively for this purpose, and the built-in delay function.&lt;/P&gt;&lt;P&gt;Check my response out here for more details:&amp;nbsp;&lt;A href="https://community.hubspot.com/t5/9881-Operations-Hub/How-many-contacts-go-through-a-workflow-concurrently/td-p/789139" target="_blank"&gt;https://community.hubspot.com/t5/9881-Operations-Hub/How-many-contacts-go-through-a-workflow-concurrently/td-p/789139&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 18:56:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/794559#M1503</guid>
      <dc:creator>KimM</dc:creator>
      <dc:date>2023-05-16T18:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: API Rate Limiting During Initial Workflow Enrollment</title>
      <link>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/968599#M2288</link>
      <description>&lt;P&gt;Hey! We've built an app that will be able to help you with this. It's called Time Turner, and it allows you to &lt;A href="https://app.hubspot.com/l/ecosystem/marketplace/apps/_detail/time-turner-workflow-email-drip-feeder" target="_blank" rel="noopener"&gt;throttle your HubSpot workflows&lt;/A&gt; and drip-feed your emails out over time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know what you think?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://app.hubspot.com/l/ecosystem/marketplace/apps/_detail/time-turner-workflow-email-drip-feeder" target="_blank" rel="noopener"&gt;Here's the install link for Time Turner!&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 20:07:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/968599#M2288</guid>
      <dc:creator>Unmatched</dc:creator>
      <dc:date>2024-04-29T20:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: API Rate Limiting During Initial Workflow Enrollment</title>
      <link>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/999804#M2428</link>
      <description>&lt;P&gt;I createa a nodejs code snippet to create a random delay of between 0 and 9 seconds before the code snippet which sends API calls. In case this helps:&lt;BR /&gt;&lt;BR /&gt;&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;LI-CODE lang="javascript"&gt;exports.main = async (event, callback) =&amp;gt; {

  // Function to create a random delay between 0 seconds (0 ms) and 9 seoncds (9000 ms)
  const randomDelay = () =&amp;gt; {
    const min = 0; // 0 milliseconds
    const max = 9000; // 9 seconds in milliseconds
    return Math.floor(Math.random() * (max - min + 1)) + min;
  };

  // Delay execution
  await new Promise(resolve =&amp;gt; setTimeout(resolve, randomDelay()));

  /*****
    Use the callback function to output data that can be used in later actions in your workflow.
  *****/
  callback({
    outputFields: {
    }
  });
};&lt;/LI-CODE&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;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 04:40:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/999804#M2428</guid>
      <dc:creator>OTanti</dc:creator>
      <dc:date>2024-07-02T04:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: API Rate Limiting During Initial Workflow Enrollment</title>
      <link>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/1198992#M3192</link>
      <description>&lt;ARTICLE class="text-token-text-primary w-full focus:outline-none scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" tabindex="-1" data-turn-id="fd37c14e-3bf2-4c6a-b9d1-11fff85d5264" data-testid="conversation-turn-2" data-scroll-anchor="true" data-turn="assistant"&gt;
&lt;DIV class="text-base my-auto mx-auto pb-10 [--thread-content-margin:--spacing(4)] thread-sm:[--thread-content-margin:--spacing(6)] thread-lg:[--thread-content-margin:--spacing(16)] px-(--thread-content-margin)"&gt;
&lt;DIV class="[--thread-content-max-width:40rem] thread-sm:[--thread-content-max-width:40rem] thread-lg:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn" tabindex="-1"&gt;
&lt;DIV class="flex max-w-full flex-col grow"&gt;
&lt;DIV class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal [.text-message+&amp;amp;]:mt-5" dir="auto" data-message-author-role="assistant" data-message-id="e03a1842-5b75-4ccb-9f80-19961b288225" data-message-model-slug="gpt-5-thinking"&gt;
&lt;DIV class="flex w-full flex-col gap-1 empty:hidden first:pt-[3px]"&gt;
&lt;DIV class="markdown prose dark:prose-invert w-full break-words light markdown-new-styling"&gt;
&lt;P data-start="0" data-end="617"&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/152058"&gt;@bryce-corey&lt;/a&gt;&amp;nbsp; , that “everything enrolls at once and hammers the API” pain is real.&lt;/P&gt;
&lt;P data-start="0" data-end="617"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="0" data-end="617"&gt;In 2025 The cleanest fix inside HubSpot is to let the workflow’s Custom Code action retry for you and add jitter so calls don’t land in the same second. In Node, don’t swallow the 429.&lt;/P&gt;
&lt;P data-start="0" data-end="617"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="0" data-end="617"&gt;Throw it so HubSpot retries the step automatically; the docs are explicit about this for both Node and Python (&lt;A href="https://developers.hubspot.com/docs/api-reference/automation-actions-v4-v4/custom-code-actions" target="_blank"&gt;https://developers.hubspot.com/docs/api-reference/automation-actions-v4-v4/custom-code-actions&lt;/A&gt; )&lt;/P&gt;
&lt;P data-start="0" data-end="617"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="0" data-end="617"&gt;Pair that with a small randomized delay before each outbound call so 10k enrollments don’t align. Even 0–9 seconds of jitter usually collapses collisions nicely.&lt;/P&gt;
&lt;P data-start="0" data-end="617"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="619" data-end="1085"&gt;Outside the code, stagger the firehose. A simple way is to pre-slice your audience into static lists and trigger the workflow list by list on a schedule, or rotate to a temporary “throttle owner” and gate each branch with a short delay so only a fraction progresses at any moment. That keeps concurrency under control without changing your business logic&lt;/P&gt;
&lt;P data-start="619" data-end="1085"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="619" data-end="1085"&gt;One clarifier to size the throttle: are you calling HubSpot APIs, external APIs, or both from the custom code?&lt;/P&gt;
&lt;P data-start="1087" data-end="1558"&gt;Two extra considerations. First, honor any Retry-After header you get on 429s and back off progressively; the built-in retries do their part, but a bit of exponential backoff in your code is cheap insurance&lt;/P&gt;
&lt;P data-start="1087" data-end="1558"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1087" data-end="1558"&gt;Second, if you’re authenticating as a public app, note HubSpot’s burst limit is now 110 requests per 10 seconds, not 100, which gives a touch more headroom but still demands batching and jitter&lt;/P&gt;
&lt;P data-start="1087" data-end="1558"&gt;(&lt;A href="https://developers.hubspot.com/changelog/increasing-our-api-limits" target="_blank"&gt;https://developers.hubspot.com/changelog/increasing-our-api-limits&lt;/A&gt; )&lt;/P&gt;
&lt;P data-start="1087" data-end="1558"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1560" data-end="1699"&gt;Hope this helps. If consistency between HubSpot and your finance or ops system is the gap, Stacksync keeps them mirrored as changes happen.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="flex min-h-[46px] justify-start"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="mt-3 w-full empty:hidden"&gt;
&lt;DIV class="text-center"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/ARTICLE&gt;
&lt;DIV class="pointer-events-none h-px w-px" aria-hidden="true" data-edge="true"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Sep 2025 16:09:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/API-Rate-Limiting-During-Initial-Workflow-Enrollment/m-p/1198992#M3192</guid>
      <dc:creator>RubenBurdin</dc:creator>
      <dc:date>2025-09-10T16:09:33Z</dc:date>
    </item>
  </channel>
</rss>

