hi guys i tried to send a client via hubspot API but i get this error message
{
“properties”: [
{
“property”: “email”,
“value”: “madden@yahoo.com”
},
{
“property”: “firstname”,
“value”: “Bailey”
},
{
“property”: “lastname”,
“value”: “Madden”
},
{
“property”: “website”,
“value”: “soTest”
},
{
“property”: “phone”,
“value”: “441212345678”
},
{
“property”: “sourceid”,
“value”: “1”
},
{
“property”: “clickid”,
“value”: “09f131c6a2dde937b1f43974e4f79c46”
},
{
“property”: “so”,
“value”: “soTest”
},
{
“property”: “Country”,
“value”: “United Kingdom”
},
{
“property”: “affid”,
“value”: “wp”
}
]
}
response:
{
“validationResults”: [
{
“isValid”: false,
“message”: “Property \“sourceid\” does not exist”,
“error”: “PROPERTY_DOESNT_EXIST”,
“name”: “sourceid”
},
{
“isValid”: false,
“message”: “Property \“clickid\” does not exist”,
“error”: “PROPERTY_DOESNT_EXIST”,
“name”: “clickid”
},
{
“isValid”: false,
“message”: “Property \“so\” does not exist”,
“error”: “PROPERTY_DOESNT_EXIST”,
“name”: “so”
},
{
“isValid”: false,
“message”: “Property \“affid\” does not exist”,
“error”: “PROPERTY_DOESNT_EXIST”,
“name”: “affid”
}
],
“status”: “error”,
“message”: “Property values were not valid”,
“correlationId”: “cb9b80a6-8eb5-4945-8fdb-492063114f28”
}