I would like to retrieve page views count and timestamp associated with a specific contact filtered by a day. as given below in screenshot I have checked The contact api - Get a contact by its vid . It is return total number of page read more
Good Day fellow developers, I have a problem and its been 3 days. I want to integrate the HubSpot into laravel to try backend method. Right now, after long debugging, I tried it in postman if the access token is working, but it says that the ac read more
I tried to create a folder in the file manager using the following command: curl -k " https://api.hubapi.com/filemanager/api/v2/folders " -X POST --header "Authorization: Bearer XXX" --header "Content-Type: application/json" --data-raw "{\"parent_f read more
Hi all, I want to use Amazon Appflow to pull data from Hubspot and store in my data warehouse Redshift. https://docs.aws.amazon.com/appflow/latest/userguide/connectors-hubspot.html I followed this doc and let me summarise what i've done read more
hey, thanks for replying! let me summarise what i've done so far: 1. I created a Developer account and then a test developer account, as instru...read more
I encountered an error during the installation process. Any assistance would be greatly appreciated. The application you're attempting to subscribe to is not responding (can't reach app callback URL-code 102). Please try again later. If th read more
This type of issue will unlikely get resolved through the community. We can possibly help identify what that error code means (done in the previous r...read more
We’re currently seeing a disparity between email events and campaign data where the campaign marketing data includes a “reliable” logic, i.e. opens by an individual that can reliably be identified as a human. There is no for an event to easily read more
I have an embed Hubspot form in my Nextjs 14 app. In local development I am able to successfully submit the form which is getting data for one of the fields from the Nextjs app. This app is hosted on Vercel and when the form is submitted from this l read more
Hi @SBaqla ,
Could you check your network tab to see if the form is sending data? You should see something like: https://forms.hsforms.com/s...read more
We are needing to duplicate a whole bunch of Email Templates into various languages (11 langs x 15 templates = 165 new templates). I noticed there’s no clone endpoint (like the one on email marketing) for templates in the api. Does anyone have a su read more
Hi @nickgi ,
Assuming you want to clone the drag-and-drop email templates, you can utilize the Content API for templates . There is no end po...read more
Hi, We've been experiencing a significant number of 500 errors during contact PATCH API calls for the past week. Here's the daily count of errors: 09/14: 6 errors 09/15: 0 errors 09/16: 8 errors 09/17: 6 errors 09/18: 3 errors 09/19: 14 erro read more
Hi @FedericoGior ,
I've been experiencing the same. This has been the case since the big outage in August. I know HubSpot is monitoring this,...read more
We are about to integrate HubSpot into our company and we currently have SAP as our ERP system. We are struggling to make it a seamless process and it is forcing us to work half in SAP and half in HubSpot. We need to know if there is a way of al read more
I would like to retrieve engagements associated with a specific contact, filtered by a date/timestamp range. Currently, I'm using this API: https://api.hubapi.com/engagements/v1/engagements/associated/contact/{vid}/paged?limit=200. Is t read more
Hi @Teun , The Search API provides separate endpoints for different engagement types such as calls, meetings, notes, and tasks. Instead of makin...read more