<?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 Notification for Stopped Integration in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/API-Notification-for-Stopped-Integration/m-p/1234005#M86095</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/525806"&gt;@BRegan&lt;/a&gt;&amp;nbsp;, you’re thinking about the right problem. HubSpot doesn’t have a native concept of “integration health” or “data stopped flowing”, so you have to infer it indirectly from data activity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gaurav’s first approach is usually the most HubSpot-native and scalable: add a datetime property on the custom object like last_ingested_at, update it on every successful API write, and then use a scheduled workflow to check whether that date is older&amp;nbsp;&lt;SPAN&gt;than X days. Scheduled workflows work on custom objects now, which makes this pattern much easier than it was a few years ago. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When the condition is met, you can send an internal email, Slack notification, or even create a task. HubSpot documents the scheduled workflow behavior here (&lt;A href="https://knowledge.hubspot.com/workflows/use-based-on-a-schedule-workflow-enrollment-triggers" target="_blank"&gt;https://knowledge.hubspot.com/workflows/use-based-on-a-schedule-workflow-enrollment-triggers&lt;/A&gt; )&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-start="1215" data-end="1623"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1215" data-end="1623"&gt;If you want a bit more confidence, a backend-side check is also solid: run a daily job that queries the CRM Search API for custom object records updated in the last X days, and alert if the count is zero. That catches cases where your integration code is running but failing before writes. The search endpoint works well for this kind of “heartbeat” check (&lt;A href="https://developers.hubspot.com/docs/api-reference/search/guide" target="_blank"&gt;https://developers.hubspot.com/docs/api-reference/search/guide&lt;/A&gt; )&lt;/P&gt;
&lt;P data-start="1625" data-end="1826"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1625" data-end="1826"&gt;Small clarifying question: is your integration pushing records continuously, or in batches (for example nightly)? That affects whether “no data in X days” is a real failure or just expected quiet time.&lt;/P&gt;
&lt;P data-start="1828" data-end="2123" data-is-last-node="" data-is-only-node=""&gt;Just to be transparent, I work at Stacksync. In setups where teams want this kind of monitoring without building it themselves, we’ve seen value in having sync-level health signals and alerts when writes stop for custom objects, which removes the need for custom watchdog logic. Hope this helps.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Dec 2025 15:44:28 GMT</pubDate>
    <dc:creator>RubenBurdin</dc:creator>
    <dc:date>2025-12-15T15:44:28Z</dc:date>
    <item>
      <title>API Notification for Stopped Integration</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Notification-for-Stopped-Integration/m-p/1233475#M86079</link>
      <description>&lt;P&gt;We have a custom API that is built to pass data from our outside system into HubSpot.&amp;nbsp; There have been two different occassions where the the data has encountered an error and stopped flowing.&amp;nbsp; This was only discovered from a manual check.&amp;nbsp; Is there a way to create a notification that if data isn't flowing through after X days then there is a notification sent out?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note that the records that flow through go to a custom object, and not to contacts.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 17:20:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Notification-for-Stopped-Integration/m-p/1233475#M86079</guid>
      <dc:creator>BRegan</dc:creator>
      <dc:date>2025-12-12T17:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: API Notification for Stopped Integration</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Notification-for-Stopped-Integration/m-p/1233578#M86081</link>
      <description>&lt;P&gt;Hi &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/525806"&gt;@BRegan&lt;/a&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for posting in the Community! It sounds like you are looking for a safety net to ensure your integration is running smoothly, which is a great idea for maintaining data integrity.&lt;/P&gt;
&lt;P&gt;Since this involves custom API architecture and creative uses of automation, I want to tag in a few of our Community Champions to see if they have specific recommendations for setting up "dormancy" alerts:&lt;/P&gt;
&lt;P&gt;&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/9259"&gt;@Mike_Eastwood&lt;/a&gt;&lt;/SPAN&gt;, &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/171963"&gt;@Bortami&lt;/a&gt;&lt;/SPAN&gt;, &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/148101"&gt;@ChristinaKay&lt;/a&gt;&lt;/SPAN&gt; - have you encountered a good method for alerting when a custom object integration stops creating records?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;While we await their expert advice, here are a few resources you might explore as a potential fit:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.hubspot.com/docs/api/usage-details" target="_blank"&gt;- HubSpot API Usage Guidelines &amp;amp; Response Codes&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;- &lt;A href="https://www.google.com/search?q=https://knowledge.hubspot.com/workflows/create-a-scheduled-workflow" target="_blank"&gt;Create a scheduled workflow&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;- &lt;A href="https://www.google.com/search?q=https://knowledge.hubspot.com/dashboards/email-dashboards" target="_blank"&gt;Email a dashboard&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, are you running this script on your own server, or using a middleware tool?&lt;/P&gt;</description>
      <pubDate>Sat, 13 Dec 2025 00:02:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Notification-for-Stopped-Integration/m-p/1233578#M86081</guid>
      <dc:creator>SealaB</dc:creator>
      <dc:date>2025-12-13T00:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: API Notification for Stopped Integration</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Notification-for-Stopped-Integration/m-p/1233957#M86089</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/525806"&gt;@BRegan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;"I can take two approaches here -&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;First approach :&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;1. Add a property in your custom object, e.g., last_data_received_date.&lt;/P&gt;
&lt;P&gt;2. Update this property via your API every time a new record is successfully created.&lt;/P&gt;
&lt;P&gt;3. Create a workflow that checks if last_data_received_date is older than X days.&lt;/P&gt;
&lt;P&gt;4. Trigger an internal notification (email/task) to your team if the threshold is exceeded.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Second Approach :&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;1. Create an achedular that runs every day on your backend code.&lt;/P&gt;
&lt;P&gt;2. Every day, query your custom object usingthe&amp;nbsp; HubSpot API to check for 3. records created/updated in the last X days.&lt;/P&gt;
&lt;P&gt;If no records are found, trigger an alert.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this will help you out. Please mark it as &lt;/SPAN&gt;&lt;STRONG&gt;Solution Accepted and upvote&lt;/STRONG&gt;&lt;SPAN&gt; to help another Community member.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 14:01:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Notification-for-Stopped-Integration/m-p/1233957#M86089</guid>
      <dc:creator>GRajput</dc:creator>
      <dc:date>2025-12-15T14:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: API Notification for Stopped Integration</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Notification-for-Stopped-Integration/m-p/1234005#M86095</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/525806"&gt;@BRegan&lt;/a&gt;&amp;nbsp;, you’re thinking about the right problem. HubSpot doesn’t have a native concept of “integration health” or “data stopped flowing”, so you have to infer it indirectly from data activity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gaurav’s first approach is usually the most HubSpot-native and scalable: add a datetime property on the custom object like last_ingested_at, update it on every successful API write, and then use a scheduled workflow to check whether that date is older&amp;nbsp;&lt;SPAN&gt;than X days. Scheduled workflows work on custom objects now, which makes this pattern much easier than it was a few years ago. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When the condition is met, you can send an internal email, Slack notification, or even create a task. HubSpot documents the scheduled workflow behavior here (&lt;A href="https://knowledge.hubspot.com/workflows/use-based-on-a-schedule-workflow-enrollment-triggers" target="_blank"&gt;https://knowledge.hubspot.com/workflows/use-based-on-a-schedule-workflow-enrollment-triggers&lt;/A&gt; )&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-start="1215" data-end="1623"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1215" data-end="1623"&gt;If you want a bit more confidence, a backend-side check is also solid: run a daily job that queries the CRM Search API for custom object records updated in the last X days, and alert if the count is zero. That catches cases where your integration code is running but failing before writes. The search endpoint works well for this kind of “heartbeat” check (&lt;A href="https://developers.hubspot.com/docs/api-reference/search/guide" target="_blank"&gt;https://developers.hubspot.com/docs/api-reference/search/guide&lt;/A&gt; )&lt;/P&gt;
&lt;P data-start="1625" data-end="1826"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1625" data-end="1826"&gt;Small clarifying question: is your integration pushing records continuously, or in batches (for example nightly)? That affects whether “no data in X days” is a real failure or just expected quiet time.&lt;/P&gt;
&lt;P data-start="1828" data-end="2123" data-is-last-node="" data-is-only-node=""&gt;Just to be transparent, I work at Stacksync. In setups where teams want this kind of monitoring without building it themselves, we’ve seen value in having sync-level health signals and alerts when writes stop for custom objects, which removes the need for custom watchdog logic. Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 15:44:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Notification-for-Stopped-Integration/m-p/1234005#M86095</guid>
      <dc:creator>RubenBurdin</dc:creator>
      <dc:date>2025-12-15T15:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: API Notification for Stopped Integration</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Notification-for-Stopped-Integration/m-p/1236505#M86295</link>
      <description>&lt;P&gt;Thank you Gaurav!&amp;nbsp; I am trying to do the first approach, but I am a little confused on to how to trigger a workflow based on a property value overall, and not just a property associated with a record.&amp;nbsp; I have the following screenshot as an enrollment trigger, but I am worried that instead of triggering when an overall property has not been updated, it will just trigger when any record with this property has a date older than 3 days ago&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BRegan_0-1766498860789.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/164562iF062CFA39E615912/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BRegan_0-1766498860789.png" alt="BRegan_0-1766498860789.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2025 14:07:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Notification-for-Stopped-Integration/m-p/1236505#M86295</guid>
      <dc:creator>BRegan</dc:creator>
      <dc:date>2025-12-23T14:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: API Notification for Stopped Integration</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-Notification-for-Stopped-Integration/m-p/1238692#M86367</link>
      <description>&lt;P&gt;Hey &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/525806"&gt;@BRegan&lt;/a&gt;&lt;/SPAN&gt; - thanks for following up here!&lt;BR /&gt;&lt;BR /&gt;I'd like to re-tag in &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/346639"&gt;@GRajput&lt;/a&gt;&lt;/SPAN&gt; to see what follow up they may have!&lt;BR /&gt;&lt;BR /&gt;Shane, Senior Community Moderator&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 19:44:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-Notification-for-Stopped-Integration/m-p/1238692#M86367</guid>
      <dc:creator>STierney</dc:creator>
      <dc:date>2026-01-05T19:44:34Z</dc:date>
    </item>
  </channel>
</rss>

