Docusign · Schema

Notification

Envelope notification settings including reminders and expirations.

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignaturesE-Signature

Properties

Name Type Description
useAccountDefaults string When true, use account default notification settings.
reminders object
expirations object
View JSON Schema on GitHub

JSON Schema

docusign-esignature-notification-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Notification",
  "type": "object",
  "description": "Envelope notification settings including reminders and expirations.",
  "properties": {
    "useAccountDefaults": {
      "type": "string",
      "description": "When true, use account default notification settings."
    },
    "reminders": {
      "type": "object"
    },
    "expirations": {
      "type": "object"
    }
  }
}