APIs & Integrations

NKataria
Member

Get Last modified deals from hubspot in integrator IO - urgent

We are developing integration using integrator io. The integration name is Hubspot Deals to NetSuite Estimates. In that we want to fetch the last modified deals records from Hubspot. We have used a filter for filtering the data, but when we run the flow we are getting all the deals records from hubspot system. The Last modified date filtering criteria is not working correctly. below is the filter that we are using for getting last modified records from hubspot, But it is not working, please suggest if we are missing something in the filter.

[
{
"filterGroups": [
{
"filters": [
{
"propertyName": "hs_lastmodifieddate",
"operator": "GTE",
"value": "INSERT_TIMESTAMP_IN_MILLISECONDS"
}
]
}
]
}

0 Upvotes
1 Reply 1
NKataria
Member

Get Last modified deals from hubspot in integrator IO - urgent

Hi Team - Can anyone help here. this is very urgent for me. I am not able to filter out the deals. Everytime it is fetching all the deals even if i am setting filters as above. can anyone help here if i am missing something.

 

Appriciate your response with be very helpfull for us.

0 Upvotes