Hello, I'm working on webhook events contact.deletion. The payload would include an objectId of the deleted contact, but when I tried to send a GET request to https://api.hubapi.com/crm/v3/objects/contacts/${objectId}, it would give a 404 error, which I assum is because this contact is already deleted. However, I really need to get the email or phone properties of this deleted contact in my server. Is there any way to achieve this?
But if it's deleted, I don't believe it's possible. If it's deleted, you can try restoring the contact in Hubspot, retrieving the data and then deleting the contact again.
But if it's deleted, I don't believe it's possible. If it's deleted, you can try restoring the contact in Hubspot, retrieving the data and then deleting the contact again.