Pipeline Implementation Recommendations
Based on the Sales Pipeline & Lifecycle Management standards, the following configuration is recommended for the CRM system to ensure alignment with business administration goals.
1. Stage Configuration (The Sales Funnel)
To reflect the standardized customer journey, we recommend configuring the following stages in the Campaign settings.
| Stage Name | Order | Description | System Configuration |
|---|---|---|---|
| Acquisition | 0 | Initial point of contact; raw data. | Name: New LeadUUID: stage-acquisition |
| Qualification | 1 | Verification of interest, budget, and authority. | Name: QualifiedUUID: stage-qualificationParent: stage-acquisition |
| Engagement | 2 | Active negotiation and proposal. | Name: In DiscussionUUID: stage-engagementParent: stage-qualification |
| Closure (Won) | 3 | Successful deal. | Name: Closed WonUUID: stage-wonParent: stage-engagement |
| Closure (Lost) | 4 | Unsuccessful deal. | Name: Closed LostUUID: stage-lostParent: stage-engagement |
2. Transition Protocol Implementation
2.1 Entry Criteria Enforcement
While the system allows manual transitions, we recommend using Custom Fields to guide users on entry criteria.
- Recommendation: Add a "Qualification Checklist" custom field (type:
booleanorselect) that agents must check before moving a lead to "Engagement". - Recommendation: Add a "Proposal URL" custom field (type:
text) that should be populated when moving to "In Discussion".
2.2 Stagnation Policy Automation
To keep the pipeline clean, we recommend setting up Automated Stage Actions to handle inactive leads.
- Scenario: Lead stays in "Acquisition" for > 7 days without activity.
- Action:
- Trigger: 7 days after entry.
- Channel: WhatsApp/Email.
- Template:
"Hi {{fullName}}, are you still interested? If not, we'll close this file." - Operational Rule: If no response after 10 days, manually move to "Closed Lost" or a separate "Nurture" campaign.
2.3 Velocity Tracking
The system automatically tracks enteredAt and exitedAt for every stage.
- Recommendation: Utilize the Funnel Analytics dashboard to review the average time spent in the "Qualification" and "Engagement" stages.
- KPI Target: Aim for a maximum of 3 days in "Acquisition" and 14 days in "Engagement".
3. Summary of Actions
- Go to Campaign Settings > Stages.
- Create/Rename stages to match the table in Section 1.
- Go to Campaign Settings > Custom Fields.
- Add validation fields (e.g., "Budget Confirmed", "Proposal Sent").
- Go to Stage Actions for "Acquisition" and "Qualification".
- Configure "Stagnation" follow-up messages.