Hi everyone,
I am using API v3 search by last modified date to get the list of deals/contacts that were change in -1 day and capture all properties of those. It worked well with normally < 10.000 records changed daily.
Now I see that Hubspot using AI to mass update lot of records automatically, which is about >300.000 records each time. This affect my data pipeline since I have to increase the instance I used to extract data and it cost more than it should be (those data AI updated I don’t use).
Is there a way to stop Hubspot AI auto update records or is there a better way to filter using API (code example would be very nice) to exclude the records that were updated by AI?
Thank you
Hi, @DiepThienLong
Thanks for reaching out.
I have a few questions that might help the community to better understand your issue:
- Could you specify which AI-driven HubSpot feature is causing these mass updates? It would be helpful to know if these changes are being made by a specific HubSpot tool like HubSpot Insights, an AI-based enrichment tool
- How are you currently identifying the records that have been updated by the AI?
Thanks for the additional information.
Best,
Jaycee
Hi, thank you for your response.
1) Yesterday, these are what AI changed automatically.
In the past, it changed some properties like lead scoring, probability to close, …
2) I filter records which had lastmodifiedate as yesterday and check the number of records, when it exceeded 100.000 I know that they are not manually updated. Then I random pick some records and check property history and found out they AI change those properties. That’s how I detect records are mass updated by AI.
Currently I am using lastmodifieddate as filter only on API extracting code, I wonder if we can also filter records that are not changed by AI as well?
Thank you
Hi, it happened again. Seem to me this is monthly basic. Is there any update on this issue.
Best regards