Trigger Object


Properties
idstringRead-onlyformat GUID

Trigger ID.


appIdstringRead-onlyformat GUID

The ID of the app that defines the trigger.


triggerKeystringRead-onlyminLength 1maxLength 100

Human-readable identifier for the trigger.


payloadDataSchemastructRead-only

The trigger payload schema as defined in the app dashboard.


displayNamestringRead-onlyminLength 5maxLength 80

Trigger name displayed in the site dashboard to Wix users. For example, "Form submitted" or "Contact added".


maturitystringRead-only

Trigger's maturity stage.


filtersArray <Filter>maxItems 5

List of filters on schema fields.


implementedMethodsImplementedMethods

The optional service plugin methods that are implemented for this trigger.


automationConfigSchemastruct

A configuration schema that allows you to configure values, per automation, that relate to behavior of the trigger.

For example, a scheduled trigger defines a field startDate as a possible parameter, with format date-time. The field is used to set the start date of the trigger. Then, when setting up the automation in the builder, the Wix user defines their own value for that field as needed.


namespacestringminLength 1maxLength 50

Trigger namespace.


createdDatestringRead-onlyformat date-time

Date and time the trigger was created.


updatedDatestringRead-onlyformat date-time

Date and time the trigger was updated.


componentIdstringRead-onlyformat GUID

Trigger component ID.


componentVersionstringRead-onlyformat int64

Component version when the trigger was created.

Did this help?