Newer Version Available
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 reminderDefinitionChannelId 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