feat: send email notification to document owner when signer sign document

This commit is contained in:
prafull-opensignlabs
2024-11-14 19:02:16 +05:30
parent 66323f9347
commit 5a53a70dcf
24 changed files with 2107 additions and 974 deletions
@@ -252,6 +252,7 @@ async function batchQuery(userId, Documents, Ip, parseConfig) {
IsTourEnabled: x?.IsTourEnabled || false,
FileAdapterId: x?.FileAdapterId || '',
...(x?.SignatureType ? { SignatureType: x?.SignatureType } : {}),
...(x?.NotifyOnSignatures ? { NotifyOnSignatures: x?.NotifyOnSignatures } : {}),
},
};
});