Field | Type | Required | Description |
---|---|---|---|
subject |
Optional[str] | ➖ | The subject of the email that will be sent to the recipients. |
message |
Optional[str] | ➖ | The message of the email that will be sent to the recipients. |
timezone |
Optional[str] | ➖ | The timezone to use for date fields and signing the document. Example Etc/UTC, Australia/Melbourne |
date_format |
Optional[models.DocumentCreateDocumentTemporaryDateFormat] | ➖ | The date format to use for date fields and signing the document. |
distribution_method |
Optional[models.DistributionMethodAccount] | ➖ | The distribution method to use when sending the document to the recipients. |
signing_order |
Optional[models.SigningOrderAccount] | ➖ | N/A |
redirect_url |
Optional[str] | ➖ | The URL to which the recipient should be redirected after signing the document. |
language |
Optional[models.DocumentCreateDocumentTemporaryLanguage] | ➖ | The language to use for email communications with recipients. |
typed_signature_enabled |
Optional[bool] | ➖ | Whether to allow recipients to sign using a typed signature. |
draw_signature_enabled |
Optional[bool] | ➖ | Whether to allow recipients to sign using a draw signature. |
upload_signature_enabled |
Optional[bool] | ➖ | Whether to allow recipients to sign using an uploaded signature. |
email_settings |
Optional[models.EmailSettingsAccount] | ➖ | N/A |