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 @YQin ,
What you could do is create a sample template when creating the sequence. That template will then be available in "Library > Tem...read more
Hey everyone! We are building a Workflow using a Google Apps Script which the idea is to connect to HubSpot (either HS Workflow or API). The flow is like this: 1. We download the monthly renewals from HubSpot and import them into Google Sheets 2. read more
When in HubSpot and viewing emails, I can see the publish/send date in my view. When requesting this data via the API ( marketing/v3/emails) , this doesn't seem as straightforward. There is a Publish Date (publishDate) and a Send on Publish boolea read more