Jun 19, 20244:54 AM - edited Jun 19, 20244:56 AM
Member
Call API: hs_call_callee_object_type_id does not exists
SOLVE
When I create a call through the API by adding the parameter hs_call_callee_object_type_id=CONTACT in order to associate the call with a contact, I get an error and cannot create the call.
{"status":"error","message":"Property values were not valid: [{\"isValid\":false,\"message\":\"Property \\\"hs_call_callee_object_type_id\\\" does not exists\",\"error\":\"PROPERTY_DOESNT_EXIST\",\"name\":\"hs_call_callee_object_type_id\",\"localizedErrorMessage\":\"The property \\\"hs_call_callee_object_type_id\\\" does not exist\ ",\"portalId\":6109494}]","correlationId":"2e3162f3-a8fc-46a5-a1c6-4346a8bb4fa5","category":"VALIDATION_ERROR"}
Call API: hs_call_callee_object_type_id does not exists
SOLVE
Hi antoniolao,
The curl request below works for me, make sure instead of using "hs_call_callee_object_type_id" use this "hs_call_callee_object_type" and second thing to ensure the the contact id you are passing in the request must be exists.