Trigger Object


Properties
appIdstringRead-onlyformat GUID

The ID of the app that defines the 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.


baseUristringmaxLength 256

Trigger base URI.


componentIdstringRead-onlyformat GUID

Trigger component ID.


componentVersionstringRead-onlyformat int64

Component version when the trigger was created.


createdDatestringRead-onlyformat date-time

Date and time the trigger was created.


displayNamestringRead-onlyminLength 5maxLength 80

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


filtersArray <Filter>maxItems 5

List of filters on schema fields.


idstringRead-onlyformat GUID

Trigger ID.


implementedMethodsImplementedMethods

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


maturitystringRead-only

Trigger's maturity stage.


namespacestringminLength 1maxLength 50

Trigger namespace.


payloadDataSchemaStructRead-only

The trigger payload schema as defined in the app dashboard.


triggerKeystringRead-onlyminLength 1maxLength 100

Human-readable identifier for the trigger.


updatedDatestringRead-onlyformat date-time

Date and time the trigger was updated.

Did this help?