Change email content and create new mailing with changed variables

Hi,

I need help with one of my scenarios. I’ll try to explain it as well as possible.

Goal of the scenario: call email “template”, fill placeholder inside the body html with variables from the make scenario, create new email with the new modified body html.

Here is my scenario:

Since there is no suitable solution, I perform a make an api call. Here the email is called.

Next I take the body.html and change the placeholders in this html with the varibals from my scenario.

Now I want to create a new email with the customized html. There is a syntax for this from the api documentation of cleverreach. You can find it here: CleverReach Rest Explorer

Unfortunately, this results in an error because I don’t know how to get all the information into this syntax so that the new email is created and displayed correctly.

You are also welcome to suggest another solution. The important thing is that I have to use CleverReach for this.

The aim is to fill placeholders in an email template with Make variables and save them as a new email or updated email.

Hello @Adrian3,

To get more help here, I think you will need to provide the bundle of text going in to Module 49 Create Mailing. The screenshot you posted has the Data but it’s collapsed and we can’t see what’s in there, but that’s likely where the error is!

If you have the output from #25, that would help as well.

1 Like

Sure. Bundletext 25 and 49 are the same just with filled variables:

<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
  <head><meta http-equiv='Content-Type' content='text/html; charset=UTF-8'><meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>
    
    <!--[if !mso]><!-->
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <!--<![endif]-->
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style  type="text/css" hash="4d1bd037a1c9c3ba337f73162c24b4cc">
      #outlook a { padding:0; }
      body { margin:0;padding:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; }
      table, td { border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt; }
      img { border:0;height:auto;line-height:100%; outline:none;text-decoration:none;-ms-interpolation-mode:bicubic; }
      p { display:block;margin:13px 0; }
    </style>
    <!--[if mso]>
    <noscript>
    <xml>
    <o:OfficeDocumentSettings>
      <o:AllowPNG/>
      <o:PixelsPerInch>96</o:PixelsPerInch>
    </o:OfficeDocumentSettings>
    </xml>
    </noscript>
    <![endif]-->
    <!--[if lte mso 11]>
    <style  type="text/css">
      .mj-outlook-group-fix { width:100% !important; }
    </style>
    <![endif]-->
    
    
    <style  type="text/css" hash="d41d8cd98f00b204e9800998ecf8427e">

    </style>
    
    <!--#template version="2.0" css-to-inline="true"#-->

      <meta property="cr:title" content="Event mit persönlicher Ansprache und 3 Spalten" />
      <meta property="cr:description" content="Nutzen Sie diese Vorlage, um Ihre Empfänger auf mehrere anstehnde Veranstaltungen hinzuweisen, die dreispaltig dargestellt werden. Mit einer persönlichen Ansprache individualisieren Sie die E-Mail für Ihre Empfänger. Fügen Sie weitere Veranstaltungen mit dem vorgefertigten dreispaltigen Template-Element auf der rechten Seite im Editor hinzu." />
      <meta property="cr:tags" content="v3,Event,Save-the-Date,dreispaltig,Text-Header,persönliche-Ansprache,Call-to-Action,text-bild-ausgewogen,Theming" />
      <meta property="cr:date" content="2024-03-04T13:41:04.309Z" />    
      <meta property="cr:version" content="1.7" />    

      <meta property="cr:lang" content="de_DE" />
      <meta property="cr:type" content="email" />
      

    <style data="cr/theme">
/*
$color-Main_background: #F1F5F7;
$color-Outer_text: #082137;
$color-Content_background: #FFFFFF;
$color-Text: #082137;
$color-Background_misc: #cccccc;
$color-Links: #1155CC;
$slider-Maximum_width: 600px;

    .bgcolor-1 { background-color: $color-Main_background; } 
    .bgcolor-1-outlook { background-color: $color-Main_background; } 
    .color-1 { color: $color-Outer_text; } 
    .bgcolor-2 { background-color: $color-Content_background; } 
    .bgcolor-2-outlook { background-color: $color-Content_background; } 
    .color-2 { color: $color-Text; } 
    .aux-color-1 { color: $color-Background_misc; } 
    .aux-bgcolor-1 { background-color: $color-Background_misc; } 
    .aux-color-2 { color: $color-Links; } 
    .aux-bgcolor-2 { background-color: $color-Links; } 
    body { background-color: $color-Main_background; } 
    a {color: $color-Links;}
    .cr-maxwidth {max-width: $slider-Maximum_width;}
 */
    .bgcolor-1 { background-color: #F1F5F7; } 
    .bgcolor-1-outlook { background-color: #F1F5F7; } 
    .color-1 { color: #082137; } 
    .bgcolor-2 { background-color: #FFFFFF; } 
    .bgcolor-2-outlook { background-color: #FFFFFF; } 
    .color-2 { color: #082137; } 
    .aux-color-1 { color: #cccccc; } 
    .aux-bgcolor-1 { background-color: #cccccc; } 
    .aux-color-2 { color: #1155CC; } 
    .aux-bgcolor-2 { background-color: #1155CC; } 
    body { background-color: #F1F5F7; } 
    a {color: #1155CC;}
    .cr-maxwidth {max-width: 600px;}
 </style>
    
<!--[if lte mso 11]>
  <style  type="text/css">
    .cr-outlook-group-fix { width:100% !important; }
  </style>
  <![endif]-->

  <style  type="text/css" hash="8f9f8d31302a7fa52faff5aa102105a5">
    @media only screen and (min-width:480px) {
      .cr-column-20 { width:20% !important; max-width: 20%; }
      .cr-column-25 { width:25% !important; max-width: 25%; }
      .cr-column-33 { width:33% !important; max-width: 33%; }
      .cr-column-50 { width:50% !important; max-width: 50%; }
      .cr-column-66 { width:66% !important; max-width: 66%; }
    }
  </style>
  <style  media="screen and (min-width:480px)" hash="6d2c4552a4538dea1aa2223b55f169cc">
    .moz-text-html .cr-column-20 { width:20% !important; max-width: 20%; }
    .moz-text-html .cr-column-25 { width:25% !important; max-width: 25%; }
    .moz-text-html .cr-column-33 { width:33% !important; max-width: 33%; }
    .moz-text-html .cr-column-50 { width:50% !important; max-width: 50%; }
    .moz-text-html .cr-column-66 { width:66% !important; max-width: 66%; }
  </style>
<style  hash="39ecbcf2ebf27047e142cd975e5850c3"> 
/*  @title Text 
    @order 1 */
    .cr-text {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 14px;
    }
</style>

<style  hash="4fafc203d730611baa594428d8523b34">
    @media (max-width: 600px) {
      img  {
        max-width: 100% !important;
  		  /* height: auto !important;
        max-height: 100% !important; */
      }
    }

    </style>
  <meta charset="UTF-8" />
<style data-source="autogenerated google-fixes">
u + #body a { color: #1155CC; }
u + #body { margin:0;padding:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;background-color: #F1F5F7; }
</style>

<meta name="robots" content="noindex,nofollow">

<style  type="text/css" hash="f78b9d78d8f185452f415a7869044032">
            @media only screen and (min-width:480px) {
                .cr-column-per-33 { width:33% !important; max-width: 33%; }
                .cr-column-per-66 { width:66% !important; max-width: 66%; }
                .cr-column-per-50 { width:50% !important; max-width: 50%; }
            }
        </style>

<style  hash="6b4c9efc6ba4db1f1250125fbe2bd123">
            /* @title  Mobile view padding
                @group Images
                @order 1 */
            @media (max-width: 600px) {
                .cr-image {
                    padding: 20px !important;
                }
            }

            @media (max-width: 600px) {
                .cr-image img{
                    width: 100% !important;
                    height: 100% !important;
                    display: inline !important;      }
            }

        </style>

<meta name="robots" content="noindex,nofollow">
</head>
  <body id="body" style="background-color: #F1F5F7; ;;;word-spacing:normal;">
<div class="bgcolor-1" style="background-color: #F1F5F7; ;;;background-color: #f1f5f7;"><!--#loop#--><!--#loopitem#-->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #F1F5F7; ;;;width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;" class="bgcolor-1" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Outer Container">
<tbody>
<tr>
<td style="font-size: 0px;"><!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="" width="600" gc-width-fix=".cr-maxwidth:max-width" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div class="cr-maxwidth" style="max-width: 600px; ;;;margin: 0px auto;">
<table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; ;;;background-color: #FFFFFF; ;;;width: 100%; background-color: transparent;" class="cr-maxwidth bgcolor-2" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Container">
<tbody>
<tr>
<td style="direction: ltr; font-size: 0px; text-align: center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td><![endif]-->
<table cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td class="cr-text color-1" data-name="undefined" style="color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;color: #082137; ;;;padding: 10px 20px; text-align: center;" data-style="padding:inherit;padding:inherit;color:inherit;" data-limit-to="padding,color"><!--#online_version#--> Wird diese Nachricht nicht richtig dargestellt, klicken Sie bitte <a href="https://384440.seu2.cleverreach.com/m/[MAILING_ID]/[HASH]" style="color: #1155CC; ;;;color: #1155cc;"><strong>hier</strong></a>. <!--#/online_version#--></td>
</tr>
</tbody>
</table>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
<!--#/loopitem#--><!-- ------------------------------------------------------ --><!--#loopitem name="Logo"#-->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #F1F5F7; ;;;width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;" class="bgcolor-1" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Outer Container">
<tbody>
<tr>
<td style="font-size: 0px;"><!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="" width="600" gc-width-fix=".cr-maxwidth:max-width" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div class="cr-maxwidth" style="max-width: 600px; ;;;margin: 0px auto;">
<table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; ;;;background-color: #FFFFFF; ;;;width: 100%; background-color: transparent;" class="cr-maxwidth bgcolor-2" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Container">
<tbody>
<tr>
<td style="direction: ltr; font-size: 0px; text-align: center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td><![endif]-->
<table cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td class=" " data-name="Image" style="padding: 40px;" data-style="padding:inherit; " data-limit-to="padding"><!--#image xforcepx="true" nodesign="true"#-->
<table cellpadding="0" cellspacing="0" style="width: 100%; border: 0px; padding: 0px; margin: 0px;">
<tbody>
<tr>
<td align="center" style="text-align: center; line-height: 0px;"><a href="https://s3-eu-west-1.amazonaws.com/files.crsend.com/384000/384440/templates/" target="_blank" style="color: #1155CC; ;;;display: inline-block; line-height: 0px; pointer-events: none;" title="" rel="noopener"> 

<img src="https://s3-eu-west-1.amazonaws.com/files.crsend.com/384000/384440/images/" alt="" width="200px" style="display: inline; height: auto;" align="" height="68" /> </a></td>
</tr>
</tbody>
</table>
<!--#/image#--></td>
</tr>
</tbody>
</table>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
<!--#/loopitem#--><!--#loopitem#-->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #F1F5F7; ;;;width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;" class="bgcolor-1" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Outer Container">
<tbody>
<tr>
<td style="font-size: 0px;"><!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="" width="600" gc-width-fix=".cr-maxwidth:max-width" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div class="cr-maxwidth" style="max-width: 600px; ;;;margin: 0px auto;">
<table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; ;;;background-color: #FFFFFF; ;;;width: 100%;" class="cr-maxwidth bgcolor-2" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Container">
<tbody>
<tr>
<td style="direction: ltr; font-size: 0px; text-align: center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td><![endif]-->
<table cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td class="cr-text color-2" data-name="Text-Header" style="color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;padding: 10px 20px; text-align: left;" data-style="padding:inherit;padding:inherit;color:inherit;" data-limit-to="padding,color"><!--#html#-->
<div>
<h2>Hier wird jetzt getestet</h2>
</div>
<!--#/html#--></td>
</tr>
</tbody>
</table>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
<!--#/loopitem#--><!--#loopitem name="Persönliche Ansprache"#-->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #F1F5F7; ;;;width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;" class="bgcolor-1" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Outer Container">
<tbody>
<tr>
<td style="font-size: 0px;"><!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="" width="600" gc-width-fix=".cr-maxwidth:max-width" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div class="cr-maxwidth" style="max-width: 600px; ;;;margin: 0px auto;">
<table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; ;;;background-color: #FFFFFF; ;;;max-width: 600px; background-color: #ffffff; width: 100%;" class="cr-maxwidth bgcolor-2" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Container">
<tbody>
<tr>
<td style="direction: ltr; font-size: 0px; text-align: center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td><![endif]-->
<table cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td class="cr-text color-2" data-name="Text" style="color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;padding: 10px 20px; text-align: left;" data-style="padding:inherit;padding:inherit;color:inherit;" data-limit-to="padding,color"><!--#html#-->
<div>
<p>Hallo {FIRSTNAME[std:lieber Kunde]},</p>
<p>um zu testen, ob ich hier witzige Dinge einfügen kann, gebe ich nun bestimmte dynamische Variablen ein. <br><br></p>
<p>Das hier ist die Kunden ID: 4433<br><br>Das hier ist die Jotform Submission ID: {SubmissionID}<br><br>Das hier ist die Email Adresse: test@test.de<br><br><br></p>
</div>
<!--#/html#--></td>
</tr>
</tbody>
</table>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
<!--#/loopitem#--> <!--#loopitem#-->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #F1F5F7; ;;;width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;" class="bgcolor-1 editable" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Outer Container">
<tbody>

<tr>
<td style="font-size: 0px;"><!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="" width="600" gc-width-fix=".cr-maxwidth:max-width" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div class="cr-maxwidth" style="max-width: 600px; ;;;margin: 0px auto;">
<table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; ;;;background-color: #FFFFFF; ;;;width: 100%;" class="cr-maxwidth bgcolor-2 editable" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Container">
<tbody>
<tr>
<td style="direction: ltr; font-size: 0px; text-align: center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td><![endif]-->
<table cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td class="https://s3-eu-west-1.amazonaws.com/files.crsend.com/384000/384440/templates/" style="margin: 0px;" data-style="padding:inherit;" data-name="Divider"><!--#divider padding="40px" width="85%" align="center" height="2px" color="#888888"#-->
<table width="100%" class="cred-divider-container" cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<td>
<table class="cred-divider" border="0" cellpadding="0" cellspacing="0" width="85%" align="center">
<tbody>
<tr>
<td class="cred-divider-spacer" style="font-size: 0px; line-height: 0px;" height="20"></td>
</tr>
<tr>
<td class="cred-divider-line" valign="top" height="2" style="height: 2px; background: #888888; mso-table-lspace: 0pt; mso-table-rspace: 0pt; mso-line-height-rule: exactly; font-size: 0px; line-height: 0px;"><!--[if gte mso 15]>&nbsp;<![endif]--></td>
</tr>
<tr>
<td class="cred-divider-spacer" style="font-size: 0px; line-height: 0px;" height="20"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--#/divider#--></td>
</tr>
</tbody>
</table>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
<!--#/loopitem#-->  <!--#loopitem#-->
    <!--#layout resource="product"#-->
        <table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #F1F5F7; ;;;width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; " class="bgcolor-1 editable" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Outer Container">
            <tbody><tr>
                <td style="font-size: 0px; ">
                    <!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="" width="600" gc-width-fix=".cr-maxwidth:max-width" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
                    <div class="cr-maxwidth" style="max-width: 600px; ;;;margin:0px auto;">

                        <table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; ;;;background-color: #FFFFFF; ;;;width:100%; " class="cr-maxwidth bgcolor-2 editable" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Container">
                            <tbody>
                            <tr>
                                <td style="direction:ltr;font-size:0px;text-align:center;">
                                    <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td><![endif]-->
                                    
        <!--[if mso]><td style="width: 50%; vertical-align: top"><![endif]-->
        <div class="cr-column-per-50 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
                <tbody>
                <tr>
                    <td align="left" style="font-size:0px;word-break:break-word;">
                        
      <table cellspacing="0" cellpadding="0" width="100%"><tbody><tr><td class=" editable" style="padding:10px 20px;" data-style="padding:inherit;" data-name="Image">
        <!--#image name="image" nodesign="true"#--><table cellpadding="0" cellspacing="0" style="width:100%;border:0px;padding:0px;margin:0px;"><tbody><tr><td align="center" style="text-align: center; line-height: 0px;"><a target="_blank" title="" href="https://s3-eu-west-1.amazonaws.com/files.crsend.com/384000/384440/templates/" style="color: #1155CC; ;;;pointer-events: none; user-select: none;">

<img src="JUSTANIMAGESORUCE" width="80%"style="display: inline;" align=""></a></td></tr></tbody></table><!--#/image#-->
      </td></tr></tbody></table>
    
                    </td>
                </tr>
                </tbody>
            </table>
        </div>

        <!--[if mso]></td><![endif]-->

        <!--[if mso]><td style="width: 50%; vertical-align: top"><![endif]-->

        <div class="cr-column-per-50 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
                <tbody>
                <tr>
                    <td align="left" style="font-size:0px;word-break:break-word;">
                        
      <table cellspacing="0" cellpadding="0" width="100%"><tbody><tr><td class="cr-text color-2 editable" style="color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;padding:10px 20px;" data-style="padding:inherit;color:inherit;" data-name="Title">
        <!--#html name="title"#--><h3>Fahrzeuginformationen</h3><!--#/html#-->
      </td></tr></tbody></table>
      <table cellspacing="0" cellpadding="0" width="100%"><tbody><tr><td class="cr-text color-2 editable" style="color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;padding:10px 20px;" data-style="padding:inherit;color:inherit;" data-name="Text">
        <!--#html name="description"#-->Sie werden den CheckUP für:&nbsp;<br class="false"><br class="false">Hersteller: BMW<br class="false">Marke: {Marke}<br class="false">Baujahr: {Baujahr}<br class="false">Leistung in PS: {Leistung}<!--#/html#-->
      </td></tr></tbody></table>
      <table cellspacing="0" cellpadding="0" width="100%"><tbody><tr><td class="cr-text color-2 editable" style="color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;padding:10px 20px;" data-style="padding:inherit;color:inherit;" data-name="Price">
        <!--#html name="price"#--><div>&nbsp;</div><!--#/html#-->
      </td></tr></tbody></table>

      <table cellspacing="0" cellpadding="0" width="100%"><tbody><tr><td class="cr-text color-2 editable" style="color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;padding:10px 20px;" data-style="padding:inherit;color:inherit;" data-name="Button">
        <!--#button name="url" text="Buy me!" color="#ffffff" align="block"#-->
			<table align="block" border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse: separate; line-height: 100%; text-align: center;" class="cred-button" width="100%">
			<tbody>
				<tr>
				<td align="center" bgcolor="#0000" role="presentation" style="border: medium; border-radius: 3px; cursor: auto; padding: 10px 25px; background: #0028E; text-align: center;" valign="middle">
					<a href="#" style="color: #1155CC; ;;;display:inline-block;background:#00000;color:#ffffff;font-family:Arial;font-size:13px;font-weight:bold;line-height:120%;margin:0;text-decoration:none;text-transform:none;mso-padding-alt:0px;border-radius:3px;" target="_blank">Ansehen</a>
				</td>
				</tr>
			</tbody>
			</table>
			<!--#/button#-->
      </td></tr></tbody></table>
    
                    </td>
                </tr>
                </tbody>
            </table>
        </div>
        <!--[if mso]></td><![endif]-->
        
                                    <!--[if mso | IE]></td></tr></table><![endif]-->
                                </td>
                            </tr>
                            </tbody>
                        </table>

                    </div>
                    <!--[if mso | IE]></td></tr></table><![endif]-->

                </td>
            </tr>
        </tbody></table>
    <!--#/layout#-->
<!--#/loopitem#--> <!--#loopitem#-->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #F1F5F7; ;;;width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;" class="bgcolor-1 editable" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Outer Container">
<tbody>
<tr>
<td style="font-size: 0px;"><!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="" width="600" gc-width-fix=".cr-maxwidth:max-width" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div class="cr-maxwidth" style="max-width: 600px; ;;;margin: 0px auto;">
<table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; ;;;background-color: #FFFFFF; ;;;width: 100%;" class="cr-maxwidth bgcolor-2 editable" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Container">
<tbody>
<tr>
<td style="direction: ltr; font-size: 0px; text-align: center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td><![endif]-->
<table cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td class="https://s3-eu-west-1.amazonaws.com/files.crsend.com/384000/384440/templates/" style="margin: 0px;" data-style="padding:inherit;" data-name="Divider"><!--#divider padding="40px" width="85%" align="center" height="2px" color="#888888"#-->
<table width="100%" class="cred-divider-container" cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<td>
<table class="cred-divider" border="0" cellpadding="0" cellspacing="0" width="85%" align="center">
<tbody>
<tr>
<td class="cred-divider-spacer" style="font-size: 0px; line-height: 0px;" height="20"></td>
</tr>
<tr>
<td class="cred-divider-line" valign="top" height="2" style="height: 2px; background: #888888; mso-table-lspace: 0pt; mso-table-rspace: 0pt; mso-line-height-rule: exactly; font-size: 0px; line-height: 0px;"><!--[if gte mso 15]>&nbsp;<![endif]--></td>
</tr>
<tr>
<td class="cred-divider-spacer" style="font-size: 0px; line-height: 0px;" height="20"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--#/divider#--></td>
</tr>
</tbody>
</table>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
<!--#/loopitem#--> <!--#loopitem name="Call to Action Eventkalender"#-->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #F1F5F7; ;;;width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;" class="bgcolor-1" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Outer Container">
<tbody>
<tr>
<td style="font-size: 0px;"><!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="" width="600" gc-width-fix=".cr-maxwidth:max-width" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div class="cr-maxwidth" style="max-width: 600px; ;;;margin: 0px auto;">
<table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; ;;;background-color: #FFFFFF; ;;;width: 100%;" class="cr-maxwidth bgcolor-2" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Container">
<tbody>
<tr>
<td style="direction: ltr; font-size: 0px; text-align: center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td><![endif]-->
<table cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td class=" " data-name="Button" style="padding: 10px 20px;" data-style="padding:inherit; " data-limit-to="padding"><!--#button#-->
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse: separate; line-height: 100%;" width="" class="cred-button">
<tbody>
<tr>
<td align="center" bgcolor="#0028E" role="presentation" style="border: none; border-radius: 3px; cursor: auto; padding: 10px 25px; background: #00282E;" valign="middle"><a href="https:/test.com" style="color: #FFFF; ;;;font-weight: inherit !important; font-size: 13px; font-family: Arial; display: inline-block; background: #00282E; font-weight: bold; line-height: 120%; margin: 0; text-decoration: none; text-transform: none; mso-padding-alt: 0px; border-radius: 3px;" target="_blank" data-tags="Klick_auf_Webseite" rel="noopener">Visit Test</a></td>
</tr>
</tbody>
</table>
<!--#/button#--></td>
</tr>
</tbody>
</table>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
<!--#/loopitem#--><!--#loopitem#-->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #F1F5F7; ;;;width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;" class="bgcolor-1" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Outer Container">
<tbody>
<tr>
<td style="font-size: 0px;"><!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="" width="600" gc-width-fix=".cr-maxwidth:max-width" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div class="cr-maxwidth" style="max-width: 600px; ;;;margin: 0px auto;">
<table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; ;;;background-color: #FFFFFF; ;;;width: 100%;" class="cr-maxwidth bgcolor-2" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Container">
<tbody>
<tr>
<td style="direction: ltr; font-size: 0px; text-align: center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td><![endif]--><!--#spacer size="20"#-->
<table width="100%" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="line-height: 0; font-size: 0; height: 20px;" height="20"></td>
</tr>
</tbody>
</table>
<!--#/spacer#--><!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
<!--#/loopitem#--><!--#loopitem#-->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #F1F5F7; ;;;width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;" class="bgcolor-1" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Outer Container">
<tbody>
<tr>
<td style="font-size: 0px;"><!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="" width="600" gc-width-fix=".cr-maxwidth:max-width" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div class="cr-maxwidth" style="max-width: 600px; ;;;margin: 0px auto;">
<table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; ;;;background-color: #FFFFFF; ;;;width: 100%; background-color: transparent;" class="cr-maxwidth bgcolor-2" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Container">
<tbody>
<tr>
<td style="direction: ltr; font-size: 0px; text-align: center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td><![endif]--><!--#spacer size="20"#-->
<table width="100%" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="line-height: 0; font-size: 0; height: 20px;" height="20"></td>
</tr>
</tbody>
</table>
<!--#/spacer#--><!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
<!--#/loopitem#--><!--#loopitem#-->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #F1F5F7; ;;;width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;" class="bgcolor-1" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Outer Container">
<tbody>
<tr>
<td style="font-size: 0px;"><!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="" width="600" gc-width-fix=".cr-maxwidth:max-width" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div class="cr-maxwidth" style="max-width: 600px; ;;;margin: 0px auto;">
<table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; ;;;background-color: #FFFFFF; ;;;width: 100%; background-color: transparent;" class="cr-maxwidth bgcolor-2" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Container">
<tbody>
<tr>
<td style="direction: ltr; font-size: 0px; text-align: center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td><![endif]-->
<table cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td class=" " data-name="Social" style="padding: 10px 20px;" data-style="padding:inherit; " data-limit-to="padding"><!--#social style="frameless" color="gray" order="twitter,facebook,instagram,youtube,linkedin,pinterest,xing,tiktok,whatsapp,mastodon,bluesky,threads,rss" instagram="Test" youtube="Test" facebook="Test" tiktok="Test"#-->
<table border="0" class="cred-social" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top" class="cred-social-content">
		<a href="https://facebook.com/Test" data-link="Test" data-social="facebook" target="_blank" style="color: #1155CC; ;;;display: inline-block; line-height: 0px;">
			<img src="https://cloud-files.crsend.com/img/social/frameless/gray/facebook.png" width="42" style="border: 0; margin: 0; padding: 0; display: inline-block;" alt="Facebook Firmenname">
		</a>
		<a href="https://instagram.com/Test" data-link="Test" data-social="instagram" target="_blank" style="color: #1155CC; ;;;display: inline-block; line-height: 0px;">
			<img src="https://cloud-files.crsend.com/img/social/frameless/gray/instagram.png" width="42" style="border: 0; margin: 0; padding: 0; display: inline-block;" alt="Instagram Nutzername">
		</a>
		<a href="https://youtube.com/Test" data-link="Test" data-social="youtube" target="_blank" style="color: #1155CC; ;;;display: inline-block; line-height: 0px;">
			<img src="https://cloud-files.crsend.com/img/social/frameless/gray/youtube.png" width="42" style="border: 0; margin: 0; padding: 0; display: inline-block;" alt="Youtube Kanal">
		</a>
		<a href="https://www.tiktok.com/@Test" data-link="Test" data-social="tiktok" target="_blank" style="color: #1155CC; ;;;display: inline-block; line-height: 0px;">
			<img src="https://cloud-files.crsend.com/img/social/frameless/gray/tik_tok.png" width="42" style="border: 0; margin: 0; padding: 0; display: inline-block;" alt="Tiktok Nutzername">
		</a></td>
</tr>
</tbody>
</table>
<!--#/social#--></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
<!--[if mso | IE]></td></tr></table><![endif]--></div>
<!--[if mso | IE]></td></tr></table><![endif]--> <!--#/loopitem#--><!-- ------------------------------------------------------ --><!--#/loop#-->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #F1F5F7; ;;;width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;" class="bgcolor-1" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Outer Container">
<tbody>
<tr>
<td style="font-size: 0px;"><!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="" width="600" gc-width-fix=".cr-maxwidth:max-width" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div class="cr-maxwidth" style="max-width: 600px; ;;;margin: 0px auto;">
<table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; ;;;background-color: #F1F5F7; ;;;width: 100%;" class="cr-maxwidth bgcolor-1" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Container">
<tbody>
<tr>
<td style="direction: ltr; font-size: 0px; text-align: center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td><![endif]-->
<div class="cr-text color-1" style="color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;color: #082137; ;;;text-align: center; margin: 10px 20px;"><!--#unsubscribe#-->Wenn Sie diese E-Mail (an: {EMAIL}) nicht mehr empfangen möchten, können Sie diese <a href="https://384440.seu2.cleverreach.com/rmftlp.php?cid=[CTID]&mid=[MAILING_ID]&h=[CTID]-[USER_ID_SECURE]" style="color: #1155CC; ;;;color: #1155cc;"><strong>hier</strong></a> kostenlos abbestellen. <!--#/unsubscribe#--></div>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #F1F5F7; ;;;width: 100%; table-layout: fixed; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;" class="bgcolor-1" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Outer Container">
<tbody>
<tr>
<td style="font-size: 0px;"><!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="" width="600" gc-width-fix=".cr-maxwidth:max-width" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
<div class="cr-maxwidth" style="max-width: 600px; ;;;margin: 0px auto;">
<table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; ;;;background-color: #F1F5F7; ;;;width: 100%;" class="cr-maxwidth bgcolor-1" data-style="background-color:inherit" data-limit-to="background,background-color" data-name="Container">
<tbody>
<tr>
<td style="direction: ltr; font-size: 0px; text-align: center;"><!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td><![endif]-->
<div class="cr-text color-1" style="color: #082137; ;;;font-family: Helvetica, Arial, sans-serif; font-size: 14px; ;;;text-align: center; margin: 10px 20px;"><!--#aboutus#--><br> <br><br> <br>Deutschland<br><br><br>test@test.de<br><!--#/aboutus#--></div>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
</div>
<!--[if mso | IE]></td></tr></table><![endif]--></td>
</tr>
</tbody>
</table>
<img src="https://stats-eu2.crsend.com/stats/mc_[CLIENT_ID]_[MAILING_ID]_[USER_ID_SECURE].gif" border="0" alt="" height="1" width="1"></body>
</html>

Hi @Adrian3,

For module 49, are you following this documentation?

Please show the how the entire module is configured, or post a blueprint, although we won’t be able to do too much with it unless we have a CleverReach account.
But anyway, the documentation says the the body should contain a bunch of properties, one of which is a content collection which contains type, html, and text elements.
To easily set this up you can use a Create JSON module prior to module 49. Use the example in the documentation to generate the structure of your JSON data structure for the Create JSON module.

Hopefully that makes sense and hope it helps!

Sure makes sense. Here is the input to module 49. There are no output bundles…

I tried to transform the data to json but there where no big changes.

Your content doesn’t appear to be correct.
The documentation says content is a collection of three objects, type, html, and text.

Here’s what I was explaining earlier with the Create JSON module.

  1. Add a Create JSON

  2. Add a data structure

  3. Give it a name, click generate. Paste the JSON from the Documentation (except for the comments) in the Sample Data box
    image
    image

  4. Click Save and you’ll end up with a bunch of fields to fill in

Looks like only name, subject, sender_name, and sender_email are required.
Since you want to provide context, you need to supply those three fields under context.
For receivers, settings, and tags, you can probably remove them from the data structure. You can try specifying {{ignore}} or leaving them blank, but not sure how the API will handle that.

  1. Now you can drop your HTML and all the other fields
  2. The output from this module becomes the input to body in your CleverReach module.

Here’s the JSON without the comments:

{
    "name": "my internal name",
    "subject": "subject line",
    "sender_name": "Bruce Wayne (Wayne corp.)",
    "sender_email": "bruce.wayne@gotham.com",
    "content": {
        "type": "html/text",  
        "html": "<html><body>The two faces of Harvey Dent</body></html>",
        "text": "The two faces of Harvey Dent"
    },
    "receivers": {  
        "groups": [ "31939", "81942" ],
        "filter": "66"
    },
    "settings": {
        "editor": "wizard",  
        "open_tracking": true,  
        "click_tracking": true,  
        "link_tracking_url": "27.wayne.cleverreach.com",
        "link_tracking_type": "google",  
        "google_campaign_name": "My Campaign", 
        "unsubscribe_form_id": "23",
        "category_id": "54"
    },
    "tags": ["setup_v2"]
}

Make will infer the data types based on the sample you provide which comes from the documentation.

3 Likes

Thank you so much for your help, that was the right way! It’s actually easy to solve but sometimes you can’t find a solution.

2 Likes