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.TemplateUpdateTemplateDateFormat] | ➖ | The date format to use for date fields and signing the document. |
distribution_method |
Optional[models.TemplateUpdateTemplateDistributionMethod] | ➖ | The distribution method to use when sending the document to the recipients. |
email_settings |
Optional[models.TemplateUpdateTemplateEmailSettings] | ➖ | N/A |
redirect_url |
Optional[str] | ➖ | The URL to which the recipient should be redirected after signing the document. |
language |
Optional[models.TemplateUpdateTemplateLanguage] | ➖ | The language to use for email communications with recipients. |
typed_signature_enabled |
Optional[bool] | ➖ | Whether to allow recipients to sign using a typed signature. |
upload_signature_enabled |
Optional[bool] | ➖ | Whether to allow recipients to sign using an uploaded signature. |
draw_signature_enabled |
Optional[bool] | ➖ | Whether to allow recipients to sign using a draw signature. |
signing_order |
Optional[models.TemplateUpdateTemplateSigningOrder] | ➖ | N/A |
allow_dictate_next_signer |
Optional[bool] | ➖ | N/A |