Skip to main content
Legacy User
March 15, 2021
Solved

I'd like to send an envelope to a lead record, how do I add the relevant lead as a recipient?

  • March 15, 2021
  • 11 replies
  • 241 views

Reproduction steps:

  1. I create an envelope template where I add two recipients: a "master record" and the lead owner.
  2. I add a button on the lead page layout that invokes this template... let's call this button "Send Docusign"
  3. I find a lead (let's call it "John Doe") and click on "Send Docusign"
  4. The envelope wizard pops up and I review the doc before sending it

I'm expecting the lead, "John Doe", to be one of the recipients (as the master record), but this recipient is not added automatically. The lead owner is indeed part of the recipients.

How do I add the relevant lead to the template automatically? It doesn't make sense that I have to search for the lead when I click on "Send Docusign".

Best answer by Community Expert

SOLVED

I could never get "Master Record" to work the way I assumed it would. However, "By Role" will work by applying the right merge field syntax.

Quick solution:

  1. Select the "By Role" option and give the Role a name (ex: "Signer 1")
  2. Click "Add Name and Email" and use {!Lead.Name} and {!Lead.Email}.

I tested this on Leads and Contacts. Worked as expected. For more details you can review the DocuSign eSignature for Salesforce Admin Guide. Search the doc for "Use Merge Fields" to find the material (its location varies in each release due to content updates).

11 replies

Legacy User
June 6, 2022

The "By Role" option works on our demo docuSign account. But it does not work on our prod docuSign account. I entered {!Lead.Name} and {!Lead.Email} to Add Recipients screen, it saves without any issues. However, when we click next and come back, it still show empty field. Thanks,

image