Hello, I'm trying to access the endpoint: https://api.hubapi.com/reports/v2/events/ and I get error: {
"status": "error",
"message": "This app hasn't been granted all required scopes to make this call. Read more about requ read more
Hey @OMorgan25 ! Thanks for the screenshot and full response. @coldrickjack has a great response on a similar thread noting this could be due ...read more
When we push the call activity for the contact, the call in hubspot get assigned to the user. But in some cases they are not. Is there a rule or auto assign that happens on hubspot end? I am unable to find any community doc which dictate this behavi read more
Here are 2 sample request to Hubspot for call creation: { "engagement": { "active": true, "type": "CALL", "timestamp": "1737743485000" }, "associat...read more
Hello, I would like to track my hubspot embed event pages in webflow. In my tag manager trigger, I have a custom event with the event name: hs-meeting-booked (this was done before I arrived, I no longer have a developer). Does it work properly? How read more
@MJacquet wrote: Hello, I would like to track my hubspot embed event pages in webflow. In my tag manager trigger, I have a custom event with the...read more
I am trying to get participants breakdown of Marketing events The request is GET https://api.hubapi.com/marketing/v3/marketing-events/participations/237805987910/breakdown?limit=100 Howerver it returns 500 Internal Server Error { "status read more
Hi Jaycee, This issue occurs only for certain event Ids. For some events, I can retrieve all participations, but for some I can not. The HubSpot por...read more
Hello, I am getting an error while trying to create an `EventDefinition` using C# API. I have forked from ` https://github.com/boomandbucket/HubSpot.NET` and customized it to work with CRUD methods for EventDefition. I am getting an error when tryi read more
Hey, @MAttal 👋 Thanks for your question. I am not a C# expert by any means. The error message is definitely complaining about your labels. One...read more
Hi guys, I would like to replicate a timeline email marketing event like the one in the screen, using the API. I've read the documentation but I can't figure out which endpoint I need to use and how to set the association with the contact. read more
Since you are not using "Marketing emails" is the strictly HubSpot defined sense, I think I would go back to my initial suggestion of logging emails ...read more
Hello, I’m encountering an issue when using the Campaigns API to fetch properties. Here's the detailed scenario: 1. Working Configuration: The following URL works correctly and returns a valid JSON response: https://api.hubapi.com/marketing/v3/ca read more
Hi @aseck-avg and @HarshalDhamale , Thank you for the additional information! When looking at this documentation " Retrieve a campaign API "...read more
i am trying to understand the technical feasibility of the below requirement. We have saleforce to Hubspot integration. We want to sync a few hubspot specific non standard activity (Ads Activity for instance) from Hubspot to Salesforce. So whenever read more
Hi @PArunagiri , thank you for the clarification! Yes, the same applies from HubSpot to Salesforce. Sorry, that's what I meant to write in my fir...read more
Hi! We have a workflow set up in HubSpot which changes several (3 max) custom boolean fields in a Contact. I would like to receive this information in our Private Application (already linked in Hubspot). What is the best approach to get this infor read more
I would reccommend setting up webhook subscriptions for when those properties change.
Here's the documentation how how to set those up for Pri...read more
I see in the above API documentation that you can pull events down for a given start or end time: https://developers.hubspot.com/beta-docs/reference/api/analytics-and-events/email-analytics/v1 . Is it possible to pull events for a specific wind read more
Hey, @LRoy6 Unfortunately with this legacy endpoint, it doesn't offer additional filtering or sort options. You'll need to utilize the start or e...read more
Hopefully this is the proper place to post this. I created a Custom Event called Webinar Register. When a visitor to my site fills out and submits the webinar registration for (a webflow form) the Webinar Register event is triggered via javascr read more
Confirmed. What is happening is that the custom event is getting created before the new Contact setup has completed. The custom event is then assoc...read more
Hi, I am wondering if anyone can help me. We are trying to pass the ip address through a hidden form field. The ip address field name: ipaddress. This is the code we are using in GTM - however the IP address isn't being captured in Hubspot but read more
@AnalyticsGirl - you are not very explicit here about where your error occurs. Which console logs succeed and which fail? HubSpot decided a while b...read more