Assigning Roles to Signers
Learn how to define the actions each signer will perform on a document.
{
"document": {
"name": "Contract"
},
"signers": [{
"email": "email@example.com",
"action": "SIGN"
},{
"email": "email@example.com",
"action": "APPROVE"
},{
"email": "email@example.com",
"action": "RECOGNIZE"
},{
"email": "email@example.com",
"action": "SIGN_AS_A_WITNESS"
},{
"email": "email@example.com",
"action": "ACKNOWLEDGE_RECEIPT"
},{
"email": "email@example.com",
"action": "ENDORSE_IN_BLACK"
},{
"email": "email@example.com",
"action": "ENDORSE_IN_WHITE"
}]
}Last updated