Copy link to clipboard
Copied
Hi,
Currrently we are sending multiple agreements using the following api in salesforce.
Copy link to clipboard
Copied
No, at least not directly. One agreement = one email.
instead of sending multiple agreements, you could look into combining the documents used in one agreement transaction.
In that case Sign combines all documents into one PDF, though you can return the individual documents use.
Sign considers this one transaction so one email.
However if the business case dictates that these shoudl be treated as inidividual transactions, you need to get a more clever.
This works best if agreements are send by a single sender using the send on behalf feature.
That allows you to disable invitation emails on the group of that single sender (requires you to contact support though)
Then after creating the agreements, there's an apex class to grab the signing url for all these agreements (see the SFDC dev guide) and these can be added to an email created from salesforce for example.
Copy link to clipboard
Copied
Thanks for your reply and suggestions. I like the idea of "blocking" the outgoing invitation mail. can this be done on agreement template level ? We will create logic on agreement trigger to get the url and construct one mail.
Copy link to clipboard
Copied
Unfortunately not. The integration still uses the v5 rest api and the ability to suppress emails was added in v6 of the api.