API Integrations in Python Blog


Automate Microsoft 365 Like a Pro: Skip the OAuth Headaches

2025-12-08

Are you tired of fighting with Microsoft 365 APIs and complex authentication flows? This practical tutorial cuts through the complexity, showing you how to build production-ready Python automations for Outlook, Calendar, and SharePoint in just 60 minutes. Read more

Network Packet Broker Automation in Python

2025-12-01

This article explains how to automate network packet brokers using Python and Zato. Learn to build efficient monitoring and traffic management solutions with programmable network infrastructure. Read more

Automation in Python

2025-11-24

This article explores how to build effective automation solutions in Python using Zato. Learn best practices for creating scalable, maintainable automation workflows for business processes and system tasks. Read more

Enterprise gRPC Services with Python and Zato

2025-07-22

Enterprise gRPC integrations in Python using Zato services. You'll see how to define Protocol Buffer schemas, create gRPC clients and servers, and handle structured data exchange between distributed systems. Read more

Enterprise Python: Integrating with Salesforce

2025-06-02

Salesforce connections are one of the newest additions to Zato 4.1, allowing you to look up and manage Salesforce records and other business data. To showcase it, the article will create a sample Salesforce marketing campaign in a way that does not require the usage of anything else except for basic REST APIs combined with plain Python objects, such as dicts. Read more

Microsoft Dataverse with Python and Zato Services

2025-05-19

Microsoft Dataverse integrations in Python, using Zato services. You'll see how to perform full CRUD operations, understand the mapping between PowerApps UI and API paths, and apply the same techniques to any Dataverse entity. Read more

Using Oracle Database from Python and Zato Services

2025-05-15

This article explains how to access Oracle databases from Python in general and from Zato services in particular. You will learn how to execute SQL queries, call stored procedures, and integrate Oracle with your APIs using practical code examples and best practices. Read more

Sustainable water management with IoT, Open Source and Python

2025-04-29

"Towards a cyber-physical system for sustainable and smart building: a use case for optimizing water consumption on a SmartCampus" is an Open Access paper via Springer Publishing that uses Python, Zato and other open source technologies for IoT integrations. Read more

Integrating with Jira APIs

2025-04-24

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

Airport Integrations in Python

2025-04-10

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