I saw this question Deleted Draft Envelopes have inaccurate status about deleted drafts, but I wanted to check if that's also true for webhooks.
If I create Draft Envelope in DocuSign from my application, and then user deletes that Envelope in DocuSign, will any webhook event fire?
These are the event notifications that I have specified when Draft Envelope is created or Envelope is sent:
{
"eventNotification": {
"envelopeEvents": [
{ "envelopeEventStatusCode": "completed" },
{ "envelopeEventStatusCode": "declined" },
{ "envelopeEventStatusCode": "voided" }
]
}
}
I receive no webhook calls when draft is deleted.
But I do receive webhook calls from Docusign when Envelope is sent and
- completed
- declined
- voided