Actions: Appli Connect

appli connect action

Call external functions and APIs from 3rd party providers using easy wizard like setup.

Argument Description
Label The label for this Appli Connect Action
Configure Easily define calls to our ever growing library of 3rd party API endpoints, using a wizard style interface.
StatusFormat How should your request’s progress be returned?
StatusUpdate The element or the variable where the progress update of your request is placed.

rest api call

Define a generic REST API call.

Argument Description
ResposeCode The array variable which contains the server’s response code.
StatusFormat How should your request’s progress be returned?
ResponseBody The array variable which should contain the result of the request. If JSON is returned, it is converted to an Appli Array. If it is not JSON, the returned value is placed there instead.
EndpointURL The full endpoint to be used for the call
ParamsBodyFormat Send body of the request sent as JSON or as URL Parameters
RequestBody The array variable which contains the parameters / body of the request. This is array is converted to JSON and used as the payload/body of the request.
Method The HTTP method to be used for the call
CustomHeaders The array variable which contains the custom HTTP headers to use for the call. Most, not all APIs require this.
ResponseHeaders The array variable which contains the headers of the server’s response.
StatusUpdate The element or the variable where the progress update of your request is placed.

This chapter was last updated on Thu 5 Sep 2024 14:54:07 BST