Question
Merge multiple agreements into a single mail with Adobe eSign for Salesforce
Hi,
Currrently we are sending multiple agreements using the following api in salesforce.
echosign_dev1.AgreementTemplateService.load(agreementTemplateId,MasterRecordId);
We do have a business requirement to bundle agreements generated with different MasterRecordId but using the same agreementTemplate ( same Recipient as well) into a single mail. This to prevent spamming the recipient.
Ideally we are looking for an api like this: echosign_dev1.AgreementTemplateService.load(<agreementTemplateId,List<sObject> masterRecords)
Ideally we are looking for an api like this: echosign_dev1.AgreementTemplateService.load(<agreementTemplateId,List<sObject> masterRecords)
masterRecords is a array where we can pass a list of Masterrecords ids. A single mail is sent out containing one merged pdf document.
Is this achievable with Adobe esign ?
