I'm looking to create a custom Email Template for the Digital Signature Request. The one that exists in Zoho Sign appears to limit the types of variables you can use.
(I.E.:
$DOCUMENT_NAME$ for the name of the document
$ORG_NAME$ for the name of the organization
$SENDER_NAME$ for the sender's name
$SENDER_FIRST_NAME$ for the sender's first name
$SENDER_LAST_NAME$ for the sender's last name
$SENDER_EMAIL$ for the sender's email address
$RECIPIENT_NAME$ for the recipient's name
$RECIPIENT_EMAIL$ for the recipient's email
$EXPIRY_DATE$ for the expiry date of the document
$NOTE$ for the public note or message to all recipients
$PRIVATE_NOTE$ for the private note to the recipient
)
My intent is to use two separate names (First and Last name of two separate people) within this email template that is to be sent off to the users to start the signing process.
Is there a way to pass in these variables?
Is there a way to use the Zoho CRM Email template for Zoho Sign Digital Signature Request instead?