I'm using the API to send an envelope and wait for the user to sing the document.
Now what I want is after the sign I want to redirect the user to my app, or at least reach one endpoint of my API.
From what I have understood you have to set the eventNotification when you create the envelope, correct? (/accounts/{accountId}/envelopes)
I'm using this doc as reference:
I try to get an example of how to configure this and send it to the api. But no luck.
Also I know that there is a returnUrl property, but not sure if that apply to this call.
Can any one guide me on how to reach this?
Thanks in advance.