Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 4.95 KB

documentsenddocumentmeta.md

File metadata and controls

22 lines (17 loc) · 4.95 KB

DocumentSendDocumentMeta

Example Usage

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

let value: DocumentSendDocumentMeta = {};

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.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