which causes the batch to fail, thus all contacts that are part of this batch are failed to be created. Even though the error says that the Contact already exists, this is not the case, because I've checked my contacts and the ones I'm trying to create dont exist in Hubspot. Can you please help?
When a contact is permanently deleted vs restorably deleted from your portal HS will store a record of the deletion in the background and prevent you from adding it via the UI or programmatically leading to the errors and inability to look up the contact that you're experiencing.
The only way to get that user back into the portal is for the contact to submit a form the,selves.
Second, when you tried @DavidVoigt 's solution you've accidentally included a colon, thus triggering the error responce ("Object not found. objectId are usually numeric.") you're getting from the request:
When a contact is permanently deleted vs restorably deleted from your portal HS will store a record of the deletion in the background and prevent you from adding it via the UI or programmatically leading to the errors and inability to look up the contact that you're experiencing.
The only way to get that user back into the portal is for the contact to submit a form the,selves.
Second, when you tried @DavidVoigt 's solution you've accidentally included a colon, thus triggering the error responce ("Object not found. objectId are usually numeric.") you're getting from the request: