We need to create an interface to connect CSI v9.01.11 on prem to Hubspot.
Did somebody ever work on something like that?
I've integrated Hubspot before. It will help to understand more about what you're trying to do to be able to give suggestions.
We are still early in the project, but this project is mainly for our salespersons. We will at least need to upload every customer orders (item, qty, price, etc.) from CSI to Hubspot for them to be able to view their sales numbers. That will need to include the Company, probably the Contact and all of the related fields.
So, for now, it needs to be a one direction interface from our CSI to Hubspot that could run once a day during the night.
Denis, this is pretty straightforward using Hubspot's API. The easiest method I've used to accomplish this integration is to use an IDO assembly to query the data needed, serialize into JSON and send to Hubspot via API. I've also built service applications that utilize CSI REST APIs to get the same data and send on to 3rd party resources like Hubspot.