Docusign · JSON Structure

Docusign Esignature Recipient Email Notification Structure

Type: object Properties: 3
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

RecipientEmailNotification is a JSON Structure definition published by Docusign, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

emailSubject emailBody supportedLanguage

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RecipientEmailNotification",
  "type": "object",
  "properties": {
    "emailSubject": {
      "type": "string"
    },
    "emailBody": {
      "type": "string"
    },
    "supportedLanguage": {
      "type": "string"
    }
  }
}