Docusign · Schema

RecipientEmailNotification

Custom email notification settings for a recipient.

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

Properties

Name Type Description
emailSubject string Custom email subject for this recipient.
emailBody string Custom email body for this recipient.
supportedLanguage string Language code for the notification.
View JSON Schema on GitHub

JSON Schema

docusign-esignature-recipient-email-notification-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RecipientEmailNotification",
  "type": "object",
  "description": "Custom email notification settings for a recipient.",
  "properties": {
    "emailSubject": {
      "type": "string",
      "description": "Custom email subject for this recipient."
    },
    "emailBody": {
      "type": "string",
      "description": "Custom email body for this recipient."
    },
    "supportedLanguage": {
      "type": "string",
      "description": "Language code for the notification."
    }
  }
}