I created (through the UI) a tasks view showing tasks that are in a queue and added the associated contact's phone number as colon. Threfore, I have a list af tasks belonging to a certain queue and their associated contact's phone number : read more
I managed to get what I needed by doing this : 1. Get the view of task filtered on queue, on associated contact's ID : {
"exportType": "VIE...read more
Hi, I'm developing an Hubspot app. The app has an endpoint that is being triggered each time a call finished. The endpoint gets the callId from the workflow. I want my API to download the call recording from hubspot in order to analyze it. How can read more
Hi Jack, Thank you for the answer. I have 2 issues with that solution: 1. I've been informed that the "hs_call_recording_url" field will be deprecat...read more
Hi, I was trying to merge tickets using the HubSpot Client pacakage in python. But I kept getting the error message: AttributeError: 'Discovery' object has no attribute 'public_object_api' But I could merge tickets using the requests packa read more
If you go to the source code (for me it's in C:/Users/my_name/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0/LocalCache/lo...read more
Hi HubSpot Community, I'm encountering an issue when trying to fetch deal information via the HubSpot API. My goal is to retrieve details such as deal IDs, deal info, and associated line items. However, after successfully retrieving data for a read more
Hi @LChauhan1
you have not used the properties properly. please go through the documents again to have a better understanding of the same. S...read more
Hello, I am trying to create a custom code for Hubspot workflows which calculates the Base ARR. This means that all deals for the associated company has to be look through, and for all deals with a license start date which is a year before the enro read more
@Mahe - I have no idea how complex your Pyton code is but, based on my experience, you are not going to shake HubSpot's insistence ion the 20s exec...read more
We're trying to associate a CONTACT to a TICKET using API. It works but the API is also associating the Primary Company of the contact. Does anyone know why this is happening and how to prevent the COMPANY association? This is the sam read more
Hi @mdr2024
This is a HubSpot feature and here we can't do much. A contact primary Company gets associated with a ticket if you associate it...read more
I'm having issues batch creating line items when there are multiple duplicate line items. HubSpot is removing my duplicate line items. Ex: I am sending 10 line items, but 7 are exactly the same. HubSpot response is 5 line items. HubSPot consolid read more
Hi Andre,
You can create duplicate line items if you send separate API requests to create each of them, and then one more API request to assig...read more
Background: I'm working on a Python script that automates the uploading of images to specific folders in HubSpot. The process involves creating folders (if they don't exist) and uploading images into these folders. Problem: During the image upl read more
Hello! I am trying to work with the API and am having some issues. I admit I am not super technical with APIs in general. I lead our Customer Success Team and just want to export our conversation data so I can organize locally with sheets and AI ana read more
@noahhendricks Thank you! I would love to use this but my concern is data privacy. Was the app approved or is it still in beta? I just want to be...read more
Hello everyone I'll briefly share the context of my problem: 1.- I have a HubSpot form that attaches a CSV file within a specific property of a contact. 2.- I have a workflow that starts its execution once said contact property has a known value. read more
Hello, I'm here looking for any idea/help on how could I import files into the Ticket Object that will update financial data in it. Thinking on a python script that will go through all the import process including the validation of fields and va read more
Hey @GArosemena ! Your image didn't post, so I'm not entirely certain I understand what you're looking for here. MigrateMyCRM is our migration p...read more
Hello, I'm trying to fetch our engagements (calls, emails, notes, etc.) using this endpoint : https://api.hubapi.com/engagements/v1/engagements/paged The problem is that it is very long to finish the initial import, even though I am read more
Hi @ArnaudStephan .
You can do this by appending "associations={objectType}" to your request. For instance if I wanted to get associated conta...read more