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,