I'm not sure if this is possible but we have implemented one of our signers to be both remote and in-person (by including the clientUserID
in the request AND using signer.EmbeddedRecipientStartURL = "SIGN_AT_DOCUSIGN";
By doing this, the signer gets an email but can also sign embedded.
When we modify an envelope (for example by modifying the email subject line) and pass resendEnvelope=true
to the envelope update API, it only resends the new email to the remote signers. The signer who is both does not get one.
Is there any way around this or do I unfortunately have to create an all-or-none email scenario where the signer is manually declared either in-person or remote and needs to be removed/re-added by the user in order to convert between them?