Pipeline & Deal Lookup
Sellers get deal snapshot in one turn
Sales reps live in the CRM. Every deal question — status, size, next step, last activity — is a CRM lookup that interrupts flow. In Slack, in email, on a call, the answer is always "one sec, let me pull it up". The time cost per lookup is small; the aggregate over a rep's day is enormous. And the manager who asks "how's the Acme deal?" gets the same delay.
An hour-by-hour walkthrough.
Step by step.
- 01
Look up deal by name / ID / account
Rev parses the request ("Acme deal", "opp #12345", "account 001abc"). Queries Salesforce / HubSpot with the parameter. Handles ambiguity ("there are 3 opportunities for Acme, which one?").
Salesforce · HubSpot - 02
Return stage, owner, ARR, notes
Fetches the standard opportunity fields plus recent activity (calls, emails, notes). Formats a compact summary that reads well in Slack or Teams.
Salesforce · HubSpot · Gong · Chorus - 03
Enrich with recent context
Pulls the last Gong / Chorus call summary; recent emails; last stage change. Reader sees not just current state but recent motion.
Gong · Chorus · Outreach · Salesloft
What you connect to make this run.
Salesforce
readOAuth credential with opportunity + account + activity read scopes. Respects field-level security — Rev never surfaces fields the requester can't see.
HubSpot
readSame pattern for HubSpot deals + companies + activities.
Gong · Chorus
readCall recording + summary read. Links back to the call playback for detailed review.
Context Graph
readDeal-to-owner + deal-to-account edges. Enables cross-referencing like "all my deals" or "deals in my territory".
Before and after, honestly.
Playbooks that pair with this one.
Call Recording Lookup
The deeper dive — search across all Gong recordings, not just one deal.
Account Research Brief
The 360° view when a deal lookup escalates into full account context.
Weekly Forecast Roll-Up
The aggregate view — pipeline lookups at scale.
Deal-at-Risk Detection
Proactive counterpart — surfaces the deals before you need to ask.
Answers about this playbook.
Can Rev handle 'my deals' queries?
Yes — "show me my open deals", "my deals closing this quarter", "my top 5 by ARR". Requester identity read from Slack SSO; queries filtered to their ownership.
What about access to deals I don't own?
Respects Salesforce sharing rules. Public deals visible to all sales; restricted / confidential deals only to their owner + management chain. Rev never surfaces what the requester can't see.
Does this work for HubSpot as well?
Yes — same lookup pattern for HubSpot deals + companies + engagements. If you use both, Rev queries both and returns unified results.
Can Rev update deals, not just look them up?
Yes — separate playbook (deal update / stage advance / note logging). Updates go through your approval matrix per field type — some low-risk updates auto-apply; stage changes and deal-value edits require confirmation.
How does this work from Claude Desktop / Cursor?
Via MCP endpoint. "What's the Acme deal status?" in Claude Desktop hits Rev via MCP; same lookup + summary; response streams back into the chat.
See it run on your data.
Free plan, no credit card. Connect the systems this playbook needs and run it against a past event first.