Newer Version Available

This content describes an older version of this product. View Latest

Chatter Digests

Control when daily and weekly Chatter email digests are sent.
The times when Chatter sends email digests are not configurable in the UI. To control when email digests are sent and to use this resource, contact Salesforce to enable API-only Chatter Digests.

Enabling API-only Chatter Digests disables the scheduled digests for your org. You must call the API for your users to receive their digests.

Warning

Resource
1/chatter/digests
Available version
37.0
Requires Chatter
Yes
HTTP methods
POST
Request body for POST
Root XML tag
<digestJob>
JSON example
1{
2   "period":"DailyDigest"
3}
Properties
Name Type Description Required or Optional Available Version
period String Specifies the period of time that is included in a Chatter email digest. Values are:
  • DailyDigest—The email includes up to the 50 latest posts from the previous day.
  • WeeklyDigest—The email includes up to the 50 latest posts from the previous week.
Required 37.0
Request parameters for POST
Parameter Name Type Description Required or Optional Available Version
period String Specifies the period of time that is included in a Chatter email digest. Values are:
  • DailyDigest—The email includes up to the 50 latest posts from the previous day.
  • WeeklyDigest—The email includes up to the 50 latest posts from the previous week.
Required 37.0
Response body for POST
Digest Job