Skip to content

Tamper: Hash

Plugin ID: eca_tamper:hash

Available since: 1.0.0

Makes the value a hash of the values of item being tampered.

Fields

Data to be tampered — config key: eca_data


This field supports tokens.

Type: textfield · Required: yes · Default: empty string

Result token name — config key: eca_token_name

Provide a token name under which the tampered result will be made available for subsequent actions.
This field supports tokens.

Type: textfield · Required: yes · Default: empty string

Data to hash — config key: data_to_hash

Note: if the source item is not available, a hash from the input value will be generated instead.

Type: select · Required: no · Default: item

Allowed values: item, data

Only if empty — config key: only_if_empty

A hash will only be generated if the input value is empty. You probably want to disable this option if you want to generate a hash of the input value.

Type: checkbox · Required: no · Default: false