Configure Integration/ Method

Overview

Method refers to a request sent to an information server to either perform an action or retrieve data.

meth1

The Method consists of two key sections: the Left Side, where request configuration is verified and response values are displayed, and the Right Side, which handles configuration details like HTTP methods, URLs, and logic patches.

Sections

The integration method consists of two main sections, with a number of configuration options in each.

Left Side

Method test and validation.

The Left Section contains functions for verifying the request configuration, and to display the response and output parameter values.

Right Side

Configuration of the request.

The right side contains all the configuration for the request, and options for using the method as a logic patch in patchwork.

Together, these sections allow for seamless integration and customization of API requests, expanding app functionality.

To make use of method, you have to properly configure the Left Side and the Right Side.