Action Object


Properties
idstringRead-onlyformat GUID

Action ID.


appIdstringRead-onlyformat GUID

The ID of the app that defines the action.


actionKeystringRead-onlyminLength 5maxLength 50

Human-readable identifier for the action.


inputSchemastructRead-only

The action input schema as defined in the app dashboard.


outputSchemastructRead-only

The action output schema as defined in the app dashboard.


displayNamestringRead-onlyminLength 1maxLength 80

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


descriptionstringRead-only

Action description displayed in the site dashboard to Wix users.


implementedMethodsImplementedMethods

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


executionTypestring

Whether the action is executed immediately or with a delay.


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.


iconIcon

Action icon displayed in the site dashboard to Wix users.


createdDatestringRead-onlyformat date-time

Date and time the action was created.


updatedDatestringRead-onlyformat date-time

Date and time the action was updated.


componentIdstringRead-onlyformat GUID

Action component ID.


componentVersionstringRead-onlyformat int64

Component version at the time the action was created.

Did this help?