As per subject, I would need a way to have Embedded Signers receiving the Completed e-mail when all signers completes the envelopes.
My integration is within an Online Account Opening application and I have a possible scenario with a mixed combination of Embedded Signers (the main owner of the account being opened) and additional Remote Signers (the joint owners of that account).
With this scenario the joint owners could complete the envelopes days after the main one completed the embedded signing procedure but only the Joint owners would receive the e-mail notification.
I understand e-mail notification is off by default for embedded signers and that can make sense when a single signer is needed for a given envelope… but when multiple signers are involved, especially if mixed like in my case, this default behaviour sounds more like a Defect rather than a desired behaviour.
I know I have the possibility to use the “embeddedRecipientStartURL” parameter with "SIGN_AT_DOCUSIGN" to set main owner as both Embedded and Remote but that would also send the initial e-mail with the link to sign “remotely” and I don’t want that as it can be misleading for the user who gets both online signature process AND the email…
Question: can I change the main signer to be Remote after s/he completes the embedded signing procedure? I was thinking about “updateRecipient” API but the documentation doesn’t list “clientUserId” as a possible field to change…
Anything else I can do to accomplish my goal?
Edit: I also know about the flag “Send completion emails to embedded signers” in the Admin dashboard but since our application is used by multiple account I don’t like this route as it would mean to change the flag on each account. Unless there’s the possibility to edit or bypass that default value from API… that would work perfectly.
Thanks,
Paolo