Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Join
2
Likes
2
Comments
How to build a Sage 50 integration
by
Hassan Syyid
https://hotglue.com/blog/how-to-build-a-sage-50-integration
A brief explanation of Sage 50 and how to build an integration with it for your SaaS product!
interesting. how do you ensure that your data source is in sync with the api version of the source. For e.g. data source was created with api v1 and than vendor decided to move to v2 and v1 is deprecated? how is this handled?
In this case the data source is an onprem product, and the connector handles differences in product version (it connects directly to the DB). For our other integrations we have multiple versions of our connectors that use different API versions. For example, we have a HubSpot integration using v1 API, a newer connector that uses their v3 API.