{
"emailSubject": "Please DocuSign This NDA for ABC Company",
"emailBlurb": "Please let us know if you have any questions.",
"status": "sent",
"templateId": "{{NDA Template}}",
"customFields": {
"textCustomFields": [{
"name": "entityID",
"value": "1234"
}]
},
"templateRoles": [
{
"roleName": "Customer",
"email": "{{Signer Email}}",
"name": "{{Signer Name}}",
"tabs": {
"textTabs": [
{
"tabLabel": "company",
"value": "ABC Company"
}
]
}
}
]
}