Action Object


Properties
actionKeystringRead-onlyminLength 5maxLength 50

Human-readable identifier for the action.


appIdstringRead-onlyformat GUID

The ID of the app that defines the action.


baseUristringmaxLength 256

Action base URI.


componentIdstringRead-onlyformat GUID

Action component ID.


componentVersionstringRead-onlyformat int64

Component version at the time the action was created.


createdDatestringRead-onlyformat date-time

Date and time the action was created.


descriptionstringRead-only

Action description displayed in the site dashboard to Wix users.


displayNamestringRead-onlyminLength 1maxLength 80

Action name displayed in the site dashboard to Wix users. For example, "Send SMS" or "Create Coupon".


executionTypestringdeprecated

Whether the action is executed immediately or with a delay.

Note: Set up actions with a timeout instead.


iconIcon

Action icon displayed in the site dashboard to Wix users.


idstringRead-onlyformat GUID

Action ID.


implementedMethodsImplementedMethods

The optional service plugin methods that are implemented for this action. Invoke is required and therefore excluded from this list.


inputSchemaInputSchemaRead-only

The action input schema as defined in the app dashboard.


interfaceConfigurationInterfaceConfiguration

The chosen user interface for the action. The UI is displayed to the Wix user in the site dashboard when they configure the action.


outputSchemaOutputSchemaRead-only

The action output schema as defined in the app dashboard.


updatedDatestringRead-onlyformat date-time

Date and time the action was updated.

Did this help?