docusealco / docuseal

Open source DocuSign alternative. Create, fill, and sign digital documents ✍️
https://www.docuseal.co
GNU Affero General Public License v3.0
5.61k stars 372 forks source link

Add variables for email templates: who is requesting #210

Closed jenkinsdsrk closed 3 months ago

jenkinsdsrk commented 4 months ago

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.

imbkr commented 4 months ago

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

nixbitpie commented 4 months ago

You can edit templates in Settings - Personalization

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

jenkinsdsrk commented 4 months ago

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

omohokcoj commented 3 months ago

@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