Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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

notification action in integration styling not working

Summary:

Hi Experts

I have added the css styling for html notification in integration but the email what I receive is without the styling. HTML styling not supported in notification action? Please help and below is my code


<html>

<head>

<style>

table {

 font-family: arial, sans-serif;

 border-collapse: collapse;

 width: 100%;

}


td, th {

 border: 1px solid #dddddd;

 text-align: left;

 padding: 8px;

}


tr:nth-child(even) {

 background-color: #dddddd;

}

</style>

</head>

<body>


<h2>HTML Table</h2>


<table>

 {vSummaryHeader}

 {vSummaryBody}

</table>


<table>

 {vEmployeeListHeader}

 {vEmployeeListBody}

</table>


<table>

 {vTaskHistoryHeader}

 {vTaskHistoryBody}

</table>


</body>

</html>

Content (required):


Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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