|
Dear ${data.approverName},
${data.initiatorName} has submitted a request that requires your approval.
Request Summary:
${getRequestSummaryTable({
priority: data.priority,
requestType: data.requestType,
purpose: data.requestDescription
})}
${getCustomMessageSection(data.customMessage)}
Description:
${wrapRichText(data.requestDescription)}
${getPrioritySection(data.priority)}
${data.showActionButtons ? `
Quick Actions
You can approve or reject this request directly from your email by clicking one of the buttons below.
${getEmailActionButtons(data.requestId, data.requestId)}
` : ''}
Click the button above to review and take action on this request.
|