Docupilot · Schema

SendEnvelopeViaEmail

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
emails array
View JSON Schema on GitHub

JSON Schema

app-SendEnvelopeViaEmail.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SendEnvelopeViaEmail",
  "description": "",
  "type": "object",
  "properties": {
    "emails": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "email"
      },
      "nullable": true
    }
  },
  "required": [
    "emails"
  ]
}