Continuing in the series of articles about newest cloud connections in Zato 4.1, this episode covers Atlassian Jira from the perspective of invoking its APIs to build integrations between Jira and other systems. Read more➤
This article explains how to build airport integrations in Python using Zato. Learn to connect flight information, passenger data, baggage systems, and other critical airport systems with clean, maintainable Python code. Read more➤
Understanding how to effectively integrate various systems and APIs is crucial. Yet, without a dedicated integration platform, the result will be brittle point-to-point integrations that never lead to good outcomes. This article highlights the need for a strategic approach to integrations, emphasizing the pitfalls of doing it without the correct architecture in place. Read more➤
Turn LDAP and Active Directory into convenient REST API services that let external clients and applications use JSON to query the directories. Read more➤
Enabling rate-limiting in Zato means that access to Zato APIs can be throttled per endpoint, user or service - including options to make limits apply to specific IP addresses only - and if limits are exceeded within a selected period of time, the invocation will fail. Let's check how to use it all. Read more➤
This article provides a comprehensive introduction to network automation using Python and Zato. Learn the fundamentals of automating network infrastructure with practical examples and best practices for network engineers and developers. Read more➤
OAuth is often employed in processes requiring permissions to be granted to frontend applications and end users. Yet, what we typically need in API systems integrations is a way to secure connections between the integration middleware and backend systems without a need for any ongoing human interactions. OAuth can be a good choice for that scenario and this article shows how it can be achieved. Read more➤
Learn how to use Python with HL7 FHIR, a contemporary data model and message transfer protocol designed to facilitate the exchange of information among systems used in health care settings. Read more➤
Large organizations rely heavily on deep-backend software systems which are integrated and automated using principled methodologies, innovative techniques and well-defined implementation frameworks. If you'd like to learn how to integrate and automate such complex systems correctly, check the new API integration tutorial that will show you how to do it in Python too. Read more➤
Microsoft 365 requires for all IMAP connections to use OAuth2. This can be challenging to configure in server-side automation and orchestration processes so Zato offers an automated that lets you access emails in Microsoft 365 without having to deal with the underlying complexity of OAuth2. Read more➤