Trigger: Customer Is In Segment

Use this trigger in a dialog activity to begin or continue the activity for each customer who belongs to one or more customer segments that you specify.

Once a day, this trigger checks the specified customer segments to determine which customers are in the segments on that day. Those customers proceed through the dialog activity. We can then automate follow-up marketing actions for these customers, such as sending an email or text message, or issuing a coupon. We can set the trigger to run every day or one time only. The following are some typical scenarios for using the Customer Is In Segment trigger:


Scenario 1: Send a bulk email message to all customers in a segment and then follow up

In this example, we want the dialog activity to automatically send a bulk email message to all customers in a segment on a certain day. Then, at a later date, we want the dialog activity to follow up with additional marketing actions based on how customers respond to the initial email message. Here is an example of how the dialog activity works in this scenario:

The dialog activity looks like this:

For the previous example to work correctly:

The Marketing tool also supports Email activities, which offer an alternative way to send bulk email messages to all customers in a customer segment. The advantage of using the Customer Is In Segment trigger in a dialog activity to send bulk email messages is that we can automate follow-up actions after the initial email message is sent. In the previous dialog activity example, a single email activity can achieve only what you see to the left of the Wait trigger, whereas a dialog activity supports the follow-up actions to the right of the Wait trigger as well.


Scenario 2: Send a bulk text message (SMS) to all customers in a segment

In this scenario, we want the dialog activity to automatically send a bulk text message (SMS) to all customers in a customer segment, with or without follow-up marketing actions. This scenario uses the Customer Is In Segment trigger to send a bulk text message (SMS):

On the start date for the dialog activity, check for customers who belong to the Preferred Customers segment. Then, send a text message (SMS) to each customer in the segment about the upcoming Storewide Weekend Sale.

For the previous example to work correctly:


Prerequisites for using this trigger


Guidelines for using this trigger

When setting up this trigger, we must specify the following options:

Option Description
Customer segments Specify the customer segments to check to trigger the dialog activity. If you specify more than one customer segment, the dialog activity runs for the customers in all segments you specify. If a customer is in more than one of those segments:

  • If the dialog activity has the Repeatable check box cleared, then the customer will experience the dialog activity only one time.

  • If the dialog activity has the Repeatable check box selected, then the customer will experience the dialog activity one time for each segment he or she belongs to on any day the activity runs. As a result, the customer might participate in the activity multiple times.

The Repeatable check box is on the General Properties tab that displays when you click the green circle at the start of the Dialog activity flow.

Frequency of check for customers in the segment Options are:

  • Daily: This option makes sense if you have a customer segment with a membership that changes daily. Be cautious using this option for a customer segment with a membership that does not change daily; the activity will run every day for customers in the segment while the activity is active.

  • One time only: This option makes sense if we want the activity to run only once on a specific date.

By default, the server performs the check at 2 AM, but a Site Administrator can change the time.


Considerations if we are using this trigger to send emails

If we are using this trigger to send emails with the Send Message action, you have two options for specifying when the server sends the emails on the days the activity runs. You control these options by selecting or clearing the Send immediately check box in the properties for the Send Message action.


Related concepts
Activity building blocks: triggers, targets, and actions
Triggers in dialog activities


Related tasks
Creating a dialog activity