Hello, I'm new to the Hubspot API's, I want to use the CRM data import service: https://developers.hubspot.com/beta-docs/reference/api/crm/imports , but i cannot find the base url and when I want to try in postman, it shows me that the link has exp Beitrag ansehen
I am facing two specific problems with the code provided below. The data is being pulled directly from the CRM itself, as values of properties of product object entries. Product object entries are being used to define real estate properties Beitrag ansehen
Hello, I am trying to fetch the Quote Expiry date in my template for quotes. QUOTE.expiration_date does not give me the correct date, and QUOTE.hs_expiration_date has the same problem. Have also tried to get it formatted QUOTE.expiration_ Beitrag ansehen
Hello, I'm using Procesio to pull contacts data from HubSpot. Currently I can pull all the contacts, but I don't want that. I want to pull only contacts created this month. I have tried changing endpoint and also contacting HubBot but still couldn't Beitrag ansehen
Hey @APetak the HubSpot endpoint just provides the information, you'll need to create your own filters on your external system to tell HubSpot what...Beitrag ansehen
Hi All, I have a use case where the user fills out and submits the form along with a File upload (Image). Now the record is saved in the HubSpot with the Uploaded File (Image) as a property. Problem: Now I have to sync this record's data (along Beitrag ansehen
Hi @evaldas , Thanks for your reply and for pointing me in the right direction when it comes to reading the files. However, I need to read the file...Beitrag ansehen
Hi everyone, I’m working on tracking a page with Google Tag Manager that contains a HubSpot iframe, which is used for selecting a date and time for an appointment. I want to track the following user actions when interacting with the page: Choosi Beitrag ansehen
Hey @ARefined
The easiest way to do that it's by Custom Events on Hubspot. Select the specific clicks you want to track it's quite quick 🙂...Beitrag ansehen
I have created a form and integreated it on my app but I get error in console ERROR: "No quick-fetch early login-verify request found", source: https://static.hsappstatic.net/hubspot-dlb/static-1.1019/bundle.production.js (1) FORM: ht Beitrag ansehen
Hi @EPena0 , Based on your screenshot, it appears that some resources (scripts) are being blocked. Please double-check if you have any ad blocke...Beitrag ansehen
On November 26, HubSpot started returning incorrect next links for paging when querying the Associations API. I'm issuing the following request: GET https://api.hubapi.com/crm/v4/objects/companies?limit=1&associations=deals&archived=fal Beitrag ansehen
Hi @Jaycee_Lewis , The issue pertains to Association pagination, where the pagination link appears inside the associations/<CRM object> o...Beitrag ansehen
Hi guys, I wanted to ask, if someone has any experience with automating a bank transfer after trigerring hubspot to read out a hubspot form for input like name, bank number, costumer number etc... beforehand in the workflow?
Hi, You can set up a webhook to trigger when the form gets submitted. Then, customize the webhook request to include just the info you need...lik...Beitrag ansehen
I have a HS hosted page with a HS hosted form. When the form is submitted it uses a workflow that first sends a webhook POST to one URL, then I want it to send a webhook POST to another HS hosted page. I just simply want to send POST data to that pa Beitrag ansehen
Hi @SRalston05 , Since you are trying to POST to a HubSpot-hosted page, the system may be treating it as an API call, which is likely causing th...Beitrag ansehen
Hello, when I try to api call to delete an association I have between my objects Contact and Event I get this error: Invalid input JSON on line 1, column 62: Cannot deserialize value of type `java.util.ArrayList<com.hubspot.apiutils.core.models Beitrag ansehen
@DGrant5 - I think you may be missing the 'inputs' JSON array element on the structure here. My read is that the structure should be:
{
"input...Beitrag ansehen
Hi, We have a succesful integration right now that will reflect, in the HubSpot ticket, the Dev related Workitem, the Status, Iteration Path and Type. It updates these in real time when an Azure user updates the Work item. This is very useful for s Beitrag ansehen
Hi @Markafly
I can think of one solution: storing the Azure data in a Custom Object. In this case, you can link more than one custom object ...Beitrag ansehen