Search code examples
docusignapi

How can i send docusign envelop to multiple recipient when first recipient will sign than second recipient will receive doc?


I am using DocuSign API for an electronic sign. How can I implement this when the first recipient views and signs the document, and then the second recipient receives an email to sign the document?


Solution

  • Routing Order is what you use for this.

    If you set it like this:

    First recipient "1" Second recipient "2"

    Then they sign in the order you request, just change the routing_order in your code to ensure it's routed in the order you want.