Hi everyone. I am trying to filter contact information based on a custom property, which has a Date format (in the UI I see it as a date picker format). Its name is "fecha_inicio_suscripcion". I am running it through the API endpoint: http 続きを読む
Hi, New to custom code actions, hoping I'm making a rookie error that someone can help with. I'm trying to run the below as a custom code action in a workflow. It's purpose is to get an authentication token that would then be used in another c 続きを読む
Hi HubSpot Support Team, We are developing a SaaS application that integrates with HubSpot and listens for webhook events from different businesses that install our app. Each business that installs our app has unique credentials, and we ne 続きを読む
What's the best approach to handle OAuth tokens for multiple HubSpot accounts in a webhook-based integration without a dedicated database? We're trying to implement a solution where we can identify which account a webhook belongs to and make authen 続きを読む
Hello, I created a private app and I am trying to hit the Leads APIs. But, I am getting the following number API: curl --request GET \ --url ' https://api.hubapi.com/crm/v3/objects/leads?limit=10&archived=false ' \ --header 'authorizati 続きを読む
Hello, I am going to create a ticket using the hubspot api ( https://api.hubapi.com/crm/v3/objects/tickets), in the body param I saw we could send the " objectWriteTraceId", could you explain me for what is this param? Even it is not required, I 続きを読む
I am using HubSpot Visitor Identification API to generate token but what would be best approach to cache it and use it throughout the website until the user session expires. I used localStorage method of javascript and the values are passed correct 続きを読む
Hi, I'm having trouble tracking page views on my website, we have an external website developed by us which has correctly installed the tracking code and is firing events to hubspot, also in my hubspot account i have correctly added the external do 続きを読む
Hi @ajinvise , I hope that you are well! Great question, thanks for asking the HubSpot Community! I have found for you this similar post " [SOLV...続きを読む
when I tried GET contacts api , the dates paramerter is ignoring. but we need to do filter by lastmodified (or any dates) using GET method only (because contacts/search api in not suitable (POST method))