Email notifiction with HTML body — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Email notifiction with HTML body

Summary:

Hi

I am using below html tag in notification body but getting same content on email . it seems some issue.

do i need to mention something in parameter

In failure list vaiable -

concat(
$failureList,
'<tr>',
'<td>',$CurrentInitative/ns36:G_1/ns36:INITIATIVE_NUMBER, '</td>',
'<td>',$initativeForLoopScopeFaultObject/ns40:fault/ns40:details, '</td>',
'</tr>'
)

Email Body -

concat(
'<html><body style="font-family:Arial,sans-serif">',
'<h2>Scheduled Integration — Failure Report</h2>',
'<p><strong>Run Time:</strong> ', current-dateTime(), '</p>',
'<table border="1" cellpadding="6" cellspacing="0" style="border-collapse:collapse;width:100%;max-width:900px;">',

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!