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

24 lines
594 B
JSON

{
"libraryDocumentId": "onboarding-003",
"name": "Employee Onboarding Form",
"status": "ACTIVE",
"ownerEmail": "hr@example.com",
"fileInfos": [
{ "label": "OnboardingForm.pdf", "url": "https://example.com/onboardingform.pdf" }
],
"recipientsListInfo": [
{
"recipientSetRole": "SIGNER",
"recipientSetMemberInfos": [
{ "name": "Employee", "email": "employee@example.com" }
]
},
{
"recipientSetRole": "APPROVER",
"recipientSetMemberInfos": [
{ "name": "HR Representative", "email": "hr@example.com" }
]
}
]
}