API Integrations in Python Blog - Page 2


Network Automation Getting Started

2025-01-07

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

Using OAuth in API Integrations

2024-12-23

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

HL7 FHIR API Integrations in Python

2024-12-16

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

New API Integration Tutorial in Python

2024-12-09

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

Automation in Python

2024-12-02

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

SSH API Service in Python

2024-11-25

This article explains how to create SSH API services in Python using Zato. Learn to build secure, automated connections to remote servers for command execution and management through a standardized API interface. Read more

IMAP OAuth2 Microsoft 365 Integration

2024-11-19

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

Web Scraping API Integrations

2024-11-13

This article explains how to build web scraping API integrations using Python and Zato. Learn to extract data from websites and integrate it with your applications and systems in a reliable, maintainable way. Read more

Meaningful automation in Python

2024-11-04

An introduction to meaningful automation, integrations and interoperability with Zato, service-oriented thinking and Python. Read more

Salesforce API integrations and connected apps

2024-10-28

This instalment in a series of articles about API integrations with Salesforce covers connected apps - how to create them and how to obtain their credentials needed to exchange REST messages with Salesforce. Read more