I'm doing an integration between Webflow and HubSpot. The goal is to have a subscribe form in the website and I need some solution to save all contacts that have been submitted the form in a list so, I could send newsletter to these contacts later. read more
I am using POST on search for tickets. I get the hs_pipeline and hs_pipeline_stage as number How can I display as text (using the pipeline name and stage) instead of a number? Trying to intergate it to ZD AI bot
How can i associate a company_owner with propety in my company eg : this payload { "properties" : { "name" : "pass" , "domain" : "pass.com" , "city" : "pass" , "country" read more
Hi @Eiregi ,
It's not possible to make associations directly to a property. You can only create associations between objects (i.e. Company to ...read more
Hello HubSpot Community, I'm looking for guidance on how to automatically set the owner of an invoice to match the owner of the associated contact using HubSpot's API or workflows. I'm currently using Make.com (formerly Integromat) to handl read more
Hi, We have a requirement to submit form data to Hubspot, the website currently has a custom form, and my client is hoping that we can just submit data from that form to hubspot. Is that possible? Does there need to be an equivilent form in Hu read more
Hello @JWest-Sadler ! No need to do too much customization in HubSpot with an additonal form. You can keep your form as a Non-HubSpot form, and sti...read more
Hello, I'm working with an advertising agency who are creating a landing page for us on a sub domain. We want to have the same HubSpot hosted cookie banner as our website on the landing page. However, even though I've duplicated the cookie ba read more
Hello i want add new feilds data as i am doing post request to the companys endpoint API https://api.hubapi.com/crm/v3/objects/companies Here is the Json payload { "properties": { "name": "grit", "domain": "grir4tt.com", "city": "LOO", "countr read more
Hi @Eiregi
Everything is looking good in your JSON. Please re-verify the internal name of all properties or maybe there is a mismatch is proper...read more
Hi all, I'm using the calling extensions sdk to build a new application for an integration between hubspot and my company. One question that I have is, is there a best practice or best place to put custom properties that pertain to that app install read more
When making an API request to https://api.hubapi.com/crm/v3/objects/contacts/batch/upsert, if a contact with the same email already exists, the response returns a 409 Conflict for the entire request, instead of attempting to upsert the other entri read more
Hello, I'm looking for an API to create an email template that I can use under Automations -> Sequences -> Create Sequence -> Email . Is this possible? Basically, I hope my API-created email can show up in the panel below. read more
Hi @evaldas , Thanks for the reply! I created an email template in "Library > Templates ." But when I tried to GET the template using GET Temp...read more