I'm using the DocuSign For Salesforce app. As part of our workflow, we create envelopes when certain conditions are met, but I need to be able to void the envelope through an Apex trigger if the conditions are no longer met.
The documentation for the DocuSign app goes into detail on how to create envelopes, but doesn't mention voiding an envelope through Apex.
I know it's possible to use the API outside of Salesforce, but I'd like to keep the entire process in Salesforce if possible.