Automation
Features described on this page require the Xperience by Kentico Advanced license tier.
Automation allows you to set up processes that dynamically interact with your audience (contacts). Each process consists of steps that perform a specific marketing action, such as sending an email. You design the steps within each process using a visual Automation Builder interface.
Once enabled, automation processes run for individual contacts who meet the trigger conditions. These contacts then move through the steps in the process.
In the current version, you can use automation to set up advanced email follow-ups when a form is submitted or when a visitor registers as a member. With automation, you can send a series of multiple emails, add waiting intervals, or send different emails based on conditions.
Create an automation process
Open the Automation application in Xperience.
Select New process.
Fill in the following properties:
- Process name – the name of the process displayed in Xperience.
- Process recurrence – determines if the process is allowed to run repeatedly for the same contact. See Automation process recurrence to learn about the available options.
Save the process. You will be redirected to the Automation Builder.
Within the builder, you can edit the steps of the automation process. The process can contain the following types of steps:
- Trigger – Fixed first step that determines when the process runs. A process can only have one trigger. See Triggers.
- Send email – Sends an email from an email channel. The following email purposes are supported:
- Form autoresponder – for scenarios where the process is triggered by an email subscription form. Use a form autoresponder email to send the double-opt in link used to confirm the subscription. Typically, this is the first email sent by the automation process.
- Automation – for all other emails sent as part of the automation process.
- Wait – Contacts remain in this step for a selected time interval or until a specific date, before continuing to the next step.
- Condition – Splits the process into true and false branches based on a specified condition.
- Finish – Represents the end of the process (either successful or not). A process may contain multiple Finish steps. For processes with If not already running recurrence, contacts must be in this step for the process to start again.
Once you finish designing the process, select Enable. This allows the process to trigger and run for contacts who meet the trigger conditions.
Creating processes from forms
You can also create automation processes directly from the Forms application. This automatically sets the given form as the trigger for the process. See Automation processes in the forms documentation.
Automation process recurrence
Automation processes can run repeatedly in the following ways:
- Always – Runs whenever a contact meets the trigger conditions, even if the process is already running for the same contact. Use with caution, as this may result in unwanted actions, such as contacts receiving the same email multiple times.
- Only once – Runs once when a contact meets the trigger conditions, and never repeats for the same contact.
- If not already running – Runs whenever a contact meets the trigger conditions, but only if the process isn’t currently running for the same contact. Runs repeatedly if a contact meets the trigger conditions again after completing the process. For this type of recurrence to occur, the contact must be in the Finish step.
Triggers
Triggers determine when the process runs for contacts. In the current version, the following types of triggers are available:
- Form – Starts the process when a form is submitted.
- Registration – Starts the process after a visitor registers as a member. The trigger occurs only after the member becomes active (enabled), for example after confirming the registration when using double opt-in via email confirmation. See Member registration automation scenarios for detailed information. This trigger type cannot be selected if the process already contains an Email step configured to send an email with the Form autoresponder purpose (such processes require a Form trigger).
Conditions
When building the condition for Condition steps within an automation process:
- Use the search or select categories to find the appropriate condition.
- Conditions are organized together within condition groups.
- Select Add condition group to create multiple groups. A selector appears above the groups where you can choose if Any or All of the condition groups need to be fulfilled.
- To add individual conditions to a group, select Add another condition.
- For each group, you can select if Any or All of the conditions need to be fulfilled.
Automation process analytics
On the Statistics view of individual automation processes, you can view contact statistics for individual steps:
- – how many contacts have passed through the step.
- – how many contacts are currently waiting in the step. Only available for Wait steps.
The statistics are updated every 30 minutes.
You can also view a list of contacts who triggered the process on the Contacts view. For each contact, the list provides additional information, such as the contact’s current step. A single contact may appear in the list multiple times if repeated runs are allowed by the recurrence setting of the process.
Email scenarios for forms
A common scenario involves setting up a more complex email follow-up sequence after a form submission, beyond a simple email response. For simple email scenarios, the standard form autoresponder can be used without designing a process in the Automation Builder.
With automation, you can send multiple emails as a follow-up to form submission, but the entire sequence must be predefined from the beginning, with each email sent by a separate step. You can also include wait steps or conditions between the email steps.
To comply with personal data protection regulations, you may need to implement conditions that check for some form of opt-in from the contact, such as a consent or whether the contact is subscribed to a recipient list.
- Consent – Can be obtained directly through the submitted form by including a Consent agreement field, or more broadly (e.g., through a tracking/cookie consent banner implemented across a website).
- Recipient list – The first email set by the process must use the Form autoresponder purpose and include a double opt-in link for the recipient list. A wait step should follow to give recipients time to complete the double opt-in process, after which conditions related to the recipient list can be used to control how the process sends further emails.
Regular newsletter scenarios
Automation is not intended for long-term newsletter distribution or regular email sending to a recipient list. In these cases, it’s difficult to predict how many email issues will be sent in the future. Currently, if an automation process is triggered by a subscription form submission for a recipient list, it can only contain a fixed number of email steps. Once a subscribed contact reaches the end of the process, there is no way to extend the process or add additional email issues.
You can send regular emails to subscribers manually.
Multilingual emails
If you wish to send emails in multiple languages from an automation process, you need to prepare a separate form for each of the language variants. Each form requires its own automation process, which then sends emails from the corresponding language-specific email channel.
Member registration automation scenarios
Processes with a Registration trigger run when the Member registration activity is logged for a contact. This activity is logged only when the member becomes active (enabled), for example after confirming the registration when using double opt-in via email confirmation.
Member to contact mapping
Automation processes always run for a contact, not directly for the member created during registration. The system maps the member to a contact based on the email address submitted during registration.
Scenario: A visitor registers after giving consent to be tracked as a contact
- If the registration email matches the current contact’s email, the process is triggered for the current contact.
- If the current contact does not have a known email address, the contact’s email is automatically updated to match the member registration email. The process is triggered for the current contact.
- If the current contact has a known email address that doesn’t match the registration email, the process is triggered for:
- Another contact, if one exists with a matching email address.
- A new untracked contact, which is automatically created with the member email if a matching contact doesn’t exist (based on legitimate interest).
In the last case, the process runs for a different contact than the current contact. This means that any subsequent activities by the given visitor, such as page visits or clicks, are not logged for the contact in the automation process. Keep this in mind if the process uses conditions that evaluate such activities.
Scenario: A visitor registers without giving consent to be tracked, so the current contact is unknown
- If the registration email matches the email address of an existing contact, the process is triggered for this contact.
- If a matching contact doesn’t exist, a new untracked contact with the registration email is automatically created (based on legitimate interest). The process is triggered for this new contact.
In this scenario, the contact in the automation process is untracked, and not directly linked to the visitor. Subsequent activities by the visitor, such as page visits or clicks, are not logged at all. Keep this in mind if the process uses conditions that evaluate such activities.
Contact is member conditions
The Contact is member condition is only fulfilled for new members who have the member registration activity logged. This activity cannot be logged retroactively. Pre-existing members who have no registration activity logged will not satisfy the condition.
If you have existing members who may have registered before the Member registration activity became available, the condition will only work reliably in processes with the Registration trigger.
Additionally, the condition requires members to exist and be active (enabled) at the time of the evaluation. If a member’s account was deleted or disabled after the member registration activity was logged, the condition is evaluated as false.
Disable an automation process
To disable a process:
- Open the Automation application.
- Select the process you wish to disable from the list.
- On the Automation Builder view, select Disable new triggers.
The process will not longer trigger for new contacts. However, contacts already within the process will continue and complete it.
Modify an automation process with active contacts
Versioning is currently not available for automation processes. If any steps are edited while contacts are actively progressing through the process, the contacts will follow the updated sequence of steps.
You cannot delete steps if the process is currently enabled, or has been enabled in the past and has logged contact statistics. At this point, there may be contacts progressing through the process, and deleting steps could result in unexpected behavior.
If you delete the entire automation process, the contact history is fully cleared, and no further steps will be performed for any contacts currently within the process.
If a contact reaches the last step in a process branch, which is not connected to another step (whether it is a Finish step or not), the process “finishes” and the contact becomes “stuck” in the given step. Even if you add another step to an enabled process later, the contact will not continue.