Newer Version Available
E-signature Notification Settings
- JSON example
-
1{ 2 3 "useAccountDefaults": true, 4 "reminders": { 5 "reminderEnabled": true, 6 "reminderDelay": 4, 7 "reminderFrequency": 5 8 }, 9 "expirations": { 10 "expireEnabled": true, 11 "expireAfter": 4, 12 "expireWarn": 5 13 } 14 15}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| expirations | Notification Expiration Setting | Expirations settings for notification setting. | Small, 56.0 | 56.0 |
| reminders | Notification Reminder Setting | Reminder settings for notification setting. | Small, 56.0 | 56.0 |
| useAccountDefaults | Boolean | Indicates whether the Account defaults for notifications should be used by the envelope [ true | false ]. | Small, 56.0 | 56.0 |