Versions Compared

Key

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

...

Connectors can be created by using the REST connection. This allows the user to access to a resource. In the following, we will explain the process further. We will create a connector with the REST connection which contains a product list as an example.

...

Info

In our example we used the GET method which you can use for reading the data. You can use other methods available:
POST→ Create and adding add data
DELETE→ Deleting Delete the data
PATCH→ Partial modification to a resource
PUT→ Updating Update the data

Clicking the “Save” button will save the custom connector.

...