Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Reminder Details

Output representation of the reminder definition request to create or update a reminder.
JSON example
Here’s a sample response body of a created or updated reminder definition.
1{
2  "errors": [],
3  "reminderDefinitionId": "17jSB00000000fx",
4  "reminderDefinitionName": "Reminder-Status",
5  "status": "Success",
6  "warnings": []
7}
Property Name Type Description Filter Group and Version Available Version
errors String[] Errors that indicate why the request failed. Small, 60.0 60.0
reminder​DefinitionId String ID of the reminder definition that’s created or updated. Small, 60.0 60.0
reminder​DefinitionName String Name of the reminder definition. Small, 60.0 60.0
status String

Status of the reminder definition that’s created or updated. Valid values are:

  • Failure
  • Success
Small, 60.0 60.0
warnings String[] Warnings that are shown when the request is processed. Small, 60.0 60.0