Currently, we are having two recipients to sign the DocuSign document. we are redirecting one recipient to directly from our page to DocuSign to sign the document. & other will get an email to sign the document.
Actually according to DocuSign API if we set clientUsetId it will not send the email to the recipient to sign the document.(Emails not sending when requesting signatures for DocuSign API)
So We are setting clientUsetId for the first recipient & he is able to sign the DocuSign document from our page & he is not receiving any email which is expected.(https://docs.docusign.com/esign/restapi/Envelopes/Envelopes/create/#/definitions/envelopeDefinition)
The second recipient getting an email which expected but when he signs the document & singing has competed, recipient is on the standard DocuSign page.
here we want that recipient to redirect our website(endpoint with singing staus of the document) but from API documentation we not getting any feasible solution.
is there any way to redirect recipient after singing document(without using client Userid or from email)?