Schedule a demo

API Integrations in Python Blog - Page 3


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

HL7 FHIR Security with Basic Auth, OAuth and SSL/TLS

2024-10-21

An explanation of how and when to use Basic Auth, OAuth and SSL/TLS security definitions in HL7 FHIR connections. Read more

API testing in pure English

2024-10-07

Do you have 20 minutes to learn how to test APIs in pure English, without any programming needed? Great, read on for the details. Read more

Akenza IoT Python WebSockets

2024-09-16

Building a comprehensive ecosystem unlocking the full potential of IoT connectivity requires seamless automation of a vast number of IoT technologies, and Akenza emerges as a powerful ally in the endeavour. Read more

Automating telecommunications networks with Python and SFTP

2024-07-29

In telecommunications, the Secure File Transfer Protocol (SFTP) serves as a critical mechanism for secure and reliable file exchange between different network components devices, and systems, whether it is updating configurations, network monitoring, exchanging customer data, or facilitating software updates. Conversely, Python is an ideal tool for the automation of telecommunications networks thanks to its readability and versatility. Let's dive into how to use the two effectively and efficiently. Read more

Integrating with WordPress and Elementor API webhooks

2023-04-21

This article deals with WordPress, Elementor and webhooks APIs - how to accept data sent from WordPress forms and how to transform such requests into JSON messages to external API endpoints. Read more

How to invoke REST APIs from Zato services

2022-08-23

This Zato article is a companion to an earlier post - previously, we covered accepting REST API calls and now we will look at how Zato services can invoke external REST endpoints. Read more

How to integrate with Confluence APIs

2022-06-21

In this tutorial, one in the series that covers Atlassian APIs, I will show how to integrate with Confluence, how to connect to your wiki and how to extract information from it using Python. Read more