Kentico CMS 7.0 On-line Marketing Guide

Designing the process

Designing the process

Previous topic Next topic Mail us feedback on this topic!  

Designing the process

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

Now that you have created the trigger that automatically runs the process for certain contacts, use the process designer to define the flow of the process:

 

1. Log in to CMS Desk as Travis and navigate to On-line marketing -> Processes.

 

2. Edit (Edit) the Coffee Merchandise Lead Nurturing process.

 

3. Switch to the Steps tab.

oYou can see the two default steps, Start and Finish, connected together.

 

onlinemarketingguide_clip0460

 

4. Click the connection and press the Delete key to remove the connection.

 

Adding a Condition step

 

The process starts only for contacts created with UK or USA as their country attribute. Let's assume you need to distinguish customers from New York City, so you can send them an e-mail inviting them to your local cafes.

 

1. Place the Condition step onto the grid.

 

2. Edit the step by clicking the pencil icon next to its name.

 

3. Modify the values as follows:

 

Display name: New York customer

Designer label: If contact is from NY

Condition: Add Contact field contains value condition. Specify the field to City and the value to New York.

 

4. Click Edit (Edit) next to the Condition field.

 

5. Add the Contact field contains value rule. Set the field parameter to City and the value to New York.

 

6. Click Save Save and Close.

 

7. Connect the Start step to the New York customer step.

 

onlinemarketingguide_clip0462

 

Adding a Send e-mail step

 

You are now able to distinguish users that come from New York, so you can send them an e-mail informing about the cafes you have set up in the area.

 

1. Place the Send e-mail step onto the grid.

 

2. Edit the step by clicking the pencil icon next to its name.

 

3. Modify the values as follows:

 

Display name: New York cafe e-mail

From: Coffee co

To: {% Contact.ContactEmail %}  

Based on: HTML template

Subject: Visit one of our Cafes!

Body: any text

 

The value you entered into the To field is a macro expression that dynamically loads the e-mail address of the contact in the process.

 

4. Click Save Save and Close.

 

5. Connect the IF source point (blue) of the New York customer step to the New York cafe e-mail step.

 

onlinemarketingguide_clip0465

 

Adding Wait step #1

 

Add a waiting interval to give contacts time to receive and read the e-mail:

 

1. Place the Wait step onto the grid.

 

2. Edit the step by clicking the pencil icon next to its name.

 

3. Modify the values as follows:

 

Display name: New York cafe wait

Timeout settings: Select Specific interval and enter 7 days. You can set a shorter interval for testing purposes (e.g. 3 minutes).

 

4. Click Save Save and Close.

 

5. Connect the New York cafe e-mail step to the New York cafe wait step.

 

onlinemarketingguide_clip0466

 

Adding Send newsletter issue step #1

 

Add a step that sends the first newsletter issue that you created earlier to both the contacts that are and aren't from New York:

 

1. Place the Send newsletter issue step onto the grid.

 

2. Edit the step by clicking the pencil icon next to its name.

 

3. Modify the values as follows:

 

Display name: Merchandise issue #1

Newsletter issue: Click Select, choose the correct site, Coffee and Co Merchandise Newsletter and Coffee Co Merchandise #1.

 

4. Click Save Save and Close.

 

5. Connect the ELSE source point (red) of the New York customer step to the Merchandise issue #1 step.

 

6. Connect the New York cafe wait step to the Merchandise issue #1 step.

 

onlinemarketingguide_clip0469

 

Adding Wait step #2

 

Add another Wait step into the process to give contacts time to receive the newsletter:

 

1. Place the Wait step onto the grid.

 

2. Edit the step by clicking the pencil icon next to its name.

 

3. Modify the values as follows:

 

Display name: Merchandise issue wait

Timeout settings: Select Specific interval and enter 3 days. You can set a shorter interval for testing purposes (e.g. 3 minutes).

 

4. Click Save Save and Close.

 

5. Connect the Merchandise issue #1 step to the Merchandise issue wait step.

 

onlinemarketingguide_clip0470

 

Adding Send newsletter issue step #2

 

Add a step that sends the second newsletter issue from the newsletter that you created earlier:

 

1. Place the Send newsletter issue step onto the grid.

 

2. Edit the step by clicking the pencil icon next to its name.

 

3. Modify the values as follows:

 

Display name: Merchandise issue #2

Newsletter issue: Click Select, choose the correct site, Coffee and Co Merchandise Newsletter and Coffee Co Merchandise #2

 

4. Click Save Save and Close.

 

5. Connect the Merchandise issue wait step to the Merchandise issue #2 step.

 

onlinemarketingguide_clip0472

 

Adding Wait step #3

 

Add another Wait step into the process to give contacts time to receive the second newsletter:

 

1. Place the Wait step onto the grid.

 

2. Edit the step by clicking the pencil icon next to its name.

 

3. Modify the values as follows:

 

Display name: Merchandise issue wait 2

Timeout settings: Select Specific interval and enter 3 days. You can set a shorter interval for testing purposes (e.g. 3 minutes).

 

4. Click Save Save and Close.

 

5. Connect the Merchandise issue #2 step to the Merchandise issue wait 2 step.

 

Adding a Multi-choice step

 

Add a Multi-choice step to decide where the process moves next based on whether the contact clicked on the links in the previous newsletters:

 

1. Place the Multi-choice step onto the grid.

 

2. Edit the step by clicking the pencil icon next to its name.

 

3. Modify the values as follows:

 

Display name: Newsletter link decision

User action text: Choose the next step.

User action tooltip: Choose whether you want to subscribe the contact to the Coffee Co monthly newsletter or set the contact's status to Prospective client.

 

4. Click Save Save.

 

Modifying the first case

 

1. Switch to the Cases tab.

 

2. Edit (Edit) Case 1 and modify the values as follows:

 

Designer label: Subscribe to monthly newsletter

User action tooltip: Subscribe the contact to the Coffee Co monthly newsletter.

 

3. Click Edit (Edit) next to the Condition field.

 

4. Add the Contact has clicked a links in newsletter issue rule. Specify the Coffee Co Merchandise #1 issue under the Coffee Co Merchandise Newsletter.

 

5. Confirm by clicking OK twice.

 

6. Save Save the changes.

 

Modifying the second case

 

1. Edit (Edit) Case 2 and modify the values as follows:

 

Designer label: Set status to prospective client

User action tooltip: Set the contact's status to Prospective client.

 

2. Click Edit (Edit) next to the Condition field.

 

3. Add the Contact has clicked a links in newsletter issue rule. Specify the Coffee Co Merchandise #2 issue under Coffee Co Merchandise Newsletter.

 

4. Confirm by clicking OK twice.

 

5. Save Save the changes.

 

Configuring security for the Multi-choice step

 

1. Switch to the Security tab.

 

2. Under Roles which can move object to different step, select Only listed and your website in the Select site drop-down list.

 

3. Click on Add roles and select the Process administrator role.

 

4. Click Save Save and Close.

 

5. Connect the Merchandise issue wait 2 step to the Newsletter link decision step.

 

The multi-choice step automatically decides how the process continues. Users in the Process administrator role can decide how the process continues for contacts that satisfy both conditions (by clicking on both newsletter links). You can modify security for each case separately, but by default both cases inherit the settings of the main step.

 

onlinemarketingguide_clip0495

 

Adding an alternative Finished step

 

Add a Finished step that concludes the marketing process for contacts who don't click any of the newsletter links:

 

1. Place the Finished step onto the grid.

 

2. Double-click the step's name in the header.

 

3. Rename the step to Unsuccessful and press Enter.

 

4. Connect the ELSE source point (red) of the Newsletter link decision step to the Unsuccessful step.

 

onlinemarketingguide_clip0485

 

Adding a Newsletter subscription step

 

Add a step that subscribes the contact to the Coffee Co monthly newsletter:

 

1. Place the Newsletter subscription step onto the grid.

 

2. Edit the step by clicking the pencil icon next to its name.

 

3. Modify the values as follows:

 

Display name: Merchandise monthly subscription

Newsletter: Select the Coffee Co monthly newsletter.

Action: Choose Subscribe to newsletter

 

4. Click Save Save and Close.

 

5. Connect the first blue source point of the Newsletter link decision step to the Merchandise monthly subscription step.

 

onlinemarketingguide_clip0486

 

Adding a Set contact status step

 

Add a step that sets the contact's status to Prospective client:

 

1. Place the Newsletter subscription step onto the grid.

 

2. Edit the step by clicking the pencil icon next to its name.

 

3. Modify the values as follows:

 

Display name: Set status to prospective client

Contact status: Select Prospective client status

 

4. Click Save Save and Close.

 

5. Connect the second blue source point of the Newsletter link decision step to the Set status to prospective client step.

 

onlinemarketingguide_clip0488

 

Finishing the process design

 

You have now finished creating all the necessary steps. You only need to connect the last two steps to the original Finished step.

 

1. Connect the first source point of the Merchandise monthly subscription step to the Finished step.

2. Connect the first source point of the Set status to prospective client step to the Finished step.

 

onlinemarketingguide_clip0489

 

The design of the process is now complete.

 

onlinemarketingguide_clip0496

 

See also: Working with process designer