-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect contact deletion #64
Comments
@esetnik After doing some further research on the HubSpot API it looks like the only way to get information about deleted contacts is via webhooks. Unfortunately, the Singer tap works via polling the REST APIs. I don't see any clear ways to get something like an One solution would be to wipe out the data and periodically do a full resync of contacts. That wouldn't give you an |
@briansloane I figured it wasn't possible. Since you are polling the REST APIs it looks like there's no way to do this unless you had access to the previous run of sync data. I suggest anyone else who would also like to see this feature should leave a comment on this question on Hubspot developer forums. Additionally after further reviewing the Hubspot REST apis I found that
|
@briansloane It hate to say it, but this is a major flaw in this tap. I know Hubspot is not making it easy for anyone to work with their api - but we need to figure out a way to get this built it in to this tap. Does Stitch have some clout with hubspot to figure this out? |
* add calculation for LTV without ramp up * add tests/doc * fix indentation * remove alias
Anyone ever figure this out? |
For Deals there is an
isdeleted
flag but for Contacts there doesn't appear to be anything similar. How are we supposed to filter out contacts which have been deleted in Hubspot?The text was updated successfully, but these errors were encountered: