adobe-to-docusign-migrator/sample-templates/nda-template.json

24 lines
553 B
JSON

{
"libraryDocumentId": "nda-001",
"name": "NDA Template",
"status": "ACTIVE",
"ownerEmail": "manager@example.com",
"fileInfos": [
{ "label": "NDA.pdf", "url": "https://example.com/nda.pdf" }
],
"recipientsListInfo": [
{
"recipientSetRole": "SIGNER",
"recipientSetMemberInfos": [
{ "name": "Employee", "email": "employee@example.com" }
]
},
{
"recipientSetRole": "APPROVER",
"recipientSetMemberInfos": [
{ "name": "Manager", "email": "manager@example.com" }
]
}
]
}