Remove Followers from an Opportunity in a Workflow

Overview

The Remove Followers from Opportunity action is a workflow step that lets you automatically take one or more users off an opportunity's follower list. This is useful for updating who receives notifications about an opportunity, such as when a deal is closed and you want to stop alerts for certain team members. The action requires an opportunity to be active in the workflow's context, typically from a preceding Find Opportunity step or from the workflow being triggered by an opportunity event.

How to Configure the Action

To add this action to your workflow, find it in the workflow builder's action library under the Opportunities category. Once placed in your workflow, you need to configure its settings.

Action Name

Give the step a descriptive name to help you identify its purpose later. This field is required.

Users

In this field, you can select the specific user or users you want to remove as followers. If a selected user is not currently following the opportunity, the action will simply skip them with no error. This field is generally required unless you plan to use the Remove All Followers option instead.

Remove All Followers

This is a toggle switch. When you enable it, the action will clear every follower from the opportunity, completely ignoring any users you may have listed in the Users field.

Important Notes on Behavior

Understanding how this action works in different situations will help you build more reliable workflows.

  • No Opportunity in Context: If the workflow reaches this step and there is no opportunity currently in context (for example, if a Find Opportunity step found no matches), the action will be skipped entirely and the workflow will proceed to the next step.
  • Working with Multiple Opportunities: Even if a Find Opportunity step is configured in a way that could match multiple records, workflow actions that modify opportunities will only affect a single opportunity—either the first or the last one found, depending on your workflow settings.
  • Remove All vs. Specific Users: The Remove All Followers setting takes precedence. If it is turned on, the list of users you specified will not be used; all followers will be removed.

Example Use Case

Scenario: You want to automatically remove the general sales team from an opportunity's followers once the deal is closed, leaving only the account owner to receive updates.

  1. Trigger: Configure your workflow to start when an opportunity's stage changes to "Closed-Won".
  2. Action 1 - Find Opportunity: Add a Find Opportunity step to locate the specific opportunity that was just closed.
  3. Action 2 - Remove Followers: Add a Remove Followers from Opportunity action. Name it "Unassign Sales Team on Close". In the Users field, select "Sales Team Group". Ensure the Remove All Followers toggle is turned off. This will remove only the selected team members, not the opportunity owner.

When this workflow runs, the specified sales team users will be removed as followers from the closed opportunity.