Integration

Overview

The Integration section provides the capability to seamlessly link your app with external APIs, enabling you to retrieve and send data, as well as automate a wide range of tasks.

By using integrations you can use information provided by an external resource, by making REST calls to an API.

This feature expands your app’s functionality by allowing it to interact with other systems, services, and platforms, enhancing overall efficiency and user experience.

int1

You have to get familiar with the following terms when working with Integrations

Name: Refers to the identifier or label given to a specific integration. This name is used to help distinguish one integration from another, especially when multiple APIs or services are connected to the app.

Base URL: The foundational part of an API’s endpoint that remains constant for all requests made to the API. It typically includes the protocol (such as https://) and the domain or IP address where the API is hosted.

Action: A button to Delete a specific integration

A Method in integration refers to the type of request sent to a server to either perform an action or retrieve data. It defines how your app interacts with external services, determining whether it’s fetching information, sending updates, or executing specific operations through the connected API.