cancel
Showing results for 
Search instead for 
Did you mean: 

E-Mail template format with example

Former Member
0 Kudos

Hi All,

          Could someone provide me with mandatory things to consider when creating e-mail templates in SAP Cloud for Customer ? I want the specific format and tool used to create it.

An example HTML document will help me to look into HTML tags used and the way its designed.

Will appreciate with reward points for best support.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Gowri,

Thanks for your question! You can use any HTML editor to create such templates, but the templates must be saved with UTF-8 encoding. An example of HTML that you can apply, as well as the placeholders that are supported, is provided within the E-Mail Templates section of the SAP Cloud for Customer Administrator Guide, along with certain prerequisites. I hope this information is of help to you!

Best wishes,

John-Christopher Thomas

Answers (1)

Answers (1)

JaninaW
Advisor
Advisor
0 Kudos

Hi Gowri,

here is the template:

<html>

<head>

<meta content="text/html; charset=utf-8" http-equiv="Content-Type">

</head>

<body>

<span class="variable">/FormCampaignExecutionPlaceholder/ContactPerson/FormattedName</span>

<p>Please join us for the conference!</p>

<p><a href="mailto:{/FormCampaignExecutionPlaceholder/MailingPermissionDenyMailToURI}">Click here to be removed from future marketing mailings.</a></p>

<p><a href="http://{/FormCampaignExecutionPlaceholder/LinkTracking/TrackingURI}www.sap.com/HANA">News about SAP HANA</a></p>

</body>

</html>

Kind regards, Janina

Former Member
0 Kudos

Hi Janaina,

                Thanks for the template. I already got this template from you yesterday on a different thread.

Reagards,

Gowri Shankar