Hi @NSaad,
You’ll need to ensure your request follows the exact format from the HubSpot API documentation:
{
"inputs": [
{
"properties": {
"phone": "5555555555"
},
"id": "test@test.com",
"idProperty": "email"
}
]
}
The order of properties in the request matters. You should put properties first, followed by id and idProperty. Also, remember to remove any extra whitespace or formatting.