Goal
To automatically unsubscribe group members who send a reply to a message. Only replies that contain keywords, for example, "unsubscribe" or "do not contact", result in an unsubscribe. You can define your own keywords.
Prerequisites
You need the Automations (Event-Based) feature for your system.
Procedure
This procedure has two steps.
A) Configure Reply Handling in the group settings.
B) Create an event-based automation.
A) Configure Group Settings
In the Main Navigation, click Groups.
⇒ The Group Overview window opens.Click the options icon next to the group.
⇒ The Settings window opens.Select the Reply Handling tab.
From the drop-down list Replies, select Initiate an event-based automation.
Click Save.
B) Create an Event-Based Automation
In Automations > Automations > Event-Based, click Create.
Enter a Name for the automation. A Description is optional.
Define Event
Field
Entry
Event
Group Name
Select the group.
Subject
From the drop-down, select Contains. In the third field, enter the word that Mapp Engage should look for in the incoming subject line.
To Address
These fields limit the event to replies addressed to a certain email address. This can be used to apply the automation to multiple groups. It is necessary to configure Reply Handling in the group settings of each group to which this automation should apply.
The To Address is not the normal group address. This address has the format groupname-event@domain.com. The event is limited to incoming messages to this automatically generated reply address.Check for Multiple Words
You can use Regex to check for multiple words at the same time. From the drop-down, select Matches [Regex]. In the third field, enter the Regex.
Example: *unsubscribe|(do[\s]*not[\s]*contact)*
.* indicates that additional text or no text can appear before or after.
| represents an "or" and indicates that only one of the patterns must appear in the email.
[\s]* indicates that one or more empty spaces may exist between these words.
Check the Subject Line and the Body
It is not possible to use the same automation to check both the subject line and the body. To do so, create a second automation.
Define Job
Field
Entry
Job
Contact
Check the Use Event Parameter check box.
Group Name
Check the Use Event Parameter check box.
Send Confirmation
Select Yes to send a confirmation message.
Save and activate the automation.
⇒ The automation appears in the Event-Based overview. Status is Running if the start date is immediate, or Scheduled if the start date is in the future.