Create a customer engagement sequence
Drive personalized outreach by creating customer engagement sequences that automate timely, relevant interactions that are ideal for nurturing leads, onboarding clients, or re-engaging inactive customers.
Before you begin
Check whether features you need to access are supported by reviewing the table in Compatibility information for Customer Engagement Sequences.
Your instance must be integrated with platforms such as Amazon Connect.
Delegated developer roles should be assigned to designated users. For more information, see Grant delegated developer permissions for managing sequences.
You should be familiar with using Workflow Studio and Playbook Experience.
Role required: sn_crm_sequence.admin, sn_crm_sequence.writer
Note: If you're using Customer Engagement Sequences 1.0.0, you need the playbook.admin or pd_author role to create sequences.
About this task
Important:
- Create sequences from the Sequences module in the CSM/FSM Configurable Workspace, not from Workflow Studio. If you create a playbook of the type Sequence directly in Workflow Studio, the required Setup, Configure sequence activities, and Tear Down stages are not added automatically.
- Setup and Tear Down are predefined stages in the Customer Engagement Sequences playbook. Do not remove these stages or add more activities in these stages. Avoid making any other changes to the Start Sequence and End Sequence activities.
Procedure
Navigate to Workspaces > CSM/FSM Configurable Workspace.
Select the List icon
.
Navigate to Sequences > All Sequences.
Select Create New Sequence.
On the Create new Sequence window, specify a name and optionally a description for your sequence.
Select Create.
You’re redirected to Workflow Studio and a playbook of the type sequence is created with the following predefined stages:
- Setup
- Configure sequence activities
- Tear Down
Select a source table whose records will trigger the sequence.
Select the Edit icon
above the Start pill.
2. Select a table from the **Parent table** drop-down list.
For example, you might want the sequence to trigger when a record is created or updated in the Lead \[sn\_lead\_mgmt\_core\_lead\] table.
3. Select **Save and close**.
The Triggers icon
is activated on the left sidebar.
Define trigger conditions that initiate a sequence.
For more information, see Define trigger conditions.
Change the priority with which a sequence task is created by navigating to the Automation tab of the Start sequence activity properties under the Setup stage.
When the trigger condition is met, this activity creates a sequence task with a state of Work in progress and a priority of Moderate by default.
Note: Do not remove this stage or add more activities to this stage. Avoid making any other changes to the Start Sequence activity.
In the sequence diagram, configure sequence steps in the Configure sequence activities stage.
Use this stage to configure activities you want to make available to the sales representative as guided sequence steps during runtime. For more information, see Add and configure an activity in a playbook.
You can add any number of activities to this stage in your sequence. For example, for telesales workflows, you might want to add a schedule call activity. For more information, see Add a schedule call activity to a telesales workflow sequence.
Add decision nodes to activate the next stage in the playbook based on the outcome of the previous stage.
For more information, see Add decision nodes to a sequence.
Add a stage for the new branch you created and repeat the steps to add more activities as needed, including the schedule call activity as needed.
For information about adding new stages, see Add and configure a stage in a playbook.
Update the sequence task record by selecting the Customer Engagement Sequences > Update sequence task activity from the activity picker.
You can also use the Update sequence task activity to exit early from the sequence. For more information, see Add the Update sequence task activity to a sequence.
Review the configuration in the Tear Down stage.
This predefined stage uses the Update sequence task activity to update the sequence task record when the sales representative completes all the sequence steps in their sequence task. By default, the system updates the state of the sequence task record as complete (indicated by State = 3) in the Customer Engagement Sequence Task [sn_crm_sequence_task] table.
Note: Do not remove this stage or add more activities to this stage. Avoid making any other changes to the End Sequence activity.
Verify the sequence by selecting Test.
Publish the sequence by selecting Activate.
View the sequence in the CSM/FSM Workspace by selecting the List icon
and navigating to **Sequences** > **All Sequences**.
What to do next
Assign runtime permissions while creating sequences.
- Define trigger conditions
Define trigger conditions that start a sequence by configuring simple triggers, or combining multiple triggers for initiating workflows from multiple record-based events. - Add a schedule call activity to a telesales workflow sequence
Add a schedule call activity in your sequences to support telesales workflows. - Add decision nodes to a sequence
Activate the next stage in the playbook based on the outcome of the previous stage by adding decision nodes while creating or updating a sequence. - Add the Update sequence task activity to a sequence
Dynamically update the sequence task records based on predefined configuration using the Update sequence task activity while designing customer engagement sequences. - Assign runtime permissions while creating sequences
Use permission sets to control access to sequence records such as sequence tasks and steps.
Parent Topic:Using Customer Engagement Sequences
Related topics