Steps to reproduce: 1. Create a new property of a type `Single-line text` or `Multi-line text` for any object type (or use any existing property of those types). 2. Insert this example value (65512 bytes) of this property for any object. 3. Try t Leer más
X-HubSpot-RateLimit-Secondly-Remaining How do I get this value? on /crm/v3/objects/contacts/search The Create/Update contact batches have it, but my issue is on the search as this is individual per every record. My headers Leer más
Can you use workflow to GET data that has been updated from an external source? I have it scheduled 1x/day and we have a custom client ID to link our crms, but Can I parse the return and take action on EACH of the JSON objects in the array? I need t Leer más
This is a get api which works in Postman but does not work with fetch. Why is that so? fetch('https://api.hubapi.com/crm/v3/properties/contacts?archived=false', {
headers: {
'authorization': 'Bearer TOKEN'
}
}).then(data => data.json())
.the Leer más
I need user(s) to get a notification of call engagement. Is there still no way to @ metion users in via API?? This seems so basic. It works from UI not API The only way I have found to get a notification of a new call/engagement is to: G Leer más
Is there a way to have collaspable headlines within the body of CRM email templates? How microsoft word allows the text to expand and hide when you click the triangles next to a headline... Send Help...
We have a multi-tenant SaaS application and are looking to provide a Card to customers. What is the recommended way of securely adding a Tenant ID to the requests that HubSpot makes to our endpoint? Current situation: User adds the App to thei Leer más
Hi all, I need to replicate that result of workflow membership screen, see below: but i have to find it using the table sourced by API into my database. I cannot find any table with workflow id or something like that... What is the Leer más
my company uses HubSpot for its website and another site (Mendix) to ask sign-up questions. I am looking to use an iframe to embed the Mendix URL into the HubSpot page, when I use an HTML iframe it says that my site cannot connect. How can I ach Leer más
Hi everyone, I'm having trouble connecting to the HubSpot API using the following code: Views.py from django . shortcuts import render from . forms import ContactForm from . hubspot import create_or_update_hubspot Leer más
Hi, @kevinsito 👋 Thanks for your question. I don't have the answer, but I have sone questions that may help our community to better understand y...Leer más
Hey there, I have the following question: When a deal reaches a certain deal stage in our sales pipeline, our sales team schedules an onsite appointment with the customer and creates a meeting for the deal in HubSpot. I need this meeting in a se Leer más
Hey @MWatermeyer I would say the engagements api for meeting associations would be what you're looking for https://developers.hubspot.com/docs/api...Leer más
Hi Everyone - We are using the API forms submit method with our custom developed forms in Wordpress (with Hubspot plugin). My question is if submitting user email information this way has the same affect on tracking cookies as when using a Hubs Leer más