I am currently working on a Salesforce DocuSign project where I created a button to send emails with attachments from the Account Object. The button calls the DocuSign Salesforce app with the link
{!REQUIRESCRIPT("/apex/dsfs__DocuSign_JavaScript")}
DocuSign_CreateEnvelope();
Is there a way for me to pass the Contact Id that is linked to the Account record to the DocuSign Envelope to be the Recipient?