Hi, I was having a problem trying to update a custom object via API. I was having an error due to the scopes but the API response only showed me the following: {"status":"error","message":"There was a problem with the request.","correlatio 続きを読む
Hello, I think I have found the reason for the blockage, everything seems to point to the fact that your file storage provider is analysing the d...続きを読む
Hi, I'm trying to attach a file using the php api integration: "hubspot/api-client" : "^10.1.0" I've the following code: $file = new \ SplFileObject ( $fileObj -> getRealPath () ) ; $fileName = $fileObj -> getClie 続きを読む
Hi, I was having a problem trying to update a custom object via API. I was having an error due to the scopes but the API response only showed me the following: {"status":"error","message":"There was a problem with the request.","correlatio 続きを読む
Hi, I'm trying to attach a file using the php api integration: "hubspot/api-client" : "^10.1.0" I've the following code: $file = new \ SplFileObject ( $fileObj -> getRealPath () ) ; $fileName = $fileObj -> getClie 続きを読む
Hi, I'm trying to create an association between a contact and a attached file via API integration using the package https://github.com/HubSpot/hubspot-api-php but I'm having an error. The response is the following: Unable to infer object 続きを読む
I know how to get tags and filter by tags but I'm not able to find a way to filter the posts by their topics. The path of the content is https://app.hubspot.com/content-strategy/{ id}/clusters It would be great to have and endpoint in order 続きを読む
Hi all, I'm going to refactor my blog integration in order to allow to filter the posts by tags and clusters. I know how to get tags and filter by tags but I'm not able to find a way to filter the posts by their topics. The path of the 続きを読む
Hola! He creado una nueva "propiedad de contacto" con múltiples casillas de verificación. La he configurado teniendo en mente el funcionamiento que tienen los "selects" en HTML, es decir, en la casilla "Etiqueta" añadí una descripción y e 続きを読む