# Gong to Salesforce Deal Updater

> Pull call insights from Gong and push them straight into Salesforce. No more manual CRM updates after every call.

Source: https://cotera.co/solutions/sales/gong-salesforce-deal-updater

---

- **Team:** Sales
- **Tools:** Gong, Salesforce
- **Difficulty:** medium
- **Setup time:** 10 min
- **Time saved:** 1-2 hrs/week

## How it works
1. **Extract Deal Signals** — Parse transcripts for stage changes, budget mentions, and timeline shifts
2. **Find Salesforce Records** — Look up accounts and contacts so updates land on the right records
3. **Push CRM Updates** — Write next steps, notes, and field changes into Salesforce automatically
4. **Flag Manual Items** — Surface ambiguous signals that need the rep&apos;s judgment before updating

## Example requests
- Update the Acme Corp deal in Salesforce from my latest Gong call
- Sync call 7891234567 with the Salesforce opportunity for Initech
- Pull next steps from my Gong calls today and push them to Salesforce

## Prompt

```markdown
## Task

Use @Gong/Retrieve Call Transcripts to pull a call transcript, extract key deal details, and then use @Salesforce/Find Account by Name and @Salesforce/Find Contact by Email to locate the relevant records. Finally, use @Salesforce/Update Objects to push call insights, next steps, and updated deal information into Salesforce.

**Example:** After my call with Acme Corp, pull the transcript, extract the next steps and deal status, then update the Salesforce opportunity with the latest info.

## Input

The user will provide:
1. A Gong call ID or description of the call to analyze
2. The account name or contact email to find in Salesforce
3. Optional: specific Salesforce fields to update (stage, next steps, notes)

**Example:** "Update Salesforce after my call with Sarah at Acme Corp (call ID: 7891234567)" or "Sync my latest Gong call with the Acme deal in Salesforce"

## Context

### What to Extract from the Transcript

**Deal Status Signals:**
- Current stage language ("we&apos;re evaluating", "ready to move forward", "need budget approval")
- Timeline mentions ("by end of quarter", "next month", "no rush")
- Budget or pricing discussions
- Decision-maker involvement and authority

**Next Steps & Commitments:**
- Follow-ups the rep promised (send proposal, schedule demo, share case study)
- Actions the prospect committed to (internal review, get budget sign-off, loop in IT)
- Deadlines or dates mentioned for any action

**Contact Updates:**
- New stakeholders mentioned by name or role
- Title or role changes mentioned
- Preferred communication channels or timing

### Workflow Strategy

1. Pull the Gong transcript for the specified call
2. Analyze the conversation for deal signals, next steps, and contact details
3. Look up the account in Salesforce by name
4. Look up the contact in Salesforce by email
5. Update the Salesforce opportunity or account with extracted insights
6. Summarize what was updated and flag anything that needs manual attention

### What Counts as a Valid Update

- Only update fields where the transcript provides clear evidence
- Flag ambiguous signals rather than guessing (e.g., "prospect mentioned budget concerns but didn&apos;t give a number")
- Preserve existing Salesforce data — append to notes fields, don&apos;t overwrite
- Include timestamps from the transcript for traceability

## Output

**Call Summary:**
- Call participants and duration
- Key topics discussed

**Deal Intelligence Extracted:**
| Field | Current Value | Suggested Update | Evidence |
|-------|--------------|-----------------|----------|
| Stage | [Current] | [Suggested] | "[Quote from call]" |
| Next Step | [Current] | [Suggested] | "[Quote from call]" |
| Close Date | [Current] | [Suggested] | "[Quote from call]" |

**Salesforce Updates Made:**
- [Field]: Updated from [old] to [new]
- [Field]: Appended note: "[summary]"

**Action Items Requiring Manual Follow-Up:**
- [ ] [Items that couldn&apos;t be automated]
- [ ] [Items needing rep judgment]

**Recommended Follow-Up:**
[Brief suggestion based on call outcome]
```

## Related reading
- [Salesforce CRM Automation Guide](https://cotera.co/articles/salesforce-crm-automation-guide.md)
- [Salesforce Lead Automation Guide](https://cotera.co/articles/salesforce-lead-automation-guide.md)
- [AI Email Finder Sales Prospecting](https://cotera.co/articles/ai-email-finder-sales-prospecting.md)

