-
Type:
New Feature
-
Status: Done
-
Priority:
High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: CBAT Offer Letter - Fall
-
Labels:
-
Company:All Clients/Multiple Clients
-
Epic Link:
Requirement : Is there a way to resend a document that's been sent to a candidate? For example, if the document no longer applies to them, or was sent in error, and they have not signed the document yet. I don't see an option to do this.
I tried to resend documents to a candidate and I see no indication within the ATS that it was resent (new date, etc..). Also, it sent one document twice (the employee handbook).
DMS API - To send email to candidate from this API with same document link as send initially while creating document.
Please find below details for Resend document API.
POST : /api/documents/resend
Payload :
{ "documentids": [9275,8900,8899,8897], "emailaddress": "Rohan.Khandave@harbingergroup.com" }Response :
{ "DifferentSignerDocuments": "", "ArchivedDocuments": "", "DifferentCompanyDocuments" : "", "DeletedDocuments": "", "SuccessfullyResendDocuments": "9275,8900,8899,8897" }Details :
1. DifferentSignerDocuments : Contains document ids which belongs to different candidate.
2. ArchivedDocuments : Contains document ids which are an archived.
3. DeletedDocuments : Contains document ids which are deleted.
4. DifferentCompanyDocuments: Contains document ids which belongs to different company.
5. SuccessfullyResendDocuments: Contains documents ids which send successfully.