A brief explanation of Sage 50 and how to build an integration with it for your SaaS product!
Why can't your target customers always find your product? - Experience sharing
The exact prompt that creates a clear, convincing sales deck
The hardest part of building in public isn’t shipping.
What made me stop building sooner than I used to
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.