Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 7.56 KB

documentupdatedocumentmeta.md

File metadata and controls

27 lines (22 loc) · 7.56 KB

DocumentUpdateDocumentMeta

Example Usage

import { DocumentUpdateDocumentMeta } from "@documenso/sdk-typescript/models/operations";

let value: DocumentUpdateDocumentMeta = {};

Fields

Field Type Required Description
subject string The subject of the email that will be sent to the recipients.
message string The message of the email that will be sent to the recipients.
timezone string The timezone to use for date fields and signing the document. Example Etc/UTC, Australia/Melbourne
dateFormat operations.DocumentUpdateDocumentDateFormat The date format to use for date fields and signing the document.
distributionMethod operations.DocumentUpdateDocumentDistributionMethod The distribution method to use when sending the document to the recipients.
signingOrder operations.DocumentUpdateDocumentSigningOrder N/A
allowDictateNextSigner boolean N/A
redirectUrl string The URL to which the recipient should be redirected after signing the document.
language operations.DocumentUpdateDocumentLanguage The language to use for email communications with recipients.
typedSignatureEnabled boolean Whether to allow recipients to sign using a typed signature.
uploadSignatureEnabled boolean Whether to allow recipients to sign using an uploaded signature.
drawSignatureEnabled boolean Whether to allow recipients to sign using a draw signature.
emailSettings operations.DocumentUpdateDocumentEmailSettings N/A