Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The Qlik Application Automation HubSpot block Get Contact by Email has been updated to the latest API version, pointing it to HubSpot v3 API.
The new version changes how input parameters are handled. While the current (old) block returns all properties by default, the new block requires explicitly specifying the fields you need.
Input Parameters available in the old (current) block:
Input Parameters available in the new block:
By default, it will only fetch data as shown in the example below. If additional details are required, input parameters like Properties, Properties With History, and Associations must be added.
Default example:
{
"id": "1",
"properties": {
"createdate": "2021-07-27T13:13:25.669Z",
"email": "emailmaria@hubspot.com",
"firstname": "Marino",
"hs_object_id": "1",
"lastmodifieddate": "2023-07-27T23:18:09.664Z",
"lastname": "Johnson (Sample Contact)"
},
"createdAt": "2021-07-27T13:13:25.669Z",
"updatedAt": "2023-07-27T23:18:09.664Z",
"archived": false,
"key_values": {
"createdate": null,
"email": null,
"firstname": null,
"hs_object_id": null,
"lastmodifieddate": null,
"lastname": null
}
}
Top-Level Structure Differences:
Old Response:
New Response:
Properties Structure:
Old Response:
New Response:
Timestamp Format:
Data Organization:
See the attached .JSON files for comparison responses between the old (hubspot-old-get-contact-by-email.json) and the new (hubspot-new-get-contact-by-email.json) block.
If you currently use the HubSpot connector's Get Contact by Email block and do not upgrade it to the new version, the block will stop functioning on May 30th, 2025.
{
"response": {
"status": 400,
"body": {
"errors": [
{
"code": "HTTP-400",
"title": "Invalid Request.",
"detail": "Missing mandatory parameter \"id\"."
}
]
}
},
"external error": false
}
If you have any questions, we're happy to assist. Reply to this blog post or take similar queries to the Qlik Application Automation forum.
Thank you for choosing Qlik,
Qlik Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.