Good morning, I need to perform the integration of systems in outsystems with the hubspot tracking platform, does anyone know how I can do this integration?
Hi Luiz,
Unfortunately I do, as I've just finished HubSpot integration for our company :). Just owners, companies and contacts though, nothing more fancy. Also, we're still using the deprecated API key, instead of the new OAuth authentication.
In short, read the HubSpot REST API description, and determine what parts you need. Also, Hubspot allows for dynamic properties, definable in the HubSpot GUI, which are not supported by OutSystems out of the box, other than as pre-defined properties (i.e., you need to define them as Attributes in OutSystems).
There's also a HubSpot asset in the Forge, but I don't know how current it is, and what exactly it covers, as it's pretty old and hasn't been updated in a while.
Hi Kilian, I'm trying to implement it in the systems of the company I work for. I want to perform tracking for viewing and analyzing access to marketing content in our system.I'll read the link you sent me and I'll try to customize the JS.