Skip to main content
Version: console

Datatypes

Reusable schema or data model that can be reference throughout the connector .  Same as “schema components” in OpenAPI.

Name

Name your datatype. The name can be in English and any other language of your choice.

Datatype ID

Datatype ID is auto-generated based on the connector name in English. Datatype ID is used to reference your connector in when making the API call.

danger

Datatype ID can not be changed after the connector is published. That is to ensure the reliability of your connector once other users start using your connector.

Schema

Define the schema for input variables and output.

Logic

Logic is where you define what you want the script to do. Use the logic builder to create the step-by-step workflow for your action.

Refer to How to create a Logic

How to use the Datatype