I am trying to create an application and I need it to, in addition to creating a card when responding to the webhook, also previously generate or upload a file to the client's account. Is this possible? I'm using this documentation as a guide: http read more
I want to submit form data via API. I want to uplod multiple file on the one field. How can i do that ? What i have tried ? { "submittedAt" : 1700722754114 , "fields" : [ { "objectTypeId" : "0-1" , "name" : "email read more
Hi there! We have an extensive integration with Hubspot and are looking to integrate the Livechat onto our customer-facing platform. We load the hubspot tracking code through our GTM. The live-chat is fully functional, however after any type of p read more
Hello, I am wondering if anyone has any experience with the below and could offer some assistance. We have a salesforce campaign for each asset (webinar, guide, form) on our website. When someone completes a form submission the salesforce campaign read more
Thank you!! It is the code issue where we want to connect the values in the 'Recent SF Campaign' field (which is from a form fill on our website) to ...read more
Hello! I've been playing with Hubspot via REST API. What I discovered is that between adding a record (let's say a contact) to my account via POST request, it's not immediately returned by the Search API. Most of the time it takes up to 5-1 read more
Hey, @dmydlarz 👋 Thanks for your question. To confirm, this is the expected behaviour when using the Search API and newly created records. The d...read more
Hi all! I have been trying to connect HubSpot and Canva but whenever I try this I get the error that this app needs to be updated. Does this mean that the HubSpot app needs to be updated within Canva? I have added a screenshot of the error. read more
Hello, I'm learning to code and work with web developers that can help me write code. We need to write custom code that will be used in a workflow. The code would take the contact in the workflow's phone number and check the CRM to see if their num read more
Is it possible to automatically log emails to the website object? For context - when using the Hubspot Chrome Extension it's possible to automatically log emaisl to contacts, deals and companies. We use custom objects called websites, which don read more
Hi @PamCotton , Thanks for your help. I'm looking to automatically log activity to custom objects. We use contacts, companies, and deals where ...read more
Hello I am using the below python function to fetch all contacts associated with a company def get_associated_contacts(access_token, company_id):
url = f"https://api.hubapi.com/crm/v3/objects/companies{company_id}/associations/contact"
header read more
Hi We are trying to use Web Analytics events API for fetching events per CRM object and found that we can't filter events by time period using occuredAfter and occuredBefore parameters. No matter what values are passed the result is allwa read more
Hi, I want to know if there is an endpoint in the API to get the comments that the hubspot users made in the edit section of the emails, landing pages, campaigns and others. I'm sharing a couple of screenshots about the comments section that I' read more
Hi All, We have developed an app that has a crm card and it is configured to appear on the Companies, Contacts and Deals record Types. When I install this app in another hubSpot portal, the crm card appears in all the three configured record types. read more
To generalize the question, we are looking for an ability to have per-client configuration parameters that are set ONCE per app install (i.e., applie...read more