All messages and email templates for newsletter sign-ups and sign-offs as well as for entries in blocklists can be found here.
Overview of actions
The actions listed here are grouped thematically to provide a clear overview of the associated error messages and email templates. 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
| Action | Description |
|---|---|
blacklistAdd | Defines the error messages that are output when a customer account is added to the blacklist. |
newsletterSubscribe | Defines the error messages that are output when signing up for the newsletter. |
newsletterUnsubscribe | Defines the error messages that are output when unsubscribing from the newsletter. |
actions.blacklistAdd - Add recipient to a blacklist
The blacklistAdd action defines the error messages that are output when an email address is added to the blacklist (blocklist).
Example configuration
Parameter overview
| Parameter | Type | Description |
|---|---|---|
errorCodes | object | Configures the error codes used for problems during the action. |
missingEmail | string | Error message output when no email address was supplied. |
emailCheckFailed | string | Error message output when the provided email address is considered invalid. |
actionNotAllowed | string | Error message output when the action is not allowed. |
actions.newsletter* - Newsletter
actions.newsletterSubscribe - Newsletter sign-up
The newsletterSubscribe action defines error messages that are output when signing up for the newsletter.
Example configuration
Parameter overview
| Parameter | Type | Description |
|---|---|---|
errorCodes | object | Configures the error codes used for problems during the action. |
missingField | string | Error message output when at least one required field has not been filled in. |
invalidField | string | Error message output when a field contains an invalid value. |
invalidTargetGroupId | string | Error message output when an invalid or unknown newsletter target group has been supplied. |
deactivatedTargetGroup | string | Error message output when the desired newsletter target group is deactivated in the system. |
actionNotAllowed | string | Error message output when the action is not allowed. |
emailCheckFailed | string | Error message output when the provided email address is considered invalid. |
internalError | string | Error message output when unexpected system errors occur while signing up to the newsletter. |
actions.newsletterUnsubscribe - Newsletter unsubscribe
The newsletterUnsubscribe action defines the error messages that are output when unsubscribing from the newsletter.
Example configuration
Parameter overview
| Parameter | Type | Description |
|---|---|---|
errorCodes | object | Configures the error codes used for problems during the action. |
missingEmail | string | Error message output when no email address was supplied. |
missingTargetGroupId | string | Error message output when no newsletter group has been specified for the unsubscribe. |
invalidTargetGroupId | string | Error message output when an invalid or unknown newsletter target group has been supplied. |
actionNotAllowed | string | Error message output when the action is not allowed. |
internalError | string | Error message output when unexpected system errors occur while unsubscribing from the newsletter. |
