From c33c9613260f41fe80ba802ba918261b6971f62b Mon Sep 17 00:00:00 2001 From: Rizki Date: Fri, 10 Apr 2026 15:03:41 +0700 Subject: [PATCH] upd --- emailnotif.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/emailnotif.js b/emailnotif.js index 532fd80..071a851 100644 --- a/emailnotif.js +++ b/emailnotif.js @@ -6,16 +6,27 @@ const RECIPIENT = 'rizki.rmdhn1304@gmail.com'; function buildHtml(approverName, title, priorName, idxjustification) { const url = `https://e-portal.telkomcel.tl/app/ext/eproc/circulation/${idxjustification}`; return `

Dear ${approverName},

+

A new workflow task requires your review and approval. Please find the details regarding this justification below:

+ +

Action Required:
+Please access the document and complete the approval via the E-Procurement Portal using the link below:
${url}

-

Best regards,
E-Procurement

`; + +

If you have any questions or require further clarification, please do not hesitate to contact the Procurement Division.

+ +

Thank you for your attention and cooperation.

+ +

Best regards,
+Procurement Division
+Finance Business Partner Unit

`; } function postEmail(approverName, title, priorName, idxjustification) {