You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hubspot::RequestError (Response body: {"status":"error","message":"Property must have type set","correlationId":"8444d0fa-69a1-470e-9910-468a8565816e","propertiesErrorCode":"NO_TYPE_SET","requestId":"3d6d92f7-a7c9-467b-a455-5e8eb62e395a"})
The text was updated successfully, but these errors were encountered:
In case you still have this issue, you should try writing it as following: Hubspot::DealProperties.update!('courses', { 'type' => 'enumeration', 'fieldType' => 'checkbox', 'label' => 'Courses', 'groupName' => 'dealinformation', 'options' => [] }). It only accepts string keys, not symbol keys.
Seem like the repo hasn't had a release in over a year and I'm trying to decide whether to use this gem or just hit Hubspot directly with something like http party.
Trying to update company properties but no luck. Wondering if anyone knows how to make it work:
Hubspot::CompanyProperties.update!('example_prop', {type: "enumeration", options:[{label:"Testing",value:"Testing"}]})
Hubspot::RequestError (Response body: {"status":"error","message":"Property must have type set","correlationId":"8444d0fa-69a1-470e-9910-468a8565816e","propertiesErrorCode":"NO_TYPE_SET","requestId":"3d6d92f7-a7c9-467b-a455-5e8eb62e395a"})
The text was updated successfully, but these errors were encountered: