Is there such thing for eventNotification envelopeEvents to have signed event? I'm using webhook. I see 2 differents documentation here.
Basically I needed to know when the document has been signed, but it's not ready to be downloaded yet, so I can show that the document is in Pending State on the UI.
I need this, since if the user close the docusign page, it will count as, declined or void. So I can't use that event status to trigger any event.
Note: I have it already working with webhook, for completed event. It's just sometime after the user signed everything.. It takes up to 5 minutes for the document to be available from docusign (completed event). Thus I need some way to show the user on the UI, that it is already signed, but not available yet (PENDING state)