The modern organisation must carefully evaluate their integration platform choices to ensure alignment with both current needs and future scalability requirements. While Workato has gained recognition for its automation-centric approach to integration, Linx offers a...
Blog
New release: Linx v6.9
The latest version of Linx is out. Upgrade to the Latest .NET 8 Linx v6.9 fully utilizes the recent release of .NET 8, ensuring you benefit from the latest performance optimizations and compatibility features in the .NET ecosystem. Effortless Debugging with...
Cartrack Fleet integration with Linx
Cartrack is widely used for fleet management, and they offer a web service to manage jobs, customers and drivers. This post covers how you can integrate your system and the Cartrack API with Linx. The idea is to provide a base template solution to make it easier to...
Back-end application hosting made easy
For the day-to-day developer, deployment and hosting, plus the subsequent management of solutions in production, is a considerable challenge, especially if it's outside their immediate skill set.Hosting applications can be complex. Besides the obvious challenges of...
Building microservices with low-code APIs
Reading time: 10 minutes
Dividing work into the smallest possible tasks has benefits. These benefits include easier debugging, easier resource management and more manageable maintenance and enhancements. A Microservice approach is perfect when this is your goal.
Sage Intacct integration
Reading time: 6 minutes
Sage Intacct is one of the largest cloud-based accounting systems, offering a web service to facilitate integrations. This post covers how you can consume the Sage Intacct web services with Linx.
Creating an API for your single page application (SPA)
Using a low-code platform as the back-end for a single page application (SPA) is an excellent combination — the SPA can be hosted anywhere, the API is quick and easy to develop, and they can evolve independently of each other e.g. if you need a native app, simply...
Microservices: Modernizing the Monolithic Legacy
IT teams always want to build new applications enabling specific functions to ease processes or customers. To balance projects, they sometimes allow distributed teams to work on focused targets using reusable assets, templates, and best practices. While decentralizing...
Integrating with the Microsoft Graph API
Microsoft offers a RESTful web service named Microsoft Graph API. This tutorial shows you how to integrate with the Microsoft Graph API and Linx, a low-code development tool. By doing so, you can easily extend the functionality of MS Graph with other 3rd party...
Guide: Creating a messaging server in low-code
This guide follows a process to implement the server-side of a client-server style messaging app. We will implement some web methods, which will be useful for creating a messaging client. However, the following items fall outside the scope of this sample: The...