Roles and Signers relationship
Monday, January 7, 2019 at 08:42amHi,
Where can I find documentation about Roles and Signers, and how they are intended to be used?
I see that Roles accept an array of Signers but I couldn't find a sample of when multiple Signers are being added to that array, I have only seen a 1 to 1 (one role - one signer) examples.
for instance: when I created the package like below and opened up in the designer to add signature tags only the first Signer email showed up in the designer. So was not sure what did I do wrong?
Also, the Sender is coming up as one of the recipients too, is there a way to filter that out?
{ "documents": [ { "id": "sample-contract", "name": "Test Document" } ], "status": "DRAFT", "type": "PACKAGE", "roles": [ { "id": "Signer5", "type": "SIGNER", "signers": [ { "email": "[email protected]", "firstName": "John", "lastName": "Smith", "id": "12323123" }, { "email": "[email protected]", "firstName": "sara", "lastName": "i", "id": "123123" } ], "name": "Signer5" } ], "name": "Example Package" }
Reply to: Roles and Signers relationship
Monday, January 7, 2019 at 09:14amReply to: Roles and Signers relationship
Monday, January 7, 2019 at 09:24amReply to: Roles and Signers relationship
Monday, January 7, 2019 at 09:29amReply to: Roles and Signers relationship
Monday, January 7, 2019 at 09:38amReply to: Roles and Signers relationship
Monday, January 7, 2019 at 09:52amReply to: Roles and Signers relationship
Monday, January 7, 2019 at 09:58amReply to: Roles and Signers relationship
Monday, January 7, 2019 at 10:05amReply to: Roles and Signers relationship
Monday, January 7, 2019 at 10:09amReply to: Roles and Signers relationship
Monday, January 7, 2019 at 10:10am