TL;DR
- Salesforce CSAT surveys measure customer satisfaction with a specific interaction — they belong on Cases, not quarterly check-ins
- Best trigger: 15–30 minutes after case closure in Salesforce Flow (same-day always beats next-day)
- The CSAT formula: (satisfied responses / total survey responses) x 100 — 4s and 5s on a 1–5 scale count as "satisfied"
- A 79% overall CSAT score tells you almost nothing — break it down by agent, case type, and channel first
- The tools section covers eight Salesforce CSAT survey tools across three categories: full CX platforms, lightweight support tools, and native Salesforce options
- Most Salesforce customers can implement a working CSAT program in under a week — the setup is simpler than teams expect
Most Salesforce support teams set up a CSAT survey, watch the score come in, report it upward, and then wonder why nothing actually changes.
The score isn't the problem. The program is.
We've implemented Salesforce CSAT programs across dozens of Service Cloud setups — for customers ranging from 5-person support teams to enterprises with hundreds of agents, including setups that cover channel partners and resellers. The pattern is almost always the same: teams configure the trigger correctly, then stop there. No response mapping to Case records. No closed-loop alerts when a score comes in at 1 or 2. No segmentation by agent or case type. The survey fires, responses trickle in, and the data sits in a dashboard nobody checks.
This guide covers the full setup — trigger configuration, response mapping, score calculation, closed-loop alerts, survey questions, and where to deploy surveys across the customer journey. Plus a proper breakdown of the Salesforce CSAT survey tools worth knowing about, with honest trade-offs on each.
What Is a Salesforce CSAT Survey?
A Salesforce CSAT survey is one of the most direct ways to measure customer satisfaction after a service interaction. CSAT (Customer Satisfaction Score) captures how satisfied a customer was with a specific touchpoint — in Salesforce, that usually means post-Case satisfaction: a support ticket closes, the customer gets a short customer satisfaction survey asking something like "How satisfied were you with your support experience today?" on a 1–5 scale.
The word to hold onto is transactional. A Salesforce CSAT survey captures the moment — not the relationship. A customer can give a 5 right after a well-handled case and still be an NPS detractor if their broader customer experience has been rough. We've seen this play out when someone has three cases in a month. Each one handled fine. But the repeated effort — explaining the same issue multiple times, waiting through the same escalation path — is quietly eroding loyalty. CSAT doesn't catch that. CES does.
This is where the three metrics diverge:
- Salesforce CSAT — triggered by an interaction event (case closure, chat completion, call wrap-up)
- NPS — triggered at a relationship moment (quarterly, post-renewal, post-onboarding)
- CES — triggered by a service interaction, measuring effort rather than satisfaction
For NPS setup: Salesforce NPS survey guide. For CES: Salesforce CES survey guide.
What Are the Salesforce CSAT Benchmarks by Industry?
Before you start optimizing, figure out what "good" actually looks like in your sector. CSAT is expressed as a percentage of satisfied customers — those who rated 4 or 5 on a 1–5 scale.
| Industry | Average CSAT Score | Notes |
| SaaS / Software | 78–82% | Chat typically scores higher than email support |
| B2B Services | 77–81% | Dedicated CSM models push this higher |
| Retail / E-commerce | 74–80% | Post-delivery and post-return scores often split sharply |
| Healthcare | 76–83% | Telehealth tends to outperform in-person |
| Financial Services | 72–78% | Low tolerance for errors keeps the ceiling down |
| Field Service | 80–85% | On-site completion rates usually strong |
| Telecom | 62–70% | Consistently the lowest across any sector |
(Sources: ACSI, Zendesk CX Trends 2025, Qualtrics XM Institute benchmarks. Scores normalized to percentage of satisfied customers on a 1–5 scale.)
Two things worth knowing. These are directional, not hard targets — your ceiling depends on what you can operationally deliver. And aggregate Salesforce CSAT scores hide more than they show. A 79% overall CSAT score across all cases tells you almost nothing useful. The same 79% broken down by agent, case type, and resolution method tells you exactly where to focus. The customers giving 1s and 2s in that 79% average are the ones most at risk of churning — and they're invisible until you segment.
How Do You Set Up a Salesforce CSAT Survey?
Step 1: Configure the trigger
Case closure is the most common trigger for Salesforce CSAT programs. In Salesforce Flow, create a Record-Triggered Flow on the Case object that fires when Status changes to "Closed." Add a 15–30 minute time delay — long enough for the interaction to settle, short enough that memory is still fresh.
Keep it short. One mandatory question, one optional comment field. Response rates drop noticeably with every survey question you add past two. Standard question: "How satisfied were you with your support experience today?" on a 1–5 scale. Optional follow-up: "Anything we could have done better?" (open text, truly optional).
One thing we always recommend building in: a suppression rule. If a customer submitted a survey in the last 14 days, skip them. Survey fatigue hits faster than most teams expect, and five surveys in two weeks will hurt both your response rates and your relationship with the customer.
Most Salesforce customers find that keeping survey respondents focused on a single question dramatically improves the quality of responses you receive. The goal is feedback you can act on — not exhaustive data from a tired audience.
Step 2: Choose the right channel
Match the survey channel to the channel that triggered the case. Email-based cases get email CSAT — ideally with the customer satisfaction question embedded directly in the email body, not just linked. Chat and phone cases get SMS if you have mobile numbers; email if you don't.
Response rates by channel:
- Embedded email surveys (question in the email body): higher end of the email range — Zonka Feedback platform data across active Salesforce integrations puts this at 25–35%, above the general email benchmark
- Email surveys (general): Clootrack's 2025 CX benchmark puts 20–25% as the acceptable range for email-based customer surveys
- SMS surveys: Clootrack's CX guide cites 40–50% for SMS surveys, with transactional requests at the lower end of that range
- Link-only surveys (click through to a hosted form): typically the floor — no industry source publishes a dedicated "link-only" figure, but general benchmarks and platform experience consistently put this below the general email range, often 10–18%
That gap between embedded and link-only is the single biggest lever most teams haven't used. If your Salesforce CSAT survey tool supports email embedding, use it. You'll get roughly 2–3x the survey responses for the same send volume.
A practical example: creating an embedded survey using merge fields in your Salesforce email template means customers can tap a rating star directly in the email — no redirect, no extra step. Most Salesforce CSAT survey tools that integrate via AppExchange support merge fields out of the box, so creating these templates doesn't require custom development. Verify with your tool's documentation that merge fields are supported in your Salesforce email template before building the workflow.
For setup: how to embed surveys in Salesforce email. For SMS: Salesforce SMS surveys.
Step 3: Map responses to Case records
Survey responses need to write back to the Case record that triggered them. Without this, all you have is dashboard data that lives outside Salesforce — disconnected from your reports, your agents, your case history.
Minimum fields to create on your Case object:
CSAT_Score__c— Number field (1–5 or percentage)CSAT_Comment__c— Long Text AreaSurvey_Responded__c— Checkbox (so you can filter responded vs non-responded cases)CSAT_Response_Date__c— DateTime
When creating these fields, use merge fields to pull in context like the Case number and agent name into the survey email — it makes the experience feel personal rather than automated. A complete setup maps not just the score but also the comment, the response timestamp, and a responded/not-responded flag.
With those fields in place, you can build Salesforce reports showing average CSAT scores by agent, case type, product, and resolution time. No manual compilation. No exports to spreadsheets. It's all in Salesforce — and customers' feedback is tied directly to the cases that generated it.
Step 4: Configure closed-loop alerts
A Salesforce CSAT program without closed-loop configuration is just a reporting exercise. When someone rates 1 or 2, something should happen automatically — not eventually, when someone spots it.
Standard setup: a CSAT score of 1 or 2 triggers an auto-created Task, assigned to the case owner or a CS manager for high-value accounts, due within 24 hours. Track whether the follow-up happened, whether the issue got resolved, and whether the customer's overall satisfaction improved on their next interaction.
Dissatisfied customers who get a genuine follow-up within 24 hours after a bad experience are measurably more likely to stay — that's a direct customer retention win. Those who don't often churn quietly, and you find out months later during a renewal review.
For enterprise accounts or business-critical customers, it's worth routing low-score alerts to a CS manager rather than just the case owner. A company's most valuable accounts deserve a higher-touch response. This is also where brand perception is made or lost — customers who feel heard after a bad experience often become more loyal than those who never had a problem at all. Implementing a tiered alert system, where high-value accounts trigger manager follow-up and standard accounts trigger agent follow-up, is a practice that consistently drives better retention outcomes.
How Do You Calculate Your Salesforce CSAT Score?
The formula:
(Number of satisfied responses / Total survey responses) x 100 = CSAT Score %
"Satisfied" means 4 or 5 on a 1–5 scale. Everything below 4 doesn't count.
For example: 500 customers received your survey. 400 rated 4 or 5. CSAT score: (400/500) x 100 = 80%. Comfortably within the SaaS average range.
In a Salesforce summary report on the Case object, use this formula:
((CSAT_Score__c:AVG)/5)*100
Most third-party Salesforce CSAT survey tools calculate this automatically in their dashboards and can write the computed overall CSAT score directly to a field on the Case or Contact record. So you don't have to build the formula yourself.
Track your CSAT score over time. A single month is a data point. Six months of trend data is a program. You can't tell whether your process changes are working from a snapshot — and those trends are what actually drive business decisions.
For example, creating a Salesforce report that shows the total number of survey respondents each month alongside the overall CSAT score lets you verify whether score changes reflect real sentiment shifts or just sample size fluctuations. If your score jumps from 76% to 88% but the total number of responses drops from 400 to 30, the jump doesn't mean much. Always look at volume alongside the score.
What Salesforce CSAT Survey Questions Actually Work?
Short. Genuinely short.
Post-case Salesforce CSAT surveys with more than three survey questions see noticeable response rate drop-off. The goal is to measure customer satisfaction at the interaction level, not run a CX research study after every support ticket.
The core question (mandatory):
"How satisfied were you with your support experience today?" — 1–5 scale, labeled "Very dissatisfied" to "Very satisfied."
Optional follow-up:
"Anything we could have done better?" — open text, optional. Happy customers usually skip it. Dissatisfied customers almost always use it. Both behaviors are useful data.
What not to include in your Salesforce CSAT survey questions:
Don't rate multiple dimensions — speed, knowledge, friendliness — separately in a post-case survey. That's a research project. Don't drop an NPS question into a case-closed trigger — "Would you recommend us?" is a relationship question, not a transaction question. And don't make the comment field mandatory. Optional open-text fields consistently get more honest answers than required ones.
One best practice worth testing: A/B test the phrasing with a small audience before rolling out to all customers. For example, "How satisfied were you today?" vs. "How did we do today?" can produce meaningfully different response distributions depending on your customer base. Employees who handle high-volume cases especially benefit from seeing how small phrasing changes affect the data they're being measured on.
Where Should You Deploy Salesforce CSAT Surveys Across the Customer Journey?
Case closure is the most common trigger. But it's not the only point where a Salesforce CSAT survey belongs.
| Touchpoint | Trigger | Timing | Channel |
| Support case closure | Case Status = Closed | 15–30 min | Email or SMS |
| Live chat completion | Chat session ends | Immediate or 5 min | SMS or in-chat |
| Phone support call | Call ends | 15 min | SMS |
| Onboarding call | Call logged as complete | 1–2 hours | |
| Product delivery | Shipment confirmed delivered | 30 min | SMS |
| On-site service | Field service work order closed | 30–60 min | SMS |
| Billing interaction | Invoice resolved or payment processed | 1 hour |
Timing matters more than most teams realize. Same-day surveys consistently outperform next-day ones. What you're capturing is the emotional state right after the case closes — not a recollection formed 48 hours later, once the customer has moved on to something else.
One underused trigger worth testing: post-purchase satisfaction. For companies selling through Salesforce or managing orders in Service Cloud, a brief customer satisfaction survey 24–48 hours after purchase completion can catch experience gaps before they become support tickets. For B2B companies, this matters at the account level — partners and resellers are customers too, and their satisfaction with onboarding or order fulfilment directly affects your brand's reputation in the channel.
Real-time survey triggers matter here. The faster you can get a customer satisfaction survey in front of a customer after the relevant moment, the more accurate the response. Waiting 72 hours to trigger is waiting for the memory to fade.
Online reviews follow the same pattern: happy customers who get a well-timed satisfaction survey are also more likely to leave positive reviews. The timing isn't accidental — it's the same principle.
CSAT vs NPS vs CES: Which Metric Belongs in Salesforce?
| CSAT | NPS | CES | |
| Measures | Satisfaction with a specific interaction | Likelihood to recommend (relationship loyalty) | Effort required to get help |
| Question | "How satisfied were you?" (1–5) | "How likely to recommend?" (0–10) | "How easy was it to resolve your issue?" (1–7) |
| Trigger | After interactions (cases, calls, deliveries) | At relationship moments (quarterly, post-renewal) | After service interactions, especially self-service |
| Best for | Support teams, service delivery | Account management, CS, executive reporting | Support friction diagnosis, process improvement |
| Predicts | Short-term satisfaction | Long-term retention and referrals | Repeat contacts and churn risk |
| In Salesforce | Maps to Case, Service Appointment | Maps to Contact, Account, Opportunity | Maps to Case, Service Appointment |
Running all three gives you the complete picture. The Salesforce CSAT survey tells you how each interaction went. NPS shows you where the overall relationship stands. CES tells you whether your processes are creating friction before satisfaction even becomes a factor. Together, they cover what single-point measurement always misses.
One thing worth flagging directly: CES is actually a stronger predictor of churn from support interactions than CSAT alone. A customer can give you 4 out of 5 on CSAT while having contacted you three times to resolve one issue. They liked the agent. But the process was broken. CES catches that. CSAT misses it entirely.
How Do You Improve Your Salesforce CSAT Score?
Scores don't improve because you asked the team to try harder. They improve when you find the specific conditions producing low scores and change them.
-
Segment before you average. A 76% overall CSAT score is a headline, not a direction. An 88% on billing cases and 61% on technical escalations tells you where the real problem is. You can't fix "76%." You can investigate why technical escalations are pulling the average down.
-
Close the loop fast. Follow up within 24 hours on every low score. Not because it changes the experience that already happened — it doesn't — but because a customer who gets a genuine "we saw your score and we want to understand what went wrong" call is far more likely to stay than one who hears nothing. We've seen teams improve customer retention significantly just from adding this single step.
-
Read the open-text. The comment field is where the real diagnosis is. If 40 customers in a month wrote some version of "had to explain my issue twice," that's a process problem, not a people problem. Platforms like Zonka Feedback run AI thematic analysis on open-text CSAT responses and surface feedback patterns automatically — so you're not reading 300 comment fields by hand to find the insights that actually matter.
-
Track at the agent level. Team scores hide individual performance. One agent running at 4.8 tells you nothing about the one at 3.1 on the same team. Once survey responses map to Case records in Salesforce, agent-level reports take about five minutes to build. These are the context-rich signals that make coaching conversations specific rather than generic. Creating a shared dashboard where agents can see their own CSAT trends in real time also helps — agents who can verify their own scores respond better to coaching than those who only hear about it in quarterly reviews.
-
Check your timing before anything else. If the survey fires 24 hours after closure instead of 15–30 minutes after, you're probably getting lower response rates and less emotionally accurate data. Fix timing first before assuming the survey design is the problem.
-
Set goals and achieve them incrementally. If your company's target is 85% CSAT across all cases, don't try to achieve that org-wide at once. Start with your highest-volume case type, improve that to target, then scale to the next. Businesses that try to improve everything at once rarely see the gains of those that focus on a single segment, fix it, and move on.
What Are the Best Salesforce CSAT Survey Tools?
Zonka Feedback is our product. We've tried to be honest about where it works well and where it doesn't — same structure, same length, same editorial standards as every other Salesforce CSAT survey tool here. If something else fits your team better, we'd rather you know that upfront.
The right Salesforce CSAT survey tool depends on what you actually need. The market breaks into three categories: full CX platforms with deep Salesforce integration, lightweight tools built specifically for support team CSAT, and native or no-code Salesforce options.
When evaluating Salesforce CSAT survey tools, the key questions are: Does it write responses back to Salesforce records natively? Does it support merge fields for personalizing survey emails? How does it handle partners, resellers, or multi-org Salesforce setups if that's relevant to your business? And what does creating a new survey type — NPS, CES, custom — actually look like when you need to expand the program?
Most customers running enterprise-scale programs eventually need more than one survey type. Teams that start with a single post-case CSAT survey often expand into NPS surveys at renewal, CES surveys after complex cases, and even marketing surveys triggered from Salesforce campaigns. The Salesforce CSAT survey tools that handle this well are the ones built as full CX platforms, not point solutions. A few best practices: don't swap tools mid-program if you can avoid it, and verify that your chosen solution supports all the survey types you might eventually need before committing.
Quick comparison of CSAT software for Salesforce before the full breakdowns:
| Tool | Best For | Salesforce Integration |
| Zonka Feedback | AI analysis on open-text CSAT responses | AppExchange-native |
| Qualtrics | Enterprise CX programs with complex research needs | Native connector |
| GetFeedback | Native SF workflow automation, fast setup | AppExchange-native, managed package |
| AskNicely | CSAT + NPS with frontline coaching workflows | Native two-way sync |
| Nicereply | In-email embed with agent leaderboards | API integration |
| Simplesat | Fast setup, small support teams | Zapier/API |
| Salesforce Surveys | Basic CSAT, no extra spend | 100% native |
| SurveyVista | Data residency compliance | AppExchange-native |
Full CX Platforms with Salesforce Integration
These handle multi-metric programs (CSAT, NPS, CES), AI analysis on open-text CSAT responses, closed-loop automation, and deep object-level mapping across Cases, Contacts, Accounts, and Opportunities. Among Salesforce CSAT survey tools, these are the ones built for customers running mature customer experience programs or connecting survey data to churn risk and account health. Most customers choose this category when they need more than scores — when they need the full picture of why customers are satisfied or not.
Zonka Feedback: Best for AI Analysis on Open-Text Salesforce CSAT Responses
Zonka Feedback is a multi-channel CX feedback platform with an AppExchange-native Salesforce integration. Among Salesforce CSAT survey tools in this category, it stands out for its depth of response mapping and AI analysis. It maps survey responses to Cases, Contacts, and Opportunities, and supports CSAT, NPS, CES, and custom survey types across email, SMS, in-app, and web channels. It's built for teams that want to close the gap between collecting customer feedback and actually acting on it.
The main differentiator is AI thematic and sentiment analysis on open-text CSAT responses. Instead of reading hundreds of comment fields, you get a theme breakdown: what's being flagged, how often, and how it correlates to CSAT scores. Closed-loop automation and agent-level reporting are included on all plans.
Key Features:
- AppExchange-native integration with managed field mappings to Cases, Contacts, Opportunities
- AI thematic and sentiment analysis on open-text CSAT responses
- Embedded email surveys (no redirect link) for higher survey response rates
- Closed-loop automation: auto-task creation on low scores
- Agent-level CSAT reporting synced to Salesforce
- Supports CSAT, NPS, CES, and custom survey types
Zonka Feedback Pricing
- Zonka Feedback offers custom pricing for Salesforce integration based on your requirements
G2 Rating: See current reviews on G2
Best For: Support teams that want to go beyond score collection and understand what's driving CSAT at the comment level — with closed-loop automation built in.
Qualtrics XM: Best for Enterprise CX Programs with Complex Salesforce Research Needs
Qualtrics XM is an enterprise experience management platform used by organizations across every industry to measure customer satisfaction at scale. Its Salesforce connector integrates with Cases, Contacts, Accounts, and Opportunities, and supports complex survey logic, multi-channel distribution, and AI-powered analytics including Text iQ for open-text analysis.
The platform genuinely excels when your CSAT program is part of a broader customer experience research operation — advanced survey logic, statistical analysis, driver analysis, and organization-wide dashboards. For a team that just needs case-closed CSAT, it's overkill. The learning curve is real, the admin overhead is significant, and pricing reflects the enterprise positioning. That said, customers who need to test complex survey logic or run large-scale pilots before rolling out to their full customer base will find Qualtrics's testing and preview tools among the best in this category.
Key Features:
- Native Salesforce connector with event-triggered survey automation
- Text iQ: AI open-text analysis and sentiment detection
- Advanced survey logic, branching, and quota management
- Multi-channel distribution: email, SMS, web, in-app
- Cross-organizational dashboards and role-based reporting
- Supports CSAT, NPS, CES, and complex research programs
Qualtrics Pricing
- Custom pricing only; contact sales for a quote
- See pricing details
G2 Rating: 4.3/5 on G2 (747 reviews)
Best For: Enterprise customers and CX or research teams that need Salesforce CSAT as part of a larger, multi-department experience management program. Among Salesforce CSAT survey tools, it's the right choice when the program has to serve multiple stakeholders across a large organization.
GetFeedback: Best for Fast Native Salesforce Workflow Automation
Note: GetFeedback is sunsetting December 31, 2026. If you're evaluating this tool, factor in the migration timeline before committing. See: GetFeedback shutting down — what to do next
GetFeedback (part of the SurveyMonkey portfolio) is a Salesforce-first survey platform with a managed package that handles custom object setup automatically. Case-closed CSAT workflows are among the most straightforward to configure in this category — the package sets up custom objects and field connections that you'd otherwise build manually.
Where it falls short: pricing scales quickly past the entry tier, and open-text AI analysis is thinner than dedicated AI-first Salesforce CSAT survey tools. Teams that need deep analytics beyond dashboards will feel the ceiling.
Key Features:
- AppExchange-native managed package — automated object and field setup
- Native workflow triggers from Salesforce events (case closure, Opportunity stage changes)
- Mobile-optimized survey design
- Multi-channel: email, SMS, web
- Real-time Salesforce dashboard and reporting integration
GetFeedback Pricing
- Starts around $50/user/month (Essentials); Pro and Enterprise custom
- See pricing details
G2 Rating: No G2 profile available. See AppExchange reviews
Best For: Customers and Salesforce-centric teams wanting fast native integration and workflow automation without building custom objects from scratch. Among Salesforce CSAT survey tools, GetFeedback is the best option for teams that want the managed package to do most of the setup work — but factor in the 2026 sunset date.
Lightweight Tools Built for Support Team CSAT
These tools do one thing well: get customer satisfaction feedback into Salesforce fast, with minimal setup, embedded in email. Among Salesforce CSAT survey tools, these are the right choice for customers who don't need enterprise analytics depth and want surveys running within a day. They're also the go-to for companies that have tried more complex tools and found the overhead wasn't justified for their volume.
AskNicely: Best for Frontline CSAT Coaching in Customer Success Teams
AskNicely is a customer feedback platform built around NPS and CSAT, with a specific emphasis on frontline team coaching. The native Salesforce two-way sync lets teams trigger surveys from Salesforce events and route CSAT responses back to records automatically.
The coaching layer is its real differentiator: individual agent scores connect to performance workflows — leaderboards, coaching alerts, playbooks for follow-up. For customer success and field service teams where the feedback loop between frontline agents and managers matters more than deep analytics, AskNicely is worth considering. It helps companies build stronger customer relationships over time by making satisfaction data part of day-to-day team operations rather than a monthly report. Among Salesforce CSAT survey tools, it's particularly well-regarded by customers in service businesses where agents and field partners are key to retention.
Key Features:
- Native Salesforce two-way data sync
- Agent leaderboards and coaching playbooks tied to CSAT scores
- Automated survey triggers from Salesforce events
- Intelligent responders that auto-send follow-ups based on score thresholds
- NPS, CSAT, and CES all from one platform
AskNicely Pricing
- Custom pricing, built for mid-market to enterprise
- Contact for pricing
G2 Rating: 4.7/5 on G2 (1,046 reviews)
Best For: Customer success and field service customers that need CSAT scores linked to agent coaching workflows and account health tracking. Among Salesforce CSAT survey tools, it's the standout choice when frontline team performance is as important as the score itself.
Nicereply: Best for In-Email Embed CSAT with Agent Leaderboards
Nicereply is built specifically for support team CSAT. The satisfaction question drops directly into the Salesforce email footer or agent signature — one click to respond, no hosted form, no redirect. That in-email embed experience is the best in this category.
Agent-level reporting is easy to configure. The trade-off: Nicereply connects to Salesforce via API rather than AppExchange, so initial setup takes more work than it looks, and the analytics ceiling is low for teams that need advanced segmentation or AI analysis on open-text responses. Creating surveys with merge fields — for personalised Case details in the email — requires more manual configuration than AppExchange-native Salesforce CSAT survey tools.
Key Features:
- In-email CSAT is embedded directly in Salesforce email signatures and footers
- Agent-level leaderboards and individual CSAT trend tracking
- Automated follow-up on low scores
- Customizable survey templates
- Integrates with Salesforce, Zendesk, and Freshdesk
Nicereply Pricing
- Starts around $39/month (Starter)
- See current pricing
G2 Rating: 4.5/5 on G2 (431 reviews)
Best For: Support teams and customers who want high in-email survey response rates with agent-level visibility, without enterprise platform complexity. A solid choice among Salesforce CSAT survey tools for companies running email-heavy support at a modest scale.
Simplesat: Best for Minimal Setup on Small Support Teams
Simplesat is the fastest to get running. Zapier-based Salesforce integration, in-email embed available, clean UI. No custom objects to build. You can realistically go from signup to live CSAT surveys in a day.
The trade-off is depth: basic reporting, no AI analysis, limited segmentation. For a small support team that needs case-closed CSAT with minimal admin time, that's a reasonable exchange. Teams that need agent-level CSAT trends in Salesforce dashboards and closed-loop workflows will outgrow it quickly.
Key Features:
- Zapier-based Salesforce integration (no code required)
- In-email CSAT embed available
- Simple survey builder — easy to create surveys without technical help
- Basic response reporting and trend tracking
- Supports CSAT, NPS, and CES
- Merge fields supported for survey personalisation via Zapier data mapping
Simplesat Pricing
- Starts around $99/month
- See current pricing
G2 Rating: 4.8/5 on G2 (166 reviews)
Best For: Small support teams and customers that need case-closed CSAT running fast with minimal admin time, and don't need advanced analytics. Among Salesforce CSAT survey tools, it's the best entry point for teams just getting started.
Native and No-Code Salesforce Options
For customers with strict data residency requirements or those that don't want to add another vendor at all, these Salesforce CSAT survey tools keep everything inside Salesforce. They're also worth considering for company environments where IT policies restrict third-party data processors.
Salesforce Surveys (Native): Best for Basic CSAT Without Additional Spend
Salesforce's built-in survey builder covers basic case-closed CSAT without any third-party tool. Set up a survey, trigger it from Salesforce Flow on case closure, and the response data stays natively in Service Cloud. No integration to manage. No data leaving the environment. For company environments where procurement of new software vendors is slow or restricted, it's often the fastest way to get a CSAT program running at all — and for marketing or sales teams already using Salesforce, it means customers can be surveyed without any new tools being introduced.
The ceiling is real: minimal survey logic, no AI on open-text CSAT responses, and limited reporting compared to any third-party Salesforce CSAT survey tool in this list. For teams just getting started who want to validate the program before investing in a dedicated solution, it's a reasonable first step.
Key Features:
- 100% native — no third-party vendor or integration
- Triggered from Salesforce Flow on any object event
- Response data stored directly in Salesforce
- Basic survey logic and branching
- Works with standard Salesforce reports and dashboards
Salesforce Surveys Pricing
- Included with Salesforce Service Cloud (some features require higher-tier licenses)
- See Salesforce pricing
G2 Rating: 4.3/5 on G2 (rated as part of Salesforce Service Cloud)
Best For: Customers new to Salesforce CSAT who want to validate the program before committing to a third-party tool, or those with strict data residency requirements. Among Salesforce CSAT survey tools, it's the right starting point when budget or procurement timelines are a constraint.
SurveyVista: Best for 100% AppExchange-Native CSAT with Data Residency Compliance
SurveyVista is built entirely within Salesforce — AppExchange-native, no external data transfer at any point. More flexible than the native survey builder, with better reporting and more survey logic options, while keeping everything inside the Salesforce environment.
For compliance-heavy industries — healthcare, financial services, government — where customer feedback legally can't route through a third-party server, SurveyVista is the strongest solution in this list. It's also well-suited for multi-org Salesforce environments where partners or resellers need isolated survey data within each org, since the AppExchange-native architecture handles this cleanly without data crossing environments.
Key Features:
- 100% AppExchange-native, no external data transfer
- CSAT, NPS, CES, and custom survey types
- More advanced survey logic than native Salesforce Surveys
- Salesforce-native dashboards and reporting
- Compatible with most Salesforce editions
SurveyVista Pricing
- Custom pricing
- Contact SurveyVista for pricing
G2 Rating: 4.9/5 on G2 (35 reviews)
Best For: Customers in compliance-heavy industries or enterprises where data residency requirements mean customer feedback cannot leave the Salesforce environment. Among Salesforce CSAT survey tools, it's the best option when both compliance and survey flexibility matter.
How Do You Choose the Right Salesforce CSAT Survey Tool?
Four factors — and one often-overlooked consideration — that actually drive the decision:
Integration depth you need. Field-level mapping to Contacts and Opportunities plus AI on open text? That's full CX platform territory (Zonka Feedback, Qualtrics, GetFeedback, AskNicely). Just CSAT on Cases with email embed? The lightweight tools (Nicereply, Simplesat) are faster and cheaper.
Data residency requirements. Healthcare, financial services, or government teams may not be able to route customer feedback through a third-party server. That narrows the choice to Salesforce native or SurveyVista.
Response channel priority. Email embed critical for response rates? Nicereply and Zonka Feedback are the strongest options. SMS-first programs need full CX platform integration.
Team size and admin capacity. Simplesat and Nicereply need minimal admin time. GetFeedback's managed package reduces Salesforce setup overhead. Qualtrics, Zonka Feedback, and AskNicely have more setup but pay off for mature programs.
Partners and multi-org setups. If your business routes support through reseller partners or manages multiple Salesforce orgs, verify that your chosen Salesforce CSAT survey tool handles multi-org data correctly. AppExchange-native tools generally handle this better than API-based integrations, and creating surveys that work across partner orgs is significantly simpler when you don't have to manage separate API keys and field mappings for each. Customers in channel-heavy businesses should test this scenario explicitly before committing to a tool.
| If you need… | Consider… |
| AI analysis on open-text CSAT responses | Zonka Feedback |
| Enterprise research + Salesforce CSAT | Qualtrics |
| Fastest native Salesforce workflow setup | GetFeedback |
| Agent coaching workflows + CSAT + NPS | AskNicely |
| In-email embed with agent leaderboards | Nicereply |
| Minimal setup, small team | Simplesat |
| No third-party vendor, data stays in Salesforce | Salesforce Native or SurveyVista |
What a Working Salesforce CSAT Program Actually Looks Like
A working CSAT program isn't complicated — but most teams only build half of it. The trigger fires, responses come in, and the data goes somewhere nobody looks. The setup described in this guide takes a few days to configure properly. The closed-loop follow-up takes an hour to automate. The segmentation takes one Salesforce report. None of it is technically hard. What's hard is treating CSAT as an operational system rather than a number to report — and that shift is entirely in how you use the data once it's in front of you.