Hello.
Is it possible to create a multi-signer signature request where:
- Signer 1 uses the "embedded" signature flow
- Signer 2 uses the "non-embedded" signature flow
I've gone through both the "embedded" and "non-embedded" workflows (in API docs) separately, but I'm unclear how I could combine these two flows for a multi-signer signature request.
My use case is that Signer 1 is a user of my app, but Signer 2 is not. Signer 1 can requests signatures on a document that both Signer 1 and Signer 2 need to sign. Since Signer 1 is a user of my app, I can push them through the embedded signing flow, whereas Signer 2 would need to go through the Dropbox Sign UI flow (non-embedded) from the email link.
Thanks.