Fatskills
Practice. Master. Repeat.
Study Guide: TECH **Salesforce Administrator: Einstein Activity Capture & Next Best Actions – Zero-Fluff Study Guide**
Source: https://www.fatskills.com/salesforce-certification/chapter/tech-salesforce-administrator-einstein-activity-capture-next-best-actions-zero-fluff-study-guide

TECH **Salesforce Administrator: Einstein Activity Capture & Next Best Actions – Zero-Fluff Study Guide**

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~9 min read

Salesforce Administrator: Einstein Activity Capture & Next Best Actions – Zero-Fluff Study Guide



1. What This Is & Why It Matters

Einstein Activity Capture (EAC) and Next Best Actions (NBA) are two of Salesforce’s AI-powered features that automate mundane tasks and surface intelligent recommendations—without requiring a data scientist.


  • EAC syncs emails, calendar events, and contacts from your email/calendar (Gmail, Outlook) into Salesforce automatically, so reps don’t waste time manually logging activities.
  • NBA analyzes customer data in real time and suggests the next best step (e.g., "Offer a discount to prevent churn" or "Schedule a follow-up call") directly in the Salesforce UI.

Why This Matters in Production

  • Without EAC: Reps spend 20-30% of their time manually logging emails/meetings. Data gets stale, deals slip through cracks.
  • Without NBA: Teams rely on gut feelings or static playbooks. Missed upsell opportunities, inconsistent customer experiences.
  • With EAC + NBA: Sales teams close deals faster, support resolves cases smarter, and marketing personalizes campaigns without extra effort.

Real-World Scenario

You’re the Salesforce Admin for a mid-sized SaaS company. The sales team complains that: - "I spend more time updating Salesforce than selling!" (EAC fixes this.) - "I don’t know what to do next with this high-value lead." (NBA fixes this.) - "Our data is a mess—emails aren’t logged, and we’re missing follow-ups." (EAC + NBA together fix this.)

Your mission: Set up EAC to auto-log activities and configure NBA to recommend actions without writing a single line of code.


2. Core Concepts & Components


Einstein Activity Capture (EAC)

  • ? Activity Sync: Automatically pulls emails, events, and contacts from Gmail/Outlook into Salesforce.
  • Production insight: If you don’t set up sync filters, reps’ personal emails (e.g., "Mom’s birthday party") will clutter Salesforce.
  • ? Email Insights: AI analyzes email content to suggest follow-ups (e.g., "This customer mentioned pricing—schedule a demo").
  • Production insight: Requires Einstein Activity Capture Standard (paid add-on) for full AI features.
  • ? Privacy Settings: Controls whether synced data is private (only visible to the user) or shared (visible to the team).
  • Production insight: If set to private, managers can’t see reps’ activities—breakdown in collaboration.
  • ? Data Storage: EAC stores synced data in Salesforce’s secure cloud, not in your email provider.
  • Production insight: If you disable EAC, historical synced data remains in Salesforce (won’t disappear).
  • ? Connected Accounts: Links Gmail/Outlook to Salesforce via OAuth.
  • Production insight: If a rep’s email password changes, sync breaks—they must re-authenticate.

Next Best Actions (NBA)

  • ? Recommendations: AI-generated suggestions (e.g., "Offer a discount to this at-risk customer").
  • Production insight: NBA doesn’t work in a vacuum—it needs clean data (e.g., Opportunity Stage, Customer Health Score).
  • ? Strategies: Rules that define when a recommendation appears (e.g., "Show ‘Upsell’ if Customer Lifetime Value > $10K").
  • Production insight: If your strategy logic is flawed, NBA will suggest nonsense (e.g., "Offer a discount to a brand-new lead").
  • ? Actions: Buttons that let users act on recommendations (e.g., "Send Email," "Create Task").
  • Production insight: If actions aren’t mapped to real workflows, reps will ignore NBA.
  • ? Einstein Prediction Builder: (Optional) Lets you build custom AI models (e.g., "Predict churn risk").
  • Production insight: Requires historical data (e.g., 1,000+ past Opportunities) to train the model.
  • ? Lightning Flow Integration: NBA can trigger Flows (e.g., auto-create a Task when a recommendation is accepted).
  • Production insight: If the Flow fails, NBA won’t work—check debug logs.


3. Step-by-Step Hands-On Setup


Prerequisites

Salesforce Edition: Enterprise, Performance, or Unlimited (EAC requires Einstein Activity Capture Standard for full features).
User Permissions:
- System Admin (to configure EAC/NBA).
- Einstein Activity Capture permission set assigned to users.
Email Provider: Gmail or Outlook (Exchange Online).
NBA Prerequisites:
- Custom Fields (e.g., "Customer Health Score") if using custom strategies.
- Historical Data (e.g., 100+ Opportunities) for AI training.


Task 1: Set Up Einstein Activity Capture (EAC)

Goal: Auto-sync emails/events from Gmail to Salesforce for a sales rep.


Step 1: Enable Einstein Activity Capture

  1. Go to Setup → Search "Einstein Activity Capture" → Click Einstein Activity Capture Settings.
  2. Click Enable Einstein Activity Capture.
  3. Select Standard (paid) or Lite (free, limited features).
  4. Production insight: Standard is required for Email Insights and shared activities.

Step 2: Connect a User’s Email Account

  1. Go to App LauncherEinstein Activity Capture.
  2. Click Connect Account.
  3. Select Gmail or Outlook → Sign in with the user’s email.
  4. Grant permissions (Salesforce needs access to read emails/events).
  5. Production insight: If the user revokes access later, sync stops.

Step 3: Configure Sync Settings

  1. In Einstein Activity Capture Settings, click Sync Settings.
  2. Set:
  3. Sync Direction: Email → Salesforce (default).
  4. Sync Frequency: Real-time (recommended) or Every 10 minutes.
  5. Privacy: Shared (so managers can see activities).
  6. Under Filters, add rules to exclude personal emails:
  7. Exclude emails with subject: "Personal", "Vacation", "Family".
  8. Production insight: Without filters, Salesforce gets cluttered with non-work emails.

Step 4: Verify Sync

  1. Send a test email from the user’s Gmail to a colleague.
  2. Go to the Activity Timeline on the recipient’s Contact/Lead record in Salesforce.
  3. Expected result: The email appears within 1-2 minutes.
  4. Troubleshooting:
    • If sync fails, check Einstein Activity CaptureSync Status.
    • If "Authentication Error" appears, the user must reconnect their email.

Task 2: Set Up Next Best Actions (NBA)

Goal: Recommend "Offer a discount" when an Opportunity is At Risk.


Step 1: Enable Next Best Actions

  1. Go to Setup → Search "Next Best Action" → Click Next Best Action Settings.
  2. Click Enable Next Best Action.

Step 2: Create a Recommendation

  1. Go to App LauncherRecommendations.
  2. Click New.
  3. Fill in:
  4. Name: "Offer Discount to At-Risk Opportunity"
  5. Description: "Suggest a 10% discount to prevent churn."
  6. Action: Create Task (or link to a Flow).
  7. Acceptance Label: "Offer Discount"
  8. Rejection Label: "Not Now"
  9. Click Save.

Step 3: Create a Strategy

  1. Go to App LauncherStrategies.
  2. Click New.
  3. Fill in:
  4. Name: "At-Risk Opportunity Strategy"
  5. Object: Opportunity
  6. Under Conditions, add:
  7. Field: Stage equals "At Risk"
  8. Field: Amount greater than 1000
  9. Under Recommendations, add the Offer Discount recommendation from Step 2.
  10. Click Save.

Step 4: Add NBA to Lightning Page

  1. Go to SetupObject ManagerOpportunityLightning Record Pages.
  2. Click Edit on the Opportunity Record Page.
  3. Drag the Next Best Action component onto the page.
  4. Configure:
  5. Strategy: Select "At-Risk Opportunity Strategy".
  6. Max Recommendations: 3 (show top 3 suggestions).
  7. Click SaveActivate.

Step 5: Test NBA

  1. Create an Opportunity with:
  2. Stage: "At Risk"
  3. Amount: $1,500
  4. Open the Opportunity record.
  5. Expected result: The NBA component shows "Offer Discount to At-Risk Opportunity".
  6. Click Offer Discount → A Task is created.
  7. Troubleshooting:
    • If NBA doesn’t appear, check:
    • Strategy conditions (are they met?).
    • User permissions (does the user have access to NBA?).

4. ? Production-Ready Best Practices


Security

  • ? Least Privilege: Only assign Einstein Activity Capture permission set to users who need it.
  • ? Privacy Settings: Set Shared for team visibility, but Private for execs’ personal emails.
  • ? OAuth Tokens: If a user leaves the company, revoke their email access in Einstein Activity Capture Settings.

Cost Optimization

  • ? EAC Standard vs. Lite:
  • Lite (free) = Basic sync (no Email Insights).
  • Standard ($50/user/month) = AI + shared activities.
  • Production insight: Start with Lite for a pilot group, then upgrade if ROI is proven.
  • ? NBA Licensing:
  • NBA is included in Enterprise/Unlimited editions, but custom AI models (Prediction Builder) cost extra.

Reliability & Maintainability

  • ? Naming Conventions:
  • Strategies: NBA_[Object]_[Purpose] (e.g., NBA_Opportunity_AtRiskDiscount).
  • Recommendations: REC_[Action] (e.g., REC_OfferDiscount).
  • ?️ Tagging: Use Custom Metadata to track NBA strategies (e.g., NBA_Strategy__mdt).
  • ? Idempotency: If a user rejects a recommendation, don’t show it again for 30 days (set in Strategy).

Observability

  • ? Metrics to Monitor:
  • EAC Sync Errors (Setup → Einstein Activity Capture → Sync Status).
  • NBA Acceptance Rate (Reports → Next Best Action → Recommendation Performance).
  • ? Alerts:
  • Set up a Scheduled Report for "NBA Recommendations with 0% Acceptance Rate" (likely bad strategy logic).
  • Monitor EAC Sync Failures (email admins if >5% of users fail sync).


5. ⚠️ Common Mistakes & Traps

Mistake Symptom Fix/Prevention
Not setting sync filters Salesforce is cluttered with personal emails (e.g., "Dentist appointment"). Add exclude filters in EAC Sync Settings (e.g., exclude subjects with "Personal").
NBA strategies too broad NBA suggests "Offer discount" to every Opportunity, even new leads. Add strict conditions (e.g., Stage = "At Risk" AND Amount > $1K).
EAC privacy set to "Private" Managers can’t see reps’ activities → no visibility into pipeline. Set Privacy = "Shared" in EAC Sync Settings.
NBA actions not mapped to workflows Reps click "Offer Discount" but nothing happens. Link NBA to a Flow or Quick Action (e.g., auto-create a Task).
Not training users on NBA Reps ignore recommendations → low adoption. Run a 15-minute training + add a help text on the NBA component.


6. ? Exam/Certification Focus


Typical Question Patterns

  1. "Which feature auto-logs emails from Gmail to Salesforce?"
  2. Einstein Activity Capture
  3. ❌ Lightning Sync (deprecated)
  4. ❌ Email-to-Case (only for support emails)

  5. "How do you ensure managers can see reps’ synced activities?"

  6. ✅ Set Privacy = "Shared" in EAC Sync Settings.
  7. ❌ Assign the "View All Data" permission (overkill).

  8. "What’s required for Next Best Actions to suggest ‘Upsell’?"

  9. ✅ A Strategy with conditions (e.g., Customer Lifetime Value > $10K).
  10. ❌ A custom Apex trigger (NBA is no-code).

⚠️ Trap Distinctions

Feature What It Does Exam Trap
Einstein Activity Capture Auto-syncs emails/events from Gmail/Outlook. ❌ "It syncs all emails by default" → No, you must set filters.
Next Best Actions AI-powered recommendations. ❌ "It requires coding" → No, it’s no-code.
Lightning Sync Legacy sync tool (deprecated). ❌ "It’s the recommended sync method" → No, use EAC instead.

Scenario-Based Question

"A sales rep complains that NBA isn’t showing recommendations on Opportunities. What’s the first thing to check?" - ✅ Strategy conditions (are they met?).
- ✅ User permissions (does the user have NBA access?).
- ❌ Apex triggers (NBA doesn’t require code).


7. ? Hands-On Challenge (with Solution)


Challenge

Your sales team wants NBA to recommend "Schedule a Demo" when: - Opportunity Stage = "Prospecting"
- Lead Source = "Webinar"
- Amount > $5K

Create the Strategy and Recommendation in 5 minutes.

Solution

  1. Create a Recommendation:
  2. Name: REC_ScheduleDemo_Webinar
  3. Action: Create Task (Subject: "Schedule Demo for [Opportunity Name]")
  4. Create a Strategy:
  5. Name: NBA_Opportunity_WebinarDemo
  6. Object: Opportunity
  7. Conditions:
    • Stage = "Prospecting"
    • Lead Source = "Webinar"
    • Amount > 5000
  8. Add the REC_ScheduleDemo_Webinar recommendation.
  9. Add NBA to Opportunity Lightning Page.

Why it works: The Strategy only triggers when all conditions are met, ensuring relevant recommendations.


8. ? Rapid-Reference Crib Sheet

Task Command/Path Notes
Enable EAC Setup → Einstein Activity Capture → Enable ⚠️ Requires Standard for AI features.
Connect Email App Launcher → Einstein Activity Capture → Connect Account OAuth required.
Set Sync Filters Einstein Activity Capture → Sync Settings → Filters Exclude personal emails.
Enable NBA Setup → Next Best Action → Enable Included in Enterprise/Unlimited.
Create Strategy App Launcher → Strategies → New Conditions = when recommendations appear.
Add NBA to Page Lightning App Builder → Drag "Next Best Action" component Must select a Strategy.
Check Sync Status Einstein Activity Capture → Sync Status Troubleshoot failed syncs.
NBA Acceptance Rate Reports → Next Best Action → Recommendation Performance Monitor adoption.
EAC Privacy Einstein Activity Capture → Sync Settings → Privacy ⚠️ Default = Private (managers can’t see).
NBA Actions Recommendations → Edit → Action Link to Flow or Quick Action.


9. ? Where to Go Next

  1. Salesforce Help: Einstein Activity Capture
  2. Salesforce Help: Next Best Actions
  3. Trailhead: Einstein Activity Capture
  4. Trailhead: Next Best Actions

Final Pro Tip

Start small: Pilot EAC with 5 power users and NBA with 1 high-impact strategy (e.g., "At-Risk Opportunities"). Measure adoption (NBA acceptance rate) and time saved (EAC sync success rate) before rolling out org-wide.

Now go automate the boring stuff and let AI do the heavy lifting. ?



ADVERTISEMENT