[SalesForce] how to change the default settings for chatter email notifications

In my Salesforce org, each users' default frequency for email notification for Chatter groups is set to daily and I need to change this to "on each post". This can be done individually, however I would like to be able to change this for several users in one go. Additionally, I need to change the email notification settings for certain groups to "email on each post", is that possible?

Best Answer

I think you can do this using a dataloader update on the user object, I'm pretty sure the field you want is "DefaultGroupNotificationFrequency" with the options:

  • Email on each post
  • Daily digests
  • Weekly digests
  • Never
Related Topic