You are here:
Create a Process to Re-engage Inactive Leads
You can use Process Builder to email inactive leads when it’s been 30 days since their last communication.
Create a Field to Capture Last Activity Date
- Click the gear icon, and open Setup.
- Search for Einstein Activity Capture Settings in the Quick Find box and turn on Activity Metrics under the Capture settings.
- Create a custom field on the Leads object by navigating to the Object Manager and selecting the Leads object.
- Select the Formula Data Type.
- Select Formula as the Data Type and Date/Time for the Formula Return Type.
- Label the field Last Activity Date and use this formula: ActivityMetric.LastActivityDateTime
- Save your changes.
Create Process Criteria
- Search for Process Builderin the Quick Find box.
- Click New.
- Name your process. For example, 30-Day Follow-up Email to Leads.
- Click inside the API Name box to copy your process name over.
- Click The Process starts when, and choose A record changes.
- Save your process.
- Click + Add Object.
- Choose Lead from the Object dropdown menu.
- Below Start the Process, select when a record is created or edited.
- Save your changes.
- Click + Add Criteria.
- Name your criteria. For example, Is still an active lead.
- Add two conditions: Status > does not equal > picklist > Unqualified (not interested at this time). Note: if you’ve rename your Unqualified status, select the status where the lead is marked as lost or not interested.
- Click + Add Row, and choose Converted > equals > boolean > False.
- Click Advanced, and check the box to make changes only when specified changes are made to a record.
- Save your changes.
Create an Email Alert Process Action
- Under Scheduled Actions, click Set Schedule.
- Add x days after Last Activity Date. For example, if you enter 30 for the days, the automation will trigger 30 days after the Last Activity Date.
- Save your changes.
- Click + Add Action.
- Choose Email Alert from the Action Type dropdown menu.
- Name the action. For example, 30-Day email reminder since last contact.
- You have two ways to add an email alert: If you've already created one, search for and select it. If you don’t have an existing email alert, click to create one. Note: We’ve linked to an article that explains how to create an email alert and template at the end of this help topic.
- Make sure that you use the Lead object and select Email Field as the Recipient Type. Tip: Select Current User’s email address in the From Email Address field. This ensures the email comes from the Lead owner’s email address and not from a generic email.
- Save your changes.
Create a Task to Log the Email in the Activity Feed
- Click + Add Actions again.
- Choose Create a Record as the Action Type.
- Name the action 30-Day Follow-Up Email Sent.
- Select Task for the Record Type.
- A Set Field Values box appears. Choose the following values: Assigned To ID > Field Reference > Owner ID Priority > Picklist > Normal Status > Picklist > Completed.
- Click + Add Row, and choose Subject > String > 30-Day Follow-Up Email Sent.
- Click + Add Row, and choose Name ID > Field Reference > Lead ID.
- Save your changes.
- Click Activate.

