I am trying to implement embedded signing in our application. I followed the steps as mentioned in the guide - https://developers.docusign.com/esign-rest-api/guides/concepts/embedding
I am able to create the envelope, generate the recipient signing URL, use that URL to sign and complete the document. But I haven't received the completed signed document to the email that I mentioned as the Signer. Is there any additional properties that I need to specify to receive the document signed via the recipient signing URL? What is the other way to receive the signed document in this case, Can I use webhook to receive the completed document?