SELECT Name, Amount,
Engagement_Score__c,
Days_Since_Last_Activity__c
FROM Opportunity
WHERE IsClosed = false
ORDER BY Engagement_Score__c DESC
LIMIT 5
Output
✓ 2 records
[{ Name: "Acme AI Platform",
Engagement_Score__c: 92 },
{ Name: "Globex Expansion",
Engagement_Score__c: 78 }]
Conversation Preview
Hi, I'm My Org Butler! How can I help?
Which opportunity should I work on next?
Based on engagement score, I'd focus on: Acme AI Platform