0
votes

I'm using the DocuSign SOAP API to create and send envelopes (insurance application forms) with one or two signers. I want the first signer to land on a specific url when signing is complete and the second signer to land on a different url when their signing (and therefore the entire envelope) is complete.

I can set a Destination URL in my brand for "Signing Completed" but that's at the signer level for all signers.

Is there a way to specify a landing page/url which the user can be redirected to when all signers have completed signing?

1
Do you have a specific need to use the DocuSign SOAP api. The DocuSign Rest api has more features and better documentation. - Praveen Reddy
Well the SOAP documentation couldn't be any worse. Migrating to Rest would mean rebuilding my integration, it ain't broke etc. but yes, I may have to do this. - HeebyGeeby

1 Answers

0
votes

You can use specify a routingOrder for each recipient and set the appropriate URL for the recipient in the final routing order.

Once the final recipient sign, the user will be redirected to the URL.

Related API RequestSenderToken