Docupilot · Schema

PatchedUpdateEnvelopeRecipient

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
email_address string
subject string
email_body string
name string
order integer
View JSON Schema on GitHub

JSON Schema

app-PatchedUpdateEnvelopeRecipient.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PatchedUpdateEnvelopeRecipient",
  "description": "",
  "type": "object",
  "properties": {
    "email_address": {
      "type": "string",
      "format": "email",
      "maxLength": 254
    },
    "subject": {
      "type": "string",
      "maxLength": 255
    },
    "email_body": {
      "type": "string"
    },
    "name": {
      "type": "string",
      "maxLength": 255
    },
    "order": {
      "type": "integer",
      "maximum": 2147483647,
      "minimum": 0
    }
  }
}