Hi, @FSoto8 👋 You are correct. We can add pseudo-property associations to the request body to search by, but not to return the associations yo...read more
I am not a developer, but working with a team of devs internally. We are creating Contacts in Hubspot via the API and associating them with existing Companies with the following call: put /crm/v3/objects/contacts/ {contactId} /association read more
I've created a quote via API. I've associated it with a template, with a deal, with line items. I realised that as soon as I create the association with the deal, it also creates some kind of link with the deal company and the deal contact. I d read more
Thank you for this reply. No, I didn't think you could. I currently create the quote, read the ID from JSON in the response, and then use it in subs...read more
I tried diffrent versions but the best result I can get is turning the two scrips around. Any other solution is having the script two times or not at...read more
I have a question regarding form builder in hubspot. Is there any way to add some custom input fields to the existing 12 that are in Hubspot form builder? Our company wants to add a survey slider ( <input type="range">) to the form, b read more
Hey, @keyword . Your instinct is correct. You are limited to the property field-types listed here — Property field types .
You are correct ab...read more
Hello. I have been trying to use between operator as described in docs . But hubspot api client library is not compatible with what is said in docs. When I ignore and send it. I am getting a error "operator BETWEEN requires a highValue read more
Yesterday, I connected successfully (got the code and token) on my developer application. But today, I try to request and receive the response " Couldn’t complete the connection An error occurred while validating the app authorization." Pleas read more
Hi, My hubspot account id: 23512960 Website page: http://23512960.hs-sites.com/deving-page Page title, meta tags and decription parameters changing fine using hubspot api. I'm trying to change text 'Our locations' using api that coming from read more
Hi @JDoe49 , maybe try to GET the page, see the current value of the field you are trying to update and compare it with what you are passing to PATC...read more
We installed the widget so that our customers can search for articles in our private knowledge base (accessible sso only) The widget is well connected (api call upstream to obtain a hubspot token) and is only displayed if the user is wel read more
Hi, @JLabetoulle 👋 Thanks for the interesting question. Looking at this section of the knowledge base article — Knowledge base lookup (Service...read more
I use this query with this body to create POST https://api.hubspot.com/crm/v3/properties/deals/batch/create {
"inputs": [
{
"name": "test_currency",
"label": "test_currency",
"type": "nu read more
https://legacydocs.hubspot.com/docs/methods/ecommerce/v2/send-sync-messages As I understand it, previously we could create contacts, deals and other records using PUT /extensions/ecomm/v2/sync/messages Where you can use externalOb read more
you can check for any alternate way for mapping your data. You can use the email property for contacts and the SKU property for products and other ob...read more
The scenario is like this. I need to update or create a contact through the api, but I need to determine whether the contact exists through the email field, so I don't know whether to update the contact or create the contact, so I need the correspon read more