Salesforce AI agents: How they work and where to use them

Vaishali Badgujar
Diagram showing Salesforce AI agent workflow: new lead captured, AI agent enriches it with firmographics and call insights, opportunity record updated, and rep receives a next-best-action recommendation.

Salesforce built AI agents to move CRM AI from helping people understand data to helping them act on it, one CRM's version of the broader shift covered in our guide to agentic AI for sales.

These agents use CRM data and business context to update records, research accounts, flag issues, and trigger next steps, while keeping people involved when judgment or approval is needed. It's one implementation of the broader category covered in our guide to AI agents for CRM.

But how do Salesforce AI agents work? What can they do with your CRM data? And which workflows should you trust them with?

This guide answers those questions with practical examples for revenue teams.

In short:

What is a Salesforce AI agent?

Salesforce describes an AI agent as an autonomous, proactive application that uses a large language model to understand context and reason through what to do next, rather than waiting for someone to type a request each time it needs to act.

Agentforce is the platform Salesforce built for this: Prebuilt agent roles for service, sales, and other functions, plus tools to configure custom ones on top of your own CRM and knowledge data.

Three things separate an agent from a plain automation or a chatbot.

  • Goal. It's working toward an outcome, not just answering a single question.
  • Reasoning. It figures out what needs to happen based on the data in front of it, not a fixed script.
  • Action. It does something (update a record, draft a task, send an alert) instead of only returning text.

Here's the fastest way to feel the difference. A copilot handles "summarize this demo call." An agent handles "check every demo this week, find the questions that never got answered, and draft a follow-up for the rep to send."

Salesforce's own agent library shows the range this can cover.

These sit alongside the wider set of jobs covered in our guide to AI sales agents. Different jobs, same shape: Read context, reason, act, hand off when it should. That shape shows up again in the four revenue workflows worth setting up first.

How AI agents work with Salesforce

Every agent runs on the same basic loop, whatever job it's built for.

How the trigger-to-action loop works for a demo follow-up agent
ComponentExample
TriggerA demo call ends
ContextCall transcript, deal stage, product usage data
ReasoningWork out whether a question or objection went unanswered
ActionDraft a follow-up email that addresses the gap
Human handoffThe rep reviews the draft and sends it

Something has to start the loop. An agent doesn't sit around thinking. It needs a trigger: A meeting ending, a record changing, a schedule firing, a new lead landing.

Once triggered, it pulls context and plans. Salesforce's Atlas Reasoning Engine, the model that sits under Agentforce, breaks a request into smaller steps and works out a plan before acting. That planning step is what separates an agent from a single-prompt tool.

It can check something, decide it needs more information, check again, and only then commit to an action. Not every action earns the same trust level, and where a person should step in matters as much as the reasoning itself.

What can AI agents do in Salesforce?

Skip the list of twenty theoretical use cases. Here are four revenue workflows where agentic behavior is easy to picture and worth the setup time.

Keep CRM records updated after customer conversations

Reps finish calls, but Salesforce doesn't reflect what changed. An agent reviews the conversation, identifies what moved (next step, stakeholders, qualification detail) and updates the CRM record automatically after every call, or recommends the update.

Keep deal stage, amount, and close date behind a human approval. Let it handle the rest on its own.

Find stalled deals before pipeline review

An opportunity can look healthy in Salesforce while buyer activity has quietly stopped. An agent checks open opportunities against activity, next steps, and recent conversations, and surfaces the ones carrying real deal risk.

Cascade Robotics has had no buyer activity for twelve days, and no next meeting is on the calendar. The last call points to security approval as the blocker in procurement.

The AE reviews the evidence and decides how to re-engage. This is the workflow worth building first, since it fixes a problem every pipeline review runs into.

Brief reps before sales meetings

A rep has ten minutes before a call and needs the full picture across an account. An agent pulls CRM history, recent conversations, stakeholders, open opportunities, and outstanding commitments into one pre-call brief, instead of the rep hunting across five tabs.

Flag deals with missing qualification data

Salesforce says a deal is moving. The record is missing the economic buyer, the decision criteria, or the procurement timeline.

An agent checks the CRM record and the conversation history for these gaps and asks the owner to fill them in. This checks whether CRM reality matches buyer reality, which is a different job than simply updating fields.

AI agents vs Salesforce automation: What changes

Automation: If a demo call ends without a follow-up logged within 24 hours, remind the rep. The condition and the action are both fixed in advance.

Agent: Review every demo call, find the questions or objections that never got a response, draft one, and queue it for the rep to send.

Automation runs a rule someone already wrote. An agent works out what the rule should be, case by case, when reaching the goal takes judgment along the way.

The two aren't competing. An agent can decide what should happen, then hand execution to a Flow, an API call, or automation that already exists in your org.

Agents work better when they have the right context

Salesforce might show:

Stage: Negotiation. Amount: $120,000. Close date: September 30.

The last three customer calls might show something different: Legal hasn't approved the contract, procurement wants revised pricing, and the economic buyer still hasn't joined a call. Gaps like this widen with every extra stakeholder in the deal, which is why our guide to enterprise sales treats multithreading as a first-class problem, not a footnote.

Both pictures matter, and most agent deployments only give the agent one of them. CRM fields are structured context. Meeting notes, objections, and next-step commitments are unstructured context, and they're where most of the deal's real status lives.

An agent's action is only as reliable as the context it can reason over, and conversation intelligence turns those unstructured calls into something an agent can read alongside the CRM record. That gap between what's in the CRM and what's on the call is exactly where Avoma fits in.

Where should a person stay in the loop?

Which Salesforce agent actions need human approval
Risk levelExample actionsApproval
Low, reversibleCreate a task, draft a summary, flag missing dataAgent acts on its own
High-impactChange stage or forecast category, edit deal amount, send sensitive customer messagesPerson approves first

The goal isn't maximum autonomy. It's giving an agent enough room to remove repetitive work while keeping a person responsible for anything that materially affects a customer, a deal, or the forecast.

The bottom line

Salesforce holds the structured system of record for a deal. AI agents get more useful once they can combine that record with what's being said on the calls behind it, and turn the combination into a next step someone can act on. The same pattern applies to teams running HubSpot instead, covered in our guide to HubSpot AI agents.

Avoma connects customer conversations to your CRM, so the context a Salesforce agent reasons over includes what a buyer said on the call, not just what a rep remembered to log after the fact.

That's the difference between an agent working off a CRM field that hasn't been touched in weeks, and one that can see what happened on the call itself.

See how Avoma syncs conversation data with Salesforce →

Frequently Asked Questions

Is Agentforce the same thing as an AI agent?

No. Agentforce is Salesforce's platform for building and running AI agents. An AI agent is the individual autonomous system, such as a Sales Coach agent or a service agent, that Agentforce lets a business configure.

Salesforce also uses "Agentforce" as the name for its own generalist workplace agent, formerly called Einstein Copilot, which is one specific agent built on the platform.

Do AI agents replace Salesforce Flows and existing automation?

No. An agent decides what should happen next when the situation requires judgment, then it can hand off execution to a Flow, an Apex process, or an API call that already exists in the org. Flows still handle the deterministic, rule-based steps. The agent adds a reasoning layer on top of them rather than replacing them.

Can a Salesforce AI agent connect to tools outside Salesforce?

Yes. Agentforce supports the Model Context Protocol (MCP), which lets an agent connect to external tools and data sources through a governed gateway. Admins define which MCP servers an agent can reach, and Salesforce logs the connections for audit purposes.

How much autonomy should a sales AI agent have?

That depends on how reversible the action is. Low-risk, reversible actions, such as creating a task or flagging a data gap, can run without approval. Actions that affect a customer directly or change the forecast, such as editing deal stage or amount, should route to a person before they take effect.

Does a Salesforce AI agent need Data Cloud (Data 360) to work?

An agent works from whatever data it's connected to, which can include core CRM objects on its own. Data 360 (formerly Data Cloud) expands what it can reason over by unifying data from outside the CRM into one customer profile, which gives agents a fuller picture when it's connected.

The all-in-won AI platform to automate note-taking, coaching, and more
The all-in-won AI platform to automate note-taking, coaching, and more
CTA Circles imageCTA Circles image

What's stopping you from turning every conversation into actionable insights?

Get started today.

It just takes a minute to set up your account.
No credit card is required. Try all features of Avoma for free.