Hi everyone, I'm working on a Salesforce integration using the HubSpot Engagements API to migrate emails. I’m able to retrieve email engagements using the /engagements/v1/engagements/paged endpoint. However, I now want to: Retrieve only emails read more
We are currently in the process of migrating from the v1 API's to v3, as per the deprecation notice announced by HubSpot—effective 30th September. However, we are facing a blocker due to the absence of a clear replacement for the following v1 endpoi read more
I'm trying to use the retrieve ticket get request with /crm/v3/objects/tickets but noticed that it only returns a small amount of tickets at once and from oldest to newest. It does provide a link to get the next batch but I'd rather not have to make read more
Hi @Phwilson17
Sure, there are a few ways to get all tickets in a single call or to get the list to return from newest to oldest.
**Get all ti...read more
Hello, I'm trying to use regex to build a List based on pageviews and it's driving me a little bit crazy. The goal is to create a list of people that have visited a page on our main website but not on any subdomains. So it would return: read more
Hey @alivia
Do you have any details on what you've attempted so far? Taking a look into it from my end, when I test using Regex101.com I am a...read more