You can personalize your email messages using templates.
Templates can be customized as either plain text or HTML messages (HTML is available only in DocuSeal Pro).
Each template can contain additional variables that will be replaced with the corresponding values.
For example, {{template.name}}
will be replaced with the template’s name.
Note that using variables is not mandatory.
{{template.name}}
|
Name of the template document form |
{{template.id}}
|
ID of the template document form |
{{submitter.link}}
|
Signing form link |
{{account.name}}
|
Your company name |
{{sender.name}}
|
Full name of the user requesting signature |
{{sender.first_name}}
|
First name of the user requesting signature |
{{submitter.email}}
|
Signer (aka Submitter) email address |
{{submitter.name}}
|
Signer (aka Submitter) full name |
{{submitter.first_name}}
|
Signer (aka Submitter) first name |
{{submitter.FieldName}}
|
Signer (aka Submitter) field value |
{{submitter.slug}}
|
Unique key which is used to open the embedded signing form |
{{submission.submitters}}
|
A list of submitter emails |
{{submission.expire_at}}
|
Submission expiration date and time |
{{submitters[1].email}}
|
Email of the first party |
{{submitters[1].name}}
|
Name of the first party |
{{submitters[1].FieldName}}
|
Form field value of the first party |
If you have not applied all template variables but wish to use them in the future, hover over the icon. A tooltip will display a list of variables that can be utilized.