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 Email Channel Input

Input representation of an email channel that’s used to send a reminder.
JSON example
Here’s a sample of the reminder channel that’s used to send the reminder.
1{
2  "reminderChannels": [
3    {
4      "channel": "Email",
5      "templateId": "00Xxx000000k1DvEAI",
6      "sendFrom": "john.doe@example.com"
7    }
8  ]
9}
Properties
Name Type Description Required or Optional Available Version
channel String

Communication channel that's used to send the reminder. Valid value is Email.

Required 60.0
operationType String

Type of the HTTP operation that the reminder definition channel supports. Valid values are:

  • Create
  • Update

The default value is Create.

Optional 60.0
reminderDefinition​ChannelId String ID of the reminder definition channel that’s used to send the reminder. Required to update a reminder. 60.0
templateId String ID of the messaging template that's used to send the reminder. Required to create a reminder. 60.0
sendFrom String Email address that’s used to send the reminder. Required 60.0