Skip to main content
This page contains all actions relating to the user account and therefore all messages and email templates that occur when creating, changing, deleting and checking account data.

Overview of actions

Below is a listing of all actions offered for user accounts. Actions that thematically belong to a different area can be found in the corresponding sections of this documentation or in the alphabetical overview of actions.

Excerpt of the basic actions structure

Action overview


actions.account* - User

The actions described in this section concern operations around the user account. They are triggered whenever the user performs a corresponding action in the shop — for example during registration, when changing the profile or when deleting the account.

actions.accountDelete - Account deletion

The accountDelete action controls the error messages for requests to delete a customer account. At the same time it configures which confirmation email is sent after successful deletion and whether an additional double-opt-in email is used to confirm the deletion request.

Example configuration

Parameter overview

actions.accountDisplayNameUpdate - Change display name

The accountDisplayNameUpdate action controls the error messages when updating the public display name. This is only shown for submitted customer reviews, where it replaces the real name.

Example configuration

Parameter overview

actions.accountRegister - Register user

The accountRegister action controls the error messages when registering a new user account in the shop. Optionally, a confirmation/verification email can be sent via verifyEmail after successful registration.

Example configuration

Parameter overview

actions.accountActivate - Activate existing customer

The accountActivate action controls the opt-in email and the error messages when an existing customer account already present in the shop is activated by an existing customer. The precondition is that the customer record was previously created in the shop (e.g. via an import). Further information about the configuration of existing-customer registration can be found under accounts.account. Example configuration
Parameter overview

actions.accountActivateOptIn - Existing-customer activation opt-in confirmation

The accountActivateOptIn action controls the verification email and the error messages that occur when the opt-in link is confirmed as part of the existing-customer activation. This action takes effect after the customer has called the opt-in link from the email sent by accountActivate. Example configuration
Parameter overview

actions.address* - Address data

This section contains all actions relating to the management of address data in the user account. The messages that are output when creating, changing or deleting billing and shipping addresses in the shop are documented here.

actions.addressCreate - Create address

The addressCreate action controls the error messages when creating a new address in the customer account.

Example configuration

Parameter overview

actions.addressDelete - Delete address

The addressDelete action controls the error messages when deleting an existing address in the customer account.

Example configuration

Parameter overview

actions.addressUpdate - Edit address

The addressUpdate action controls the error messages that occur when editing an existing address in the customer account.

Example configuration

Parameter overview


actions.creditCardDelete - Delete saved credit card

The creditCardDelete action defines the error messages output when deleting a saved credit card.

Example configuration

Parameter overview


actions.confirmZipCode - Confirm ZIP code

The confirmZipCode action defines the error messages for the check whether the supplied ZIP code matches a given order.

Example configuration

Parameter overview


actions.email* - Email address for the login

This section covers all actions around the email address used for sign-in. Here you can configure the emails and error messages used when changing the login email address, as well as when confirming or verifying the email address via confirmation links.

actions.emailUpdate - Change email address

The emailUpdate action defines emails and error messages for changing the email address of an existing customer account. Two email types can be used: an optional double-opt-in email and a confirmation/verification email to the new address.

Example configuration

Parameter overview

actions.emailVerify - Confirm email address

The emailVerify action defines error messages that occur when a customer verifies their email address via a confirmation link (double opt-in).

Example configuration

Parameter overview


actions.set* - Data assignment & update

This section covers actions that set or update specific data or values in the running shop context.

actions.setCustomerData - Additional customer data

The setCustomerData action controls error messages when processing additional customer data. This data is captured, for example, via forms in the customer account or during checkout.

Example configuration

Parameter overview

actions.setMainAddress - Set main address

The setMainAddress action defines the error messages that occur when setting the main address in the customer account.

Example configuration

Parameter overview


actions.subAccountCreate - Create sub-accounts

The subAccountCreate action defines error messages that occur when registering a sub-account under an existing main customer account (for example for staff, branch or team accounts).

Example configuration

Parameter overview