A brief explanation of Sage 50 and how to build an integration with it for your SaaS product!
What's the point of AI generated comments?
Why can't your target customers always find your product? - Experience sharing
The exact prompt that creates a clear, convincing sales deck
Why I’m building an AI marketplace instead of another SaaS
The hardest part of building in public isn’t shipping.
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.