The action to execute a script will execute a named script when certain event criteria are met. The script must exist in the same project as the trigger.
Property | Required | Description |
---|---|---|
scriptName | Required | The name of the script to execute. This is set by selecting a script to execute, for example: update-orders-script |
scriptId | Required | The ID of the script to execute. This is set by selecting a script to execute, for example: 19ced673-e701-4e6c-ace6-f8aaee5455eb |
variables | Optional | Values from the trigger event can be mapped to script variables to be used as part of the execution. |