Nomi

nomi

  • Product
  • Pricing
  • Blog
  • Playbooks
  • Customer Stories
  • Support
Go to app
  1. Home
  2. Salesforce Integration Guide
Integration Guides

Salesforce Integration Guide

Connect Nomi to Salesforce to enrich opportunities in real time and activate customer success stories inside your CRM.

Emily Bennett, Chief Marketing Officer @ NomiPublished Apr 18, 2025Updated Apr 25, 20253 min read
Salesforce
Integration
Customer Success

Why the Salesforce connection matters

Salesforce remains the system of record for revenue teams, but the fastest-growing teams are augmenting it with actionable insights from live conversations. Connecting Nomi ensures objection handling moments, competitive mentions, and next steps are captured automatically so that sales and success teams can react in real time.

"Nomi transformed our pipeline reviews. Every meeting now starts with real customer language instead of stale dashboards." — Taylor Grant, VP of Revenue, Orbit Analytics

The integration installs in under ten minutes and immediately unlocks downstream automation, from playbook recommendations to success plan triggers.

Prerequisites

  1. Salesforce administrator access. You will need permission to create connected apps and manage OAuth scopes.
  2. Nomi admin account. Make sure your workspace has access to integrations in Settings → Connections.
  3. Webhook endpoint (optional). Teams that prefer event-driven automation should prepare an endpoint that can receive call insights in JSON format.

Step-by-step setup

1. Enable the integration in Nomi

Navigate to Settings → Integrations → Salesforce and click Connect. Authorize Nomi in the Salesforce consent screen and select the environment (production or sandbox). The OAuth flow provisions a secure connected app using the minimum scopes required: api, refresh_token, and offline_access.

2. Map Salesforce objects

Once connected, choose where Nomi should write data:

  • Opportunities. Automatically append call notes and follow-up actions as task records.
  • Accounts. Surface buying committee sentiment for success and account management teams.
  • Custom objects. Map niche workflows, such as partner escalations or renewal cadences.

Use the recommended template below to start quickly.

Nomi insightSalesforce targetField description
Objection detectedOpportunityTask__c.DescriptionSummary of the objection and recommended response
Competitive mentionCompetitive_Intel__c.Last_Noted__cDate and competitor name captured on the call
Action itemFollow_Up_Play__c.Status__cTracks whether the rep completed the suggested action

3. Automate next steps with Flow Builder

Create a Salesforce Flow that listens for the custom fields populated by Nomi. Trigger enablement tasks when a high-priority objection occurs or notify the account team when a champion sentiment drops below threshold.

import { createClient } from '@nomi/sdk'
 
type OpportunityUpdate = {
  opportunityId: string
  highlights: string[]
  sentiment: 'positive' | 'neutral' | 'negative'
}
 
const client = createClient({
  apiKey: process.env.NOMI_API_KEY!,
})
 
export async function pushToSalesforce(update: OpportunityUpdate) {
  await client.salesforce.pushCallSummary({
    opportunityId: update.opportunityId,
    highlights: update.highlights,
    sentiment: update.sentiment,
  })
}

4. Share the win story internally

Orbit Analytics paired their Salesforce integration with a short Loom recap for every closed won deal. A single enablement manager reviews the Nomi summaries, tags best-in-class calls, and distributes them through Slack. New reps now have a real-world playbook that lives directly inside Salesforce records.

Workflow showing Nomi insights flowing into Salesforce tasks
Workflow showing Nomi insights flowing into Salesforce tasks

Measuring success

  • Time-to-follow-up. Orbit decreased the lag between call and next action from 21 hours to 6 hours.
  • Objection resolution rate. Reps equipped with real-time prompts resolved 34% more pricing objections.
  • Executive visibility. Leadership reviews one curated dashboard with live call highlights instead of multiple reports.

Rollout checklist

  • Enable the Nomi ↔ Salesforce integration in production.
  • Configure the recommended fields and automation triggers.
  • Train sales and success managers on the new recap workflow.
  • Schedule a 30-day business review to validate the KPIs above.

Need help? Reach out to your Nomi customer success partner or email support@nomi.so to schedule a working session.

Keep exploring

Dive deeper into the strategies and integrations revenue teams use with Nomi.

Integration Guides
HubSpot Integration Guide

Sync Nomi call intelligence into HubSpot to trigger targeted workflows and nurture sequences automatically.

May 9, 2025•2 min read
Blog
Static Sales Playbooks Are Dead: Meet the Living Playbook

Static playbooks cannot keep up with nonlinear, omnichannel buying. See how a real-time Living Playbook turns calls into in-call guidance to lift win rates.

Oct 10, 2025•4 min read
Blog
Real-Time Sales Coaching with AI: The Living Playbook

Win more B2B deals with real-time AI coaching. Learn how a Living Sales Playbook auto-builds from top calls and delivers in-call guidance that improves conversion.

Oct 15, 2025•4 min read
NomiNomi

Real-Time Sales Copilot AI for Live Calls

Explore

BlogCase studiesCustomer storiesIntegration guidesPlaybooks

Get Started

PricingSupportFAQ

Company & Legal

Privacy PolicyTerms of ServiceContact
Backed by
Combinator

© 2025 Nomi, Corp. Made in San Francisco

SOC 2 Type 2 CompliantGDPR CompliantCCPA Compliant