I am trying to create neat looking notes which are summaries of a chat gpt response, but something formats into a single line looking mess. I have tried /n and all the work arounds, nothing seems to work? i would like to be able to have line breaks read more
I’m using the following endpoint to create associations between objects: ruby Copier Modifier https:/ /api.hubapi.com/crm /v4/associations /deals/companies /batch/create I’m trying to associate deals to companies, but inst read more
Hello @GDiMaiolo ,
Unfortunately, the idProperty field isn't supported in the HubSpot Associations API. So, you can’t directly associate a deal...read more
There seems to be an issue with the iOS Chat SDK. I've followed all the integration steps but it always fails on the first configure step and can't find the HubSpot-Info.plist file even though it is definitely included in the project and have a read more
@DArvid wrote: There seems to be an issue with the iOS Chat SDK. I've followed all the integration steps but it always fails on the first con...read more
Hi everyone, I am just want to reflect my thoughts after unsuccessfull weeks of trying to make things work somehow. As a developer with years of experience I can tell that this SDK along the "documentation" is the worst nightmare I have ever see read more
Hey @kubo_konecny -- thanks for your post. I am sorry to hear about your experience with this tool and your feedback is greatly appreciated. I hop...read more
Hi, why am I getting this error message for Webhooks? I tested my endpoint using Postman and it worked — I was able to receive JSON data. However, when it comes to HubSpot Deal creation, I get the following error response. Any ideas on what might be read more
Hi @JCabataña ,
That "417 Expectation Failed" error you're seeing usually means HubSpot is sending a request with a header your server isn’t ...read more
Hello, I am a developer of an application which consumes the V3 & V4 API-s. My use case is to read all association labels data for all objects in the V3 & V4 API-s using the requests below: Spoiler (Highlight to read) GET read more
Hi @skerdi and Happy Friday! Thanks for asking the HubSpot Community and for the detailed information! I'd love to put you in touch with our To...read more
I want to create a new association label between Contact (0-1) and Company (0-2). So I sent the following request:
POST https://api.hubapi.com/crm/v4/associations/0-1/0-2/labels HTTP/1.1 .... { "label": "Referred By", "name": "referredb read more
Hi @Sachavskyi ,
The typeId for association labels in HubSpot isn’t globally unique. It can be the same number for both custom (USER_DEFINED) ...read more
Good morning, Let me give you some context and try to explain in as much detail as possible the use case we need to cover. Please, we would appreciate a response with the most concrete solution possible, as we’ve been trying different alte read more
Hey @angel-luis ,
I shared your issue with our dev team.
They suggest trying a Smart List combined with a Static List as a possible workaround. ...read more
Hello great community I have a question regarding sending traffic source / campaign source into HubSpot on contacts. Background: We are a SaaS company with our own product and database, where our customers are created and sent to HubSpot read more
Hey @AZakonek ,
You can’t directly set HubSpot’s default hs_analytics_* source properties via API, those are auto-populated by HubSpot’s tra...read more
Hi all, I'm making a calling app for HubSpot where, in case of multiple contacts/companies having the same phonenumber, you can select which one should be associated with a call. With the calling SDK I call the IncomingCall() method with createEnga read more
Hi @JeroenCloudCTI ,
It seems that HubSpot’s calling SDK automatically connects calls to the oldest matching company or contact when you use `...read more
Hi, I had submitted an app for the marketplace and received an email with a set of questions and update requests. I promptly responded to the questions, made the necessary updates, and resubmitted the app. However, it's been several weeks sinc read more
Hi @scrut_team and welcome, we are so glad to have you here! Thanks for reaching out to the HubSpot Community! I can see on this documentation ...read more
Hi everyone, i want to know something about API, if some datas from magento, one contact have several orders, can API realise create one contact and multi deals, and this contact also related to multi deals.