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.

E-signature Notification Settings

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