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 read more
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 read more
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_ read more
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 read more
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...read more
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 read more
I am not very familiar with Python and have not used it in this context, but you could try:
import requests
import base64
response = requests...read more
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 read more
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 read more
Hi @EPena0 , Based on your screenshot, it appears that some resources (scripts) are being blocked. Please double-check if you have any ad blocke...read more
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 read more
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...read more
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 read more
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...read more
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 read more
@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...read more
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 read more
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 ...read more