Using Clay API with HubSpot: Interpreting Contact Results
Does anyone have experience using Clay to look up contacts in HubSpot via API? I’ve successfully connected Clay to HubSpot and can send requests, but I’m struggling to understand how to read the results.
The API request returns a 200 status, but I’m unsure how to interpret the response.
I’m trying to check whether a contact exists in HubSpot using email or first & last name before proceeding with enrichment.
How can I translate the API response into something clear like:
"Contact exists"
"Contact does not exist"
Any help or insights would be greatly appreciated!