This use case demonstrates how to use Automations Pro to automatically reclaim overdue leads. The solution helps ensure that every lead is handled promptly and effectively, preventing lead resources from remaining idle or being underutilized for extended periods.
Solution Design
1. Defining Lead Reclamation Rules
A typical lead lifecycle consists of four stages: lead capture, assignment, follow-up, and conversion.
To keep leads moving efficiently through each stage and prevent them from being neglected or wasted, define the following reclamation rules:
After assignment: If a lead is not followed up within three days after being assigned to a sales rep, the lead reclamation process is automatically triggered.
After follow-up: If a lead is not converted into a customer within seven days of the latest follow-up and no additional follow-up activity occurs during that period, the lead reclamation process is also triggered.
2. Maintaining the Expected Reclaim Time
Based on the rules above, the Expected Reclaim Time can be calculated from the lead's Assignment Time or Last Follow-up Time. This field determines when the automated reclamation process should be triggered.
As a lead progresses through its lifecycle, its Expected Reclaim Time must be updated accordingly. Therefore, three Automations Pro are required to automatically calculate and maintain this value:
Pro 1 — Assigning a Lead: When a lead is assigned, calculate the Expected Reclaim Time by adding three days to the current Assignment Time, and write the result back to the Sales Lead form. For details, refer to Assigning Leads.
Pro 2 — Recording a Lead Follow-up: When a new lead follow-up record is added, calculate the Expected Reclaim Time by adding seven days to the latest Follow-up Time, and write the result back to the Sales Lead form.
Pro 3 — Converting a Lead: When a lead is converted, clear its Expected Reclaim Time to indicate that the lead no longer needs to be reclaimed.
3. Configuring Automations Pro
Use the automation capabilities of Automations Pro to trigger and execute the reclamation process based on the Expected Reclaim Time field.
Configure the automation as follows:
Create an Automation Pro and select Scheduled Trigger as its trigger type. Configure it to run at 5:00 PM on the date specified in Expected Reclaim Time.
After the automation is triggered, update the lead status to Reclaimed, allowing the sales manager to identify and process the reclaimed lead manually.
Demonstration
When the Expected Reclaim Time of a lead is reached, Automations Pro is triggered at 5:00 PM on that date and automatically runs the lead reclamation process.
For example, suppose the Expected Reclaim Time of a lead is July 17, 2026. Automations Pro will be triggered at 5:00 PM on July 17, 2026, and automatically update the lead status to Reclaimed.
Prerequisite
This use case uses data from the following two forms:
Sales Lead: Stores lead information. It should include fields such as Lead Status, Assignment Time, Expected Reclaim Time, and Index.
Lead Follow-up Record: Stores lead follow-up activities. It should include fields such as Follow-up Time and Follow-up Method.
Maintaining the Expected Reclaim Time
This section uses Pro 2 as an example to demonstrate how to maintain the Expected Reclaim Time. The configurations of the other Automations Pro are not repeated in this article.
Step 1 Creating an Automation Pro
Open the Lead Follow-up Record form and go to Extension > Automations.
Create an Automation Pro named Sync Lead Follow-up Information, and select Form Trigger as the trigger type.
Step 2 Configuring the Trigger Node
Select the trigger node and add the Add record trigger event.
The Automation Pro will then be triggered whenever a new lead follow-up record is added.
Step 3 Calculating the Expected Reclaim Time
Use an Add Formula node to calculate the new Expected Reclaim Time based on the latest Follow-up Time.
1) Adding an Add Formula Node
Add an Add Formula node under the trigger node.
2) Configuring the Add Formula Node
Rename the node Calculate Expected Reclaim Time. Select Formula Calculation as the calculation method. Click Set Formula to open the formula editor. Enter the following formula: DATEDELTA(Trigger Data——Follow-up Time, 7).
Step 4 Updating the Follow-up Information
Use an Update Record node to write the current follow-up information, including the Follow-up Time and calculated Expected Reclaim Time, back to the corresponding lead record.
1) Adding an Update Record Node
Add an Update Record node under the Calculate Expected Reclaim Time node.
2) Configuring the Update Record Node
Rename the node Update Follow-up Information. Then Select Record in the form and pick Sales Lead as the target form.
Add the following filter condition: Lead No. equals to Trigger Data— Lead No.
Add the fields to be updated and assign the following values:
Field | Value Type | New Value |
Follow-up Status | Custom | In Follow-up |
Last Follow-up Time | Field Value | Trigger Data > Follow-up Time |
Expected Reclaim Time | Field Value | Calculate Expected Reclaim Time > Expected Reclaim Time |
Step 5 Saving and Enabling the Automation
After completing all the settings, click Save & Enable to enable the Automation Pro.
Automatically Reclaiming Overdue Leads
Use the Automatically Reclaim Overdue Leads Automation Pro to automatically update the status of overdue leads to Reclaimed.
Step 1 Creating an Automation Pro
Open the Sales Lead form and go to Extension > Automations.
Create an Automation Pro named Automatically Reclaim Leads, and select Scheduled Trigger as the trigger type.
Step 2 Configuring the Trigger Node
Configure the trigger node so that Automations Pro is triggered when a lead reaches its Expected Reclaim Time.
Configure the trigger time as follows:
Trigger Time:
Select Trigger by Date&Time Field. Triggering Form: Select Sales Lead.
Set the automation to run at 5:00 PM on the date specified in Expected Reclaim Time.
Recurrence: Select No recurring trigger.
Step 3 Reclaiming the Lead
Use an Update Record node to update the lead captured by the trigger node and complete the reclamation process.
1) Adding an Update Record Node
Add an Update Record node under the trigger node.
2) Configuring the Update Record Node
Rename the node Reclaim Lead. Select Record at the node and Trigger Data as the target node. Add the fields to be updated and assign the following values:
Field | Value Type | New Value |
Lead Status | Custom | Reclaimed |
Expected Reclaim Time | Empty Value | — |
Step 4 Saving and Enabling the Automation
After completing all the settings, click Save & Enable to enable the Automation Pro.
















