Automations Using Api
Automations Using Api
(HTTP REQUEST)
INTRODUCTION TO API
• Application Programming Interface(API) provides a set of rules,
protocols and tools that developers can use to access the
functionality and data of another software system, service or
platform.
• It helps two different applications to connect with each other.
TYPES OF API
• WEB API (Restful API, Soap API)
• LIBRARY API (Python Standard Library and JavaScript Library)
• DATA API (Webscraping API and Data provider API)
• CLOUD API (Cloud service API and Social Media API)
And so much more…
Today, My presentation will be based on RESTful
API because it is the most common and widely
used type of API.
RESTful API
• REST means Representational State Transfer
• REST uses standard HTTP methods (GET, POST, PUT, e.t.c) to perform
actions such as CRUD (CREATE, REPLACE, UPDATE and DELETE)
operations on resources.
• Any API that performs any action using the standard HTTP methods is
termed “RESTful”
HOW AUTOMATION PLATFORMS USE
API
Automation platforms like Integromat (now known as Make) and Zapier are
closely related to APIs (Application Programming Interfaces) because they
leverage APIs to connect, integrate, and automate workflows across various
applications.