docusealco/docuseal

Add variables for email templates: who is requesting

Closed this issue ยท 4 comments

Currently:

Hi there,
You have been invited to submit the "blank drawing" form.
Submit Form
Please contact us by replying to this email if you didn't request this.
Thanks,
Contoso

I've done some digging into what variables are available. Why is there nothing for "Bruce Banner is requesting you to sign this document" or something.

I found the same thing when I invited someone to sign. it would be nice to have Sign the form instead of submit form.

You can edit templates in Settings - Personalization

{{account.name}} is requesting you to sign this document.

The company name, but I am specifically thinking about the user who is requestion? Context is a multi-user environment.

{{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
{{submitter.email}} Signer (aka Submitter) email address
{{submitter.name}} Signer (aka Submitter) full name
{{submitter.slug}} Unique key which is used to open the embedded signing form

@jenkinsdsrk {{sender.name}} and {{sender.email}} variable have been added in the latest release:
https://www.docuseal.co/guides/send-documents-for-signature-via-api