Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 8.86 KB

documentupdatedocumentemailsettings.md

File metadata and controls

21 lines (16 loc) · 8.86 KB

DocumentUpdateDocumentEmailSettings

Example Usage

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

let value: DocumentUpdateDocumentEmailSettings = {};

Fields

Field Type Required Description
recipientSigningRequest boolean Whether to send an email to all recipients that the document is ready for them to sign.
recipientRemoved boolean Whether to send an email to the recipient who was removed from a pending document.
recipientSigned boolean Whether to send an email to the document owner when a recipient has signed the document.
documentPending boolean Whether to send an email to the recipient who has just signed the document indicating that there are still other recipients who need to sign the document. This will only be sent if the document is still pending after the recipient has signed.
documentCompleted boolean Whether to send an email to all recipients when the document is complete.
documentDeleted boolean Whether to send an email to all recipients if a pending document has been deleted.
ownerDocumentCompleted boolean Whether to send an email to the document owner when the document is complete.