-->

DocuSign: Using the custom workflow of the DocuSig

2019-08-28 21:17发布

问题:

I add two SAME recipients with different routing order and role. The other is CC(routing order = 1) the another one is a signer (routing order = 99). But whenever it never add the CC one. Do you know what's the problem?

回答1:

In your Create Envelope API request, try adding allowRecipientRecursion as a top-level property of the Envelope object:

{ 
    "allowRecipientRecursion": "true"
}

Setting allowRecipientRecursion to true in the Create Envelope API request should allow a recipient to appear more than once in the routing order.



标签: docusignapi