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
I have an issue with the CompanyProperties.
The method create! doesn't send params.
I have the error : Hubspot::RequestError: Response body: {"status":"error","message":"name can not be null or empty"
Did someone have the same problem ?
Thanks for you help !
The text was updated successfully, but these errors were encountered:
Here is the code : Hubspot::CompanyProperties.create!( name: "another_example_property", label: "Another Example Property", description: "Another property being created as an example.", group_name: "companyinformation", type: "string", field_type: "text" )
Hi,
I have an issue with the CompanyProperties.
The method create! doesn't send params.
I have the error : Hubspot::RequestError: Response body: {"status":"error","message":"name can not be null or empty"
Did someone have the same problem ?
Thanks for you help !
The text was updated successfully, but these errors were encountered: