When I set a field to hidden in the HubSpot form editor and publish the form, all field configurations returned via the API still show hidden: false . Am I missing something or doing something wrong?
Hi ! When the blog comment is posted via API, It is auto approved (published) automatically. It should go to moderation first. I set the state as it is defined in the API documentation as "state": "PENDING_AKISMET"
I'm trying to implement SSO for my Knowledge Base. According to this article: https://knowledge.hubspot.com/website-pages/set-up-single-sign-on-sso-to-access-private-content (under the "Require SSO for all knowledge base articles" section), I shou read more
Update: I got feedback from the team at HubSpot working on private knowledge bases that the "start page" of a knowledge base should also be behind SS...read more
PT: Bom dia, fiz a integração de uma aplicação privada com o hubspot, onde a minha aplicação privada deve ser capaz de criar tickets dentro do hubspot, uma parte da integração já está "ok", porém, preciso vincular o "email" do usuário que criou o ti read more
Exatamente isso, @maxwellalvesgep !
Precisa fazer um check na base se existe o contato, e caso sim, puxar o ID dele para associar ao objeto d...read more
I am having and issue where the file search is returning files that are not in the path that i asked it to find images in. here is the path: /Roots-Community-Website-Assets/communities/29/&limit=100 this has 12 images total. but it i read more
Hey, @Adesignl 👋 Thank you very much for your question. You've noted an undocumented behavior of the Files Search API — it seems to perform a ...read more
My application is running in AWS Sydney region and it calls Hubspot API to create companies and contacts. I am planning to deploy applications in UK which also needs to call the same Hubspot API. I wonder if the API support multi-region by default. read more
@JZhao wrote: My application is running in AWS Sydney region and it calls Hubspot API to create companies and contacts. I am planning to deploy...read more
Hi everyone, I am trying to create a HubDB row with a previously uploaded file. Unfortunately, the documentation ( https://developers.hubspot.com/docs/guides/api/cms/hubdb#add-table-rows ) contains many use cases except files. This code read more
@LRomier - I'm not sure I have the solution here, but as you probably know, uploaded files from forms and attchements to emails are treated in a so...read more
I can make a request to the forms API to retrieve something that looks like this GET form API response. But that doesn't include information about layout, such as whether there are multi-column layouts of fields. Is there a way of getting read more
Hey, @gregorypratt 👋 You linked to the existing and current documentation for Form API endpoints. Unfortunate, there is not another endpoint f...read more
There are built-in features in HubSpot CMS that can drastically improve your mobile layout—but are you using them to their full potential? Hey HubSpot Community, Mobile optimization is a key factor in creating a seamless user experience, but ac read more
Sorry if this is in the wrong location! We are looking to use Microsoft Forms to have our users submit hardware/software requests. Once submitted, it will go through Teams to get Manager approval and then come to IT. We would like then have the read more
Hey, @IStephenson 👋 No worries at all. I added the link to the PA forums in case other community members here didn't have a reply for you. Mos...read more
I am trying to upload files to link to support tickets. Because of CORS issues, I am not able to make the request from the browser and am sending the base64 encoded file string to the backend with graphql. Using python requests and the v3 files API read more
Hi Steve, Thank you for responding. Unfortunately, the addition of 'charsetHunch' hasn't changed the outcome. In my case I'm trying to upload a j...read more