Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

The API Connector

...

List Action plugin is used to extends methods of executing an action on a list item, such as deleting a record using the API connector.

Get started

  1. In the Design tab, under the Actions palette

Get started

To call where to perform role?(video 1 minute 4:15) or list actions

  1. In the Design tab, drag and drop the API Connector to the list or canvas.
    Image Added
  2. Click the API Connector to configure the following properties:
    Image RemovedLabel: Select a display label.properties.
  3. Click Apply Change and click SAVE.

Properties configuration

Image Added

NameDescription
API Connector

...

Select the created API connector.
Select Operation

...

Select an operation created in the API Connector Builder.

...

Based on the operation

...

, configure:

idAvailable with the GET and DELETE methods. Specify the ID of the item to fetch or delete.
Payload

...

Available with the POST and PUT methods. Define the structure of the API in JSON or YAML format. Can include details like authentication methods, request parameters, query parameters, or more complex schemas.

Image Added

Confirmation MessageDisplays a message when the operation is completed

...

.

Related documentation