Defining roles
I need to send a library template. How can I define the roles (Particpiant1, Participant2... etc) for the signer. I try something whats below but I get invalid role error:
{
"documentCreationInfo": {
"name": "MyTest",
"signatureType": "ESIGN",
"recipients": [
{
"fax": "",
"email": "test@test.com",
"role": "Participant1"
}
],
"signatureFlow": "SENDER_SIGNATURE_NOT_REQUIRED",
"message": "",
"mergeFieldInfo": [
{
"fieldName": "Name1",
"defaultValue": "Test Test"
}
],
"fileInfos": [
{
"libraryDocumentName": "TEST"
}
]
}
}
