Configure an Agentforce action that helps sales reps create account growth strategies by analyzing expansion opportunities and generating actionable recommendations.
This custom action helps your sales agents develop account growth strategies by:
Variable: accountId
Type: Text
Required: ✓
Description: Account to analyze for growth opportunities
Variable: currentACV
Type: Currency
Required: ✓
Description: Current Annual Contract Value
Variable: growthTarget
Type: Number
Required: ✗
Default: 25
Description: Target growth percentage
Variable: expansionOpportunities
Type: Text (Long)
Available for Output: ✓
Description: Identified growth opportunities
Variable: recommendedActions
Type: Text (Long)
Available for Output: ✓
Description: Specific next steps for growth
Variable: estimatedRevenue
Type: Currency
Available for Output: ✓
Description: Potential additional revenue
Get Records: Current Products/Services
Object: OpportunityLineItem
Filter: Opportunity.AccountId = {!accountId} AND Opportunity.IsWon = true
Store in: currentProducts
Get Records: Benchmark Accounts
Object: Account
Filter: Industry = {!accountRecord.Industry} AND AnnualRevenue > {!currentACV}
Limit: 10
Store in: benchmarkAccounts
Assignment Element: Calculate Gaps
Formula: Compare current products vs. benchmark account products
Result: List of missing products/services
Decision Element: Based on gaps and account characteristics
Outcomes:
- High Priority: Core missing products
- Medium Priority: Adjacent services
- Long Term: Strategic initiatives
Name: Develop Growth Strategy
Reference ID: develop_growth_strategy
Type: Flow
Flow: [Select your growth strategy flow]
Use this action when users ask about growing accounts, expanding
relationships, or increasing revenue from existing customers.
Example requests:
- "How can I grow the ABC Corp account?"
- "What expansion opportunities exist?"
- "Help me create a growth plan"
- "How do I increase revenue from this customer?"
Response Template:
Based on analysis of {Account Name}, here are your growth opportunities:
**Expansion Opportunities:**
{expansionOpportunities}
**Recommended Next Steps:**
{recommendedActions}
**Revenue Potential:** {estimatedRevenue}
You help sales reps identify and pursue account growth opportunities.
When users ask about expanding accounts or growing revenue, use the
Growth Strategy action to provide data-driven recommendations.
Always ask for account information if not provided, and try to
understand their current relationship and goals.
User: "How can I grow the Smith Industries account?"
Agent: "I'll analyze growth opportunities for Smith Industries.
What's the current annual contract value?"
User: "$50,000"
Agent: [Executes Growth Strategy action]
"Based on similar companies in manufacturing, here are
your best expansion opportunities..."
Get Records: Competitor Presence
Object: Competitor__c
Filter: Account__c = {!accountId}
Purpose: Identify competitive threats/opportunities
Get Records: Key Stakeholders
Object: Contact
Filter: AccountId = {!accountId} AND Influence__c = 'High'
Purpose: Identify expansion champions
External Callout: Product Usage API
Data: Feature adoption rates, user engagement
Purpose: Identify upsell opportunities
Decision Element: Industry Type
Manufacturing → Focus on operational efficiency
Healthcare → Compliance and patient outcomes
Financial → Risk management and automation
Retail → Customer experience and analytics
Decision Element: Company Size
Enterprise → Strategic, multi-year initiatives
Mid-Market → Quick wins and proven ROI
SMB → Cost-effective, easy implementations
Key Metrics to Track:
- Action usage frequency
- Follow-up opportunity creation rate
- Growth plan implementation success
- Revenue impact from recommendations
Input: ABC Manufacturing, $100K ACV, 30% growth target
Analysis: Currently using basic CRM, competitors have automation
Output:
- Opportunity 1: Manufacturing automation modules ($40K)
- Opportunity 2: Supply chain integration ($25K)
- Next Steps: Meet with operations VP, demo automation ROI
Input: Regional Hospital, $250K ACV, 20% growth target
Analysis: Using patient management, missing compliance tools
Output:
- Opportunity 1: Compliance management suite ($60K)
- Opportunity 2: Analytics and reporting ($40K)
- Next Steps: Engage compliance officer, regulatory demo
Input: TechStart Inc, $25K ACV, 50% growth target
Analysis: Basic plan, rapid team growth, scaling needs
Output:
- Opportunity 1: Advanced user management ($15K)
- Opportunity 2: Integration platform ($20K)
- Next Steps: Schedule with IT director, discuss scaling
account_data
growth_targets
market_intelligence
stakeholder_map
growth_strategy
expansion_roadmap
roi_projections
execution_plan