Getting started with Program

This topic guides you through creating a simple program. The program is meant to illustrate the capabilities of Program, and might not represent your messaging strategies.

Note: Before continuing, we recommend that you read Understanding Program.

Before you begin

Every program requires at least one campaign and a list. To help you start designing the sample program quickly, we created the prerequisite campaigns for this sample program. Before designing the program, you need to import those campaigns and create a list. In addition, you need to create a filter that the program will use.

For more information about campaigns, see Understanding campaigns. For more information about lists, see Understanding list & data sources. For more information about filters, see Simple Filters.

About the sample program

When a customer joins your list, the Customer activated event is triggered when the program receives the activation notification from a form or during data import. Then, the program does the following:

  1. Sends the welcome message to each customer right away.
  2. Sends no further emails to customers who open the welcome email within seven days of receiving it.
  3. Sends a follow-up email to everyone else.

Importing campaigns for the sample program

To import campaigns:

  1. Download ProgramSampleFolder.zip to your computer.
  2. Click The Folders icon Folders on the side navigation bar.
  3. Click Import.
  4. Click Browse and select ProgramSampleFolder.zip from your computer.
  5. Responsys creates a folder called ProgramSampleFolder and fills it with the prerequisite campaigns.

Creating a list and a filter

To create a list:

  1. Click The Lists icon Data on the side navigation bar, and select Profile Lists. (Not seeing this choice? Refer to the Side navigation bar changes topic.)

    The Profile Lists page opens.

  2. Click Create New List.
  3. In the Name field, type ProgramSampleList.
  4. To assign the list to folder, select ProgramSampleFolder from the Folder drop-down list.
  5. Click Save, then Done, and close the dialog.
  6. Add records to the list:
    1. On the Profile Lists page, click the down arrow next to List Information.
    2. Click View Records.
    3. Click New Record.
    4. Create at least three records with your choice of details; however, the email address should always be your own email address so that you receive emails.

To create a filter:

Note: These instructions are for creating a simple filter, which requires that Audience Designer is enabled for your account. If your account does not have Audience Designer, see Designing Classic Filters.

  1. On the Profile Lists page, click Create Filter > Email behavior. If your account has App Channel List or Web Push Channel List enabled, then you'll click Create Filter > Create List FilterEmail behavior.

    Tip: Alternatively, you can navigate to Audiences > Filters and click Create Filter and use the Filters management page to create a filter.

  2. Drag Opened from the Email Interaction palette onto the Behavioral attributes section of the canvas.

    The condition is added to the canvas.

  3. Click Have and select Have Not.
  4. Click Any Campaigns and select Campaign...

    The Select Campaign dialog opens.

  5. Click the ProgramSampleFolder folder, select ProgramSampleWelcomeCampaign and click Select.
  6. Next to the Days field, ensure that Is before or equal to is selected.
  7. Type 7 in the Days field.
  8. Click Save.

    The Save dialog opens.

  9. In the Name field, type ProgramSampleWelcomeFilter, select ProgramSampleFolder from the Folder drop-down list, and click Save.

    The filter is created.

  10. Close the Filter Designer.

Creating the sample program

To create the program and select settings:

  1. Click on the side navigation bar, then click Create Program. (Not seeing this choice? Refer to the Side navigation bar changes topic.)

    The Create Program dialog opens.

  2. In the Title field, type SampleProgram.
  3. Select ProgramSampleFolder from the Folder drop-down list.
  4. Select ProgramSampleList from the List drop-down list.
  5. In the Description fields, type This is a sample program.
  6. Click Create.

    The program is created, the Create Program dialog closes, and a blank canvas opens.

  7. Click Settings.
  8. In the Lifecycle Options section, type the email addresses to receive notifications about this program.

    Separate multiple addresses by commas or semicolons.

  9. Click OK.

To design the program:

To design a program, you drag elements from the palette of the Program Designer onto the canvas as described below. Then, you set properties for each element, for example specify which campaign to send.

Tip: To see the name of each element, point at the element. To see names of all elements, click .

Place the elements on the canvas in the order and locations described below:

  1. Point at then drag a Customer activated event to the canvas.

    This event triggers the program.

  2. Drag a Send email campaign activity to the canvas.

    This activity sends the welcome message when the program receives the activation notification.

  3. Create an elapsed timer:
    1. Drag the Timer event to the canvas.

    2. Right-click the timer and select Properties.
    3. Select Elapsed timer from the Select Timer drop-down list.

      This timer instructs the program to wait seven days before taking any other action.

  4. Drag a Data switch to the canvas.

    This switch selects the customers who opened the welcome message.

  5. Drag an End event to the canvas.

    This event ends the program for customers who opened the welcome message.

  6. Drag a Send email campaign activity to the canvas.

    This activity sends the follow-up message to customers who did not open the welcome message.

  7. Drag an End event to the canvas.

    This event ends the program after sending the follow-up message.

  8. Click Save.

    Your program should look like the following illustration.

Configuring the sample program

To set properties for the Customer activated event:

  1. Right-click Customer activated and select Properties.
  2. In the Stage label field, type Customer Opts In.
  3. In the Description field, type Customer created account on web site.
  4. Ensure that Email is selected in the Listen for channel activation drop-down list.
  5. Keep the default setting of Create a new entry in the program.
  6. Click Done.

To set the properties for the first Send email campaign activity:

  1. Right-click the first Send Email Campaign and select Properties.
  2. In the Stage Label field, type Welcome Campaign.
  3. In the Description field, type Send Welcome message to new customers.
  4. Click Select to select a campaign.

    The Select campaign dialog opens.

  5. Select the ProgramSampleFolder from the Folder drop-down list, select ProgramSampleWelcomeCampaign from the Campaign drop-down list, and click OK.
  6. Click Done.

To set properties for the Elapsed timer:

  1. Right-click Elapsed timer and select Properties.
  2. In the Stage Label field, type Wait 7 Days.
  3. In the Description field, type Wait a week before contacting customers who didn’t respond to the Welcome email.
  4. In Wait Period, type 7 days.
  5. Click Done.

To set properties for the second Send email campaign activity:

  1. Right-click Send email campaign and select Properties.
  2. In the Stage Label field, type Follow-up Campaign.
  3. In the Description field, type Send follow-up campaign to customers who didn’t open the Welcome email.
  4. Click Select to select a campaign.

    The Select campaign dialog opens.

  5. Select the ProgramSampleFolder from the Folder drop-down list, select ProgramSampleFollowUpCampaign from the Campaign drop-down list, and click OK.
  6. Click Done.

To create paths between the elements:

  1. Hover the cursor over Customer Opts In, grab the small square that appears on the right side of the icon and drag the line to the Welcome Campaign activity.
  2. Using the same method, draw a line between:
    1. Welcome Campaign and Wait 7 Days.
    2. Wait 7 Days and Data switch.
    3. Data switch and Follow-up Campaign.
    4. Data Switch and End under the switch.
    5. Follow-up Campaign and End at the right of Follow-up Campaign.
  3. Click Save.

    Your program should look like the following illustration.

To set the Data switch properties:

You must define all send campaign activities and draw all paths before setting the properties of the Data switch.

  1. Right-click the Data switch and select Properties.
  2. In the Stage label field, type Follow-up.
  3. In the Description field, type Send follow-up email to non-active customers. End program for active customers.
  4. Select Filter conditions are matched from the If drop-down list.
  5. Select ProgramSampleFolder from the Folder drop-down list, select ProgramSampleWelcomeFilter from the Filter drop-down list, and click OK.
  6. In the then field, type Follow-up.
  7. In the Else field, type End.
  8. Click Done.

Validating and publishing the program

To validate and publish a program:

  1. To check the program for errors, click Validate.

    The right pane on the canvas shows the validation results. If any errors exist, this section describes the error and provides instructions for fixing the error. The stages(s) with errors are highlighted on the canvas.

  2. When the program is error-free, select the Publish tab and click Publish.

    A confirmation message opens.

  3. Click Yes.

    The program is published and a confirmation message opens.

  4. Click OK to close the message.
  5. To track program progress, select the Analyze tab.

    For detailed information about publishing programs, see Publishing Programs.

To unpublish a program:

When you unpublish a program, participants will be held at each stage indefinitely.

  1. Select the Analyze tab.
  2. Click Unpublish.

    A confirmation message opens.

  3. Click Yes.

    The program is unpublished and a confirmation message opens.

  4. Click OK to close the confirmation message.

Analyzing the program

After your program is published, you can use the Analyze tab to monitor it. The Analyze tab provides two views, Snapshot and Monitor.

About the Snapshot view

The Snapshot view shows the state of each stage within a selected timeframe. This view shows the following statistics:

  • Current number of participating customers in each stage.
  • Number of customers passing/failing through each stage.
  • Current totals for unsubscribed and undeliverable items for the entire program.
  • On-going total for number of participating customers terminated from continued program processing.

You can select a timeframe using the drop-down menus on the right side of the page.

About the Monitor view

The Monitor view shows how the audience flows through the program.

For more details about analyzing programs, see Analyzing Programs.

Learn more

program, getting started, tutorial, sample program, walkthrough