Docusign · JSON Structure

Docusign Esignature Event Notification Structure

Type: object Properties: 12
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

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

Properties

url loggingEnabled requireAcknowledgment envelopeEvents recipientEvents includeCertificateOfCompletion includeDocuments includeDocumentFields includeHMAC includeSenderAccountAsCustomField includeTimeZone includeCertificateWithSoap

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EventNotification",
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "loggingEnabled": {
      "type": "string"
    },
    "requireAcknowledgment": {
      "type": "string"
    },
    "envelopeEvents": {
      "type": "array"
    },
    "recipientEvents": {
      "type": "array"
    },
    "includeCertificateOfCompletion": {
      "type": "string"
    },
    "includeDocuments": {
      "type": "string"
    },
    "includeDocumentFields": {
      "type": "string"
    },
    "includeHMAC": {
      "type": "string"
    },
    "includeSenderAccountAsCustomField": {
      "type": "string"
    },
    "includeTimeZone": {
      "type": "string"
    },
    "includeCertificateWithSoap": {
      "type": "string"
    }
  }
}