I am trying to embed a HubSpot Payments Link on a page in a NextJS app. The payments form is not appearing. I can get this to work in a ReactJS app but not in our NextJS app. I have created a simple example in codesandbox demonstrating the issue read more
I am able to get the Payment Link embed to work in a simple ReactJS hello world app as demonstrated here. But, I need it to work in our NextJS websit...read more
How can I pass just one message via webhook and also be able to pass property values to it? eg. new! 🎉 🍾 🥂 Cliente: {{ _0_3.dealname }} Persona: {{ enrolled_object.persona }}
Hello, we are trying to create a list with data from a particular Form on our Wordpress. The problem is The Hubspot Wordpress pplugin seems to be amalgamating all the different forms on the website into one form name, so we cant differentiate the co read more
Anyone running into any issue with the visitor identification endpoint returning the wrong user when used with the HubSpot chat feature? My company has been testing the feature out internally and we’ve noticed for some users the chat read more
We have been successfully using the v1 apis to create emails and perform related tasks such as lookup lists and subscriptions. In the past week we have started to see features break or begin to exhibit new unexpected error messages. I have read as read more
Hi, I'm using a button on an email and linking the press of the button to a URL that will allow someone to book a 20min meeting via MS Bookings. THE URL works natively but when the button is clicked from the newsletter I get "bad request". Any i read more
Hi, My team is trying out the new framer forms and we've set up a webhook with a simple workflow. The initial test with the webhook is working, showing that HubSpot being fed the data. But after that, nothing happens. I have attached screens read more
can some one help me to implement signature validation for hubspot webhooks api. I created a webhook for a private app to receive property change event, and i have a new service which will accept the webhook events. I am trying to implement the vali read more
I've to attach task with my custom object. I'm using below code as defined in docs. But I can't able to create it and my object name is 'test'. I've created Association class in PHP:
Association::create($from, $to, $type, $fromObjectType, $toObjec read more
Hi @KPadhiyar ,
When making an API call to create an association, the fromObjectType should contain the internal name of the object, so 'cont...read more
Hello I need urgent help, so I am trying to integerate HubSpot with PowerBI using API endpoints. https://api.hubapi.com/crm/v3/objects/contacts?properties=*&archived=false By using the above endpoint, I am not getting all the properties of the read more
You do need to specifically ask for the properties you want returned, otherwise you will only receive a few default standard properties. This is tru...read more
Hello guys, how are you? I am carrying out an API integration and associated a company with an event (1 event (which is a customObject) can have several companies) The association worked correctly and I can view it through Hubspot, but I am not able read more
Hi @PMalaquias ,
If I understood correctly, you want to retrieve the event and all of it's associated companies including it's properties.
...read more
Greetings, everyone, I am working on an API integration between my app and HubSpot, where HubSpot serves as the database. I created a custom object called "Events," which is associated with a standard object "Company." I would like to perf read more
Hey, @Fred4 👋 Welcome to the community. To clarify, you are not missing an option with the Search API. You'll need to use the Associations AP...read more