Troubleshooting API Contact Verification in HubSpot Integration
I believe I have successfully connected my Clay table with HubSpot using the API. My goal is to check whether a contact (using first & last name or email) already exists in HubSpot before proceeding with enrichment. However, I’m encountering an issue:
The API request returns a 200 status, which I understand means the request was successful.
But when I inspect the response data, it states "false", even though I know for certain that the contact exists in HubSpot.
How can I correctly verify whether a contact already exists in my HubSpot database? Am I missing something in the setup or parsing of the response data?