Sales Intelligence & Automation Blog

Lightning Process Builder Flow for Link Click Alerts | Cirrus Insight

Written by Erika Desmond | Feb 25, 2016 5:00:00 AM

We're continuing to go technical, and share how you can leverage your Cirrus Insight tracking data with Salesforce to create alerts for your sales team when prospects are highly engaged and a prime target for following up. This is a system we've built out and use ourselves. We wanted to share it with you and make sure you're enjoying the full benefits of our email analytics. When you have your email tracking data in Salesforce, instead of locked away in a separate platform, that data can become a true game changer.

The goal for this post is to explain how you use the Lightning Process Builder Flow to alert your sales team to prospects they should contact based on link clicks in emails.  This method is newer and less familiar than using workflow rules to accomplish the same task, but only needs to be done once, instead of once for each sales team member.

However, for this to work, you need to make sure your admin has installed Cirrus Analytics, so you can add Cirrus tracking data into Salesforce. After implementing this flow, a sales rep will receive an alert from Salesforce when a prospect has clicked a link more than a certain number of times. Following up with these prospects will increase your closing rate of deals, and thus your bottom line.

Here's how to make a Lightning Process Builder Flow for number of link clicks (Remember you first need to have your admin install Cirrus Analytics):

  1. Navigate to Setup -> Create -> Workflow & Approvals -> Process Builder -> Select New
  2. Name your flow. A unique API name will be created
  3. Within the flow page, select ‘+ Add Object’
    1. Select Task as the object and select the option ‘when a record is created or edited’
    2. Click the ‘Advanced’ drop down menu and select ‘Yes”
    3. Click Save
  4. Select ‘+ Add Criteria’
    1. Name this criteria and make sure ‘Conditions are met’ is selected
    2. Now you will need to define the criteria
      1. For the first, select Field: Tracked, Operator: Equals, Type: Boolean, Value: True
      2. Second criteria, Field: Links Clicked, Operator: Equals, Type: Boolean, Value: True
      3. Third criteria, Field: Created by Cirrus Insight, Operator: Equals, Type: Boolean, Value: True
    3. Conditions should be set to ‘All conditions are met (AND)
    4. Click the ‘Advanced’ drop down menu and select ‘Yes’
    5. Click Save
  5. Select ‘+ Add Action’
    1. Select ‘Create a Record’ as the Action Type and name your action
    2. Select ‘Task’ and fill in the necessary fields. Required fields may vary, but we have listed general assignments below:
      1. Priority; Picklist; High
      2. Status; Picklist; Not Started
      3. Assigned to ID; Reference; Assigned to ID (choose the option with no ‘>’ arrow)
      4. Subject; String; High Email Open Alert (you can use any subject)
      5. Due Date Only; Formula; Today()
        1. Once ‘Due Date Only’ and ‘formula’ is selected, click on ‘Build a Formula…’ and a formula editor will appear
        2. Type in Today() in the editor and select ‘Use this Formula’
      6. Name ID; Reference; Name ID
    3. Click Save
  6. Select ‘Activate’ in the upper right corner of the build window and you’re all set