Get Trigger Operations
GET {{base_url}}/core/v1/triggers/:trigger-name/versions/:trigger-version/operations
Returns a list with all of the available operations for a given connector
Each connector operation has the input and output schema that can be used by a frontend to build a form or validate data.
Output Schema
The Output Schema is a subset of json schema draft04.
Input Schema
The Input Schema is also subset of json schema draft04.
The input schema also has three extra properties focused on rendering a UI form:
Property | Description |
---|---|
advanced | An array with the names of the properties that can be hidden behind a show morebutton |
lookup | This object is for properties whose values are meant to be picked from a list that is populated dynamically based on the user's authentication or other fields of the input, we refer to this list as Dynamic Data List (DDL). We can get a DDL by calling another operation of the connector, the input would be constructed by the client based on the current values of the form. |
enumLabels | An array containing the labels for the enum values of a field, a label's position in this array is the same as its corresponding value's position in the enum array. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | Depending on your setup, you can use either master or user token | |
Authorization | string | Depending on your setup, you can use either master or user token |