I'm not sure that this is possible, but we have implemented one of our subscribers both for remote and personal (by including clientUserID in the request AND using signer.EmbeddedRecipientStartURL = "SIGN_AT_DOCUSIGN";
Thus, the signatory receives an email, but can also subscribe to the built-in.
When we modify the envelope (for example, changing the subject line of the message) and pass resendEnvelope=true to the envelope update API, it only sends a new message to the remote subscribers. A signer who does not receive both does not.
Is there any way around this, or, unfortunately, I have to create an all-or-nothing scenario when the subscriber is manually advertised both personally and remotely and needs to be deleted / re-added by the user in order to convert between them?
source share