Action Object


An action is a building block that Wix users can add to their automations. Each action represents a unit of functionality that an app installed on the site exposes for use in automations, such as sending an SMS, creating a coupon, or assigning loyalty points.

A site's action catalog only contains actions provided by apps that are installed on the site.

Properties
actionKeystringRead-onlyminLength 5maxLength 50

Action key.

Learn about adding an action to your app.


appIdstringRead-onlyformat GUID

baseUristringmaxLength 256

Action base URI. Wix calls your action at this base address.

Learn more about the Action Provider service plugin.


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 display name. Users see this name when they choose an action for an automation. For example, "Send SMS" or "Create Coupon".


executionTypestringdeprecated

iconImage

Action icon displayed in the site dashboard to Wix users.


idstringRead-onlyformat GUID

Action ID.


implementedMethodsImplementedMethods

Additional service plugin methods implemented for this action.


inputSchemaStructRead-only

Action input schema.


interfaceConfigurationInterfaceConfiguration

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


outputSchemaStructRead-only

updatedDatestringRead-onlyformat date-time

Date and time the action was last updated.

Did this help?