import { DocumentSendDocumentMeta } from "@documenso/sdk-typescript/models/operations";
let value: DocumentSendDocumentMeta = {};
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.DocumentSendDocumentDateFormat | ➖ | The date format to use for date fields and signing the document. |
distributionMethod |
operations.DocumentSendDocumentDistributionMethod | ➖ | The distribution method to use when sending the document to the recipients. |
redirectUrl |
string | ➖ | The URL to which the recipient should be redirected after signing the document. |
language |
operations.DocumentSendDocumentLanguage | ➖ | The language to use for email communications with recipients. |
emailSettings |
operations.DocumentSendDocumentEmailSettings | ➖ | N/A |