Click here to learn about DocuSign integration, or keep reading for more information about the ESignAddCC() command.
Add the name and email address of anyone who should be cc’d, as well as their signing priority, for integration into Docusign. This command does not add any of the signatory details into the assembled document, but is required by the template.
Command structure:
«ESignAddCC(PartyCC,PartyCCEmail,3,Message)»
Add as many ESignCC commands into your template as required, as well as their priority. And depending on their priority, they will receive either a copy of the unsigned document at the beginning of the process, or a copy of the signed document at the end.
This command also allows for a private message to be sent to each signatory. If no private message is specified, then the cc signatory will receive the message supplied by DocuSign. Remember that any hard coded names, email addresses and messages must be in quotes.
Note that by default only the first parameter in this command is relevant, so if PartyCCEmail and Message are not used anywhere on the template then you will need to use CaptureDataElements to force them onto the interview.
But after using this command, the interview will then show the correct data elements:
«CaptureDataElements(PartyCCEmail,Message)»