Salesforce administrators can use Data Loader to mass update two Salesforce CRM Content email notification preferences for all users in the org:
These preferences are stored on the User object as API fields and can be updated in bulk via the Salesforce API.
Important: The ability to subscribe to Salesforce Content and receive email notifications is only available in Salesforce Classic. This feature is not available in Lightning Experience.
The two User object fields that control Salesforce CRM Content email preferences have non-intuitive naming — note the logic carefully:
| API Field Name | Corresponds To | Logic |
UserPreferencesContentNoEmail | Receive Salesforce CRM Content Email Alerts | When TRUE = no email is sent. When FALSE = emails are sent. |
UserPreferencesContentEmailAsAndWhen | Receive CRM Content Alerts as Daily Digest | When TRUE = a once-daily digest is sent (if NoEmail is FALSE). |
Summary of combinations:
UserPreferencesContentNoEmail = FALSE and UserPreferencesContentEmailAsAndWhen = TRUE → User receives both daily digest and real-time notifications.UserPreferencesContentNoEmail = TRUE → User receives no email regardless of the other field.Step 1 — Export User IDs:
Step 2 — Prepare the CSV file:
Add the following columns to your CSV file and set the value for each user row:
UserPreferencesContentNoEmail — set to True or FalseUserPreferencesContentEmailAsAndWhen — set to True or FalseStep 3 — Update with Data Loader:
Id, UserPreferencesContentNoEmail, UserPreferencesContentEmailAsAndWhen.Files and Content: What’s Different or Not Available in Lightning Experience
No alerts when content is updated or comments are added
000380465

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.