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) {