Reputation: 39
I'm using the Docusign rest api to manage envelopes sent to clients and voiding envelopes. My question is that if I put in a PUT request to void an envelope, will this always trigger an email sent to the customer that their envelope is voided.
I have a function that handles docusign callback, where we handle the response, and then we send an email to the customer that their envelope has been voided, but we're not sure if Docusign is also doing that as well
Is there any way to confirm that Docusign is always sending an email to customer when we void an envelope through the API. Just concerned what I have might potentially send two emails to the customer about the same thing
Any help would be great
Cheers,
Upvotes: 0
Views: 532
Reputation: 13500
When a DocuSign envelope is voided, DocuSign will send a void notification email to any (remote) recipient that has previously received any other email from DocuSign for that envelope (for example, a signing invitation email for a signer recipient or a carbon copy email for a cc recipient).
For example, let's say you create/send an envelope with 2 (remote) recipients, and specify routing order 1 for the first recipient and routing order 2 for the second recipient.
You should be able to confirm this behavior by testing this scenario using the DocuSign demo environment (i.e., developer sandbox).
Upvotes: 2