Kihagyás

Query API V4

HammyQuery4API WSDL letöltése

Find messages

A findMessages hívás során különböző keresési feltételeknek megfelelő üzenetek adatait lehet lekérdezni.

Web service API

Kérés

Név Típus Leírás Kötelező
uuid String A levél UUID-ja.
clientHashKey String A hívó kliens azonosítója. *
messageTypes String [ ] Az üzenet típusok.
recipientName String A címzett neve.
recipientAddress String A címzett email címe.
partnerRef String Partner azonosító.
objectRef String A kapcsolódó objektum azonosítója (pl. szerződésszám).
objectType String A kapcsolódó objektum típusa (pl. számla).
batchId String Köteg azonosító.
createdAtFrom DateTime A keresési időintervallum kezdete.
createdAtTo DateTime A keresési időintervallum vége.
bouncedAtFrom DateTime A visszapattanási időpont keresési időintervallum kezdete.
bouncedAtTo DateTime A visszapattanási időpont keresési időintervallum vége.
fileName String A csatolmány neve.
internalFileName String A csatolmány belső rendszerben használt neve.
resultSize Integer A keresési találat maximális mérete Alapértelmezett értéke 20.
offset Integer A találati lista kezdete.
deliveryStatuses String [ ] Az üzenet kézbesítési státusza.
archiveStatuses ArchiveStatus [ ] Az archiválási státusza.
extendedStatueses String [ ] Kiterjesztett státusz, csatorna specifikus állapotokról hordoz információt.
messageChannels MessageChannel [ ] Az üzenet küldési csatornája.
properties Property1 [ ] Az üzenethez tartozó egyéb adatok, metaadatok.
params Param_V1 [ ] Egyéb metaadatok listája.
userName String Felhasználó név.
requestId String Külső üzenet küldési kérés azonosító.
itemId String Üzenethez kapcsolódó item id.
hash String Üzenethez kapcsolódó hash.
opened Boolean Megnyitotta-e a címzett az üzenetet.
locked Boolean Zárolt-e az üzenet.
showDeletedMessages Boolean Törölt üzenetek mutatása.
mailLinkTitle String Üzenetben található link címe.
directions MessageDirection [ ] Üzenet iránya (bejövő/kimenő).
subject String Üzenet tárgya.
orders Order_V1 [ ] Rendezések.

Válasz

Név Típus Leírás
messages TMessage_V3 [ ] A Hammy-ben lévő levelek.
count Integer A találatok száma.
responseStatus ResponseStatus_V1 A válasz státusza.
params Param_V1 [ ] Egyéb paraméterek listája.

Minta

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.service.query.api.hammy.dbx.hu/">
   <soapenv:Header/>
   <soapenv:Body>
      <ws:findMessages>
                <request>
            <clientHashKey>?</clientHashKey>
            <messageTypes>
               <messageType>TESZT_GEN</messageType>
            </messageTypes>
            <resultSize>1</resultSize>
            <offset>0</offset>
         </request>
      </ws:findMessages>
   </soapenv:Body>
</soapenv:Envelope>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns2:findMessages2Response xmlns:ns2="http://ws.service.query.api.hammy.dbx.hu/">
         <response>
            <messages>
               <message>
                  <actualStatus>SENT</actualStatus>
                  <messageType>TESZT_GEN</messageType>
                  <recipientName>Teszt Elek</recipientName>
                  <recipientAddress>teszt@elek.hu</recipientAddress>
                  <messageId>21813</messageId>
                  <archivingExpected>false</archivingExpected>
                  <createdAt>2019-02-01T08:47:04.601+01:00</createdAt>
                  <sentAt>2019-02-01T08:47:06.332+01:00</sentAt>
                  <channel>EMAIL</channel>
                  <uuid>8436c99b-200f-4843-a246-f3afc78b33f6</uuid>
                  <properties>
                     <property>
                        <key>nyomtatvany_neve</key>
                        <value>Adatbekérő</value>
                        <isMetaData>true</isMetaData>
                     </property>
                     <property>
                        <key>SMTP_MESSAGE_ID</key>
                        <value>&lt;1549007226278.d38423fad76ed8f4d0370979aaddf7346c73a4ca.JavaMail.developer@dev></value>
                        <isMetaData>false</isMetaData>
                     </property>
                     <property>
                        <key>EML_FILE_URL</key>
                        <value>27/e6/27e6c2049428584118df490d4077c972d07a6fd4</value>
                        <isMetaData>false</isMetaData>
                     </property>
                  </properties>
                  <attachments>
                     <attachment>
                        <details>
                           <fileName>adatbekerő.pdf</fileName>
                           <archivingExpected>false</archivingExpected>
                           <certificationExpected>false</certificationExpected>
                           <contentAvailable>false</contentAvailable>
                           <id>22082</id>
                           <documentType>adatbekero</documentType>
                           <objectRef>123456789</objectRef>
                           <uuid>ab11ac81-dbce-4399-84d7-9cffbc96f55b</uuid>
                           <properties>
                              <property>
                                 <key>ATTACHMENT_SOURCE</key>
                                 <value>GENERATED</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>GENERATOR_TEMPLATE</key>
                                 <value>ADATBEKERO</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>fundMemberName</key>
                                 <value>Teszt Elek</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>postCity</key>
                                 <value>Budapest</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>postStreetAddress</key>
                                 <value>Rákosmezei vonatok útja 23</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>postZip</key>
                                 <value>1233</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>printCode</key>
                                 <value>EP-0101-BE-554</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>userName</key>
                                 <value>Kiss János</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>registrationNumber</key>
                                 <value>123456789</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>registrationDate</key>
                                 <value>2019.01.30.</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>memberID</key>
                                 <value>987654321</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>mainCity</key>
                                 <value>Lébény</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>mainStreetAddress</key>
                                 <value>Hunyadi utca 26.</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>mainZip</key>
                                 <value>9155</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>phoneNumber</key>
                                 <value>0696160162</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>mobilePhoneNumber</key>
                                 <value>+36308578502</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>emailAddress</key>
                                 <value>teszt.elek@gmail.com</value>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>errors.error</key>
                                 <value>A születési hely nincs megadva</value>
                                 <index>3</index>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>errors.error</key>
                                 <value>A dokumentum aláírás hiányos</value>
                                 <index>1</index>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>errors.thingsToDo</key>
                                 <value>Kérjük, szíveskedjen belépési nyilatkozatát aláírni és postai úton ismételten megküldeni részünkre.</value>
                                 <index>1</index>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>errors.error</key>
                                 <value>A dokumentum nem eredeti</value>
                                 <index>2</index>
                                 <isMetaData>false</isMetaData>
                              </property>
                              <property>
                                 <key>errors.thingsToDo</key>
                                 <value>Kérjük, küldje meg postai úton a belépési nyilatkozat eredeti, aláírt példányát.</value>
                                 <index>2</index>
                                 <isMetaData>false</isMetaData>
                              </property>
                           </properties>
                        </details>
                     </attachment>
                  </attachments>
                  <permissionShowList/>
                  <permissionListList/>
               </message>
            </messages>
            <count>22</count>
            <responseStatus>
               <code>0</code>
               <messages/>
            </responseStatus>
            <params/>
         </response>
      </ns2:findMessages2Response>
   </S:Body>
</S:Envelope>

REST API

REST API Info

Kérés

GET hammy/json/query/v4/messages

POST hammy/json/query/v4/messages

GET esetén query paraméterként lehet megadni a mezőket, POST esetén a body-ban.

Paraméter/Név Típus Leírás
id String A kérés azonosítója. (vnd.api ID)
uuid String Az üzenet UUID-ja.
recipientName String A címzett neve.
recipientAddress String A címzett email címe.
recipientPhoneNumber String A címzett telefonszáma.
partnerRef String Partner azonosító.
objectRef String A kapcsolódó objektum azonosítója (pl. szerződésszám).
objectType String A kapcsolódó objektum típusa (pl. számla).
createdAtFrom DateTime A készítési dátum intervallum alja.
createdAtTo DateTime A készítési dátum intervallum teteje.
bouncedAtFrom DateTime A visszapattanási dátum intervallum alja.
bouncedAtTo DateTime A visszapattanási dátum intervallum teteje.
statusLastChangedAtFrom DateTime Az utolsó státuszváltozás dátum intervallum alja.
statusLastChangedAtTo DateTime Az utolsó státuszváltozás dátum intervallum teteje.
fileName String A csatolmány neve.
internalFileName String A csatolmány belső rendszerben használt neve.
requestId String A kérés azonosítója.
hash String Az üzenet hash-e.
itemId Integer A lekérdezendő üzenethez kapcsolódó Chaingun Item ID-ja.
opened Boolean Megnyitották-e az üzenetet.
locked Boolean Zárolt-e az üzenet.
showDeletedMessages Boolean A törölt üzenetek megjelenjenek-e a találatokban.
mailLinkTitle String Az üzenetben lévő link címe.
subject String Az üzenet tárgya.
messageTypes String [ ] Az üzenet típusok.
deliveryStatuses String [ ] Az üzenet kézbesítési státuszai.
archiveStatuses ArchiveStatus [ ] Az üzenet archiválási státuszai.
extendedStatuses String [ ] Kiterjesztett státuszok, csatorna specifikus állapotokról hordoznak információt.
channels String [ ] Az keresett üzenetek csatornái.
directions MessageDirection [ ] Küldés irányai.
properties JProperty1 [ ] Az üzenethez tartozó egyéb adatok, metaadatok.
limit Integer A keresési találatok maximális száma.
offset Integer A találati lista kezdete (pl. resultSize = 10 és offset = 1, akkor a teljes találati lista 11. elemétől a 20. eleméig tartó listát adja vissza).
sort String Rendezés.
clientHashKey String A hívó kliens azonosítója.
userName String A felhasználó neve.
params Param_V1 [ ] Egyéb meta adatok.

Válasz

Név Típus Leírás
meta JListMeta1 A válaszhoz tartozó metaadatok.
list JMessage4 [ ] Megtalált üzenetek listája.

Minta

POST/GET /hammy/json/query/v4/messages
Authorization: JWT {{jwtToken}}
X-Client-Hash-Key: {{clientHashKey}}
X-User-Name: {{userName}}
Content-Type: application/vnd.api+json

{
  "data" : {
    "id" : "21760",
    "type" : "findMessagesRequests",
    "attributes" : {
      "id" : "21760"
    }
  }
}
HTTP/1.1 200 OK
Content-Type: application/vnd.api+json

{
  "data": [
    {
      "type": "messages",
      "id": "5ee51e60-6aa2-4b72-9073-ff7e71a51a85",
      "attributes": {
        "actualStatus": "ERROR",
        "statusLastChangedAt": "2024-06-04T08:35:05.769+02:00",
        "messageType": "TESZT",
        "recipientAddress": "teszt@dbx.hu",
        "archivingExpected": false,
        "createdAt": "2024-06-04T08:35:01.352+02:00",
        "subject": "Teszt szöveg",
        "permissionShow": [],
        "permissionList": [],
        "messageEvents": [],
        "clickedLinks": [],
        "channel": "EMAIL",
        "direction": "OUTGOING",
        "replyEnvelopAttached": false,
        "paymentSlipAttached": false,
        "createdInScenario": false,
        "errorEventId": "571785470",
        "errorEventCode": "TECHNICAL_ERROR",
        "errorEventName": "TECHNICAL_ERROR",
        "errorEventDescription": "hu.dbx.chaingun.util.taskchain.TaskException: hu.dbx.hammy.model.exception.SMTPException: Unable to send message to SMTP server!",
        "aggregatedArchiveStatus": "NECESSARY",
        "dmsMessageIdentifier": "45438655"
      },
      "relationships": {
        "properties": {
          "data": []
        },
        "bounces": {
          "data": []
        },
        "attachments": {
          "data": [
            {
              "type": "attachments",
              "id": "37905888"
            }
          ]
        }
      }
    },
    {
      "type": "messages",
      "id": "128e8441-52d9-4018-854b-70025e25a954",
      "attributes": {
        "actualStatus": "ERROR",
        "statusLastChangedAt": "2024-06-03T11:36:38.919+02:00",
        "messageType": "TESZT2",
        "recipientAddress": "teszt@dbx.hu",
        "archivingExpected": false,
        "createdAt": "2024-06-03T11:36:37.871+02:00",
        "subject": "TESZT2",
        "permissionShow": [],
        "permissionList": [],
        "messageEvents": [],
        "clickedLinks": [],
        "channel": "EMAIL",
        "direction": "OUTGOING",
        "replyEnvelopAttached": false,
        "paymentSlipAttached": false,
        "createdInScenario": false,
        "errorEventId": "571785278",
        "errorEventCode": "TECHNICAL_ERROR",
        "errorEventName": "TECHNICAL_ERROR",
        "errorEventDescription": "hu.dbx.chaingun.util.taskchain.TaskException: hu.dbx.hammy.model.exception.SMTPException: Unable to send message to SMTP server!",
        "aggregatedArchiveStatus": "UNNECESSARY",
        "dmsMessageIdentifier": "45438652"
      },
      "relationships": {
        "properties": {
          "data": []
        },
        "bounces": {
          "data": []
        },
        "attachments": {
          "data": []
        }
      }
    }
  ],
  "meta": {
    "total": 8496,
    "params": [],
    "responseStatus": {
      "code": 0,
      "messages": []
    }
  },
  "included": [
    {
      "type": "properties",
      "id": "529032243",
      "attributes": {
        "key": "ATTACHMENT_CONTENT_CHECKSUM",
        "value": "d93d330fc76dda672f202ed042c0ec6eb5548c74d7bffe7fe3a818d815b71104a91509dc6640682bd48f9207e7731a5a7172046b85f1ef3bb541d69ca1385e87",
        "isMetaData": false
      }
    },
    {
      "type": "properties",
      "id": "529032241",
      "attributes": {
        "key": "ATTACHMENT_SOURCE",
        "value": "INLINE",
        "isMetaData": false
      }
    },
    {
      "type": "properties",
      "id": "529032242",
      "attributes": {
        "key": "ARCHIVE_TARGET",
        "value": "DMS",
        "isMetaData": false
      }
    },
    {
      "type": "attachments",
      "id": "37905888",
      "attributes": {
        "fileName": "TesztPDF_duplicate.docx",
        "archivingExpected": true,
        "certificationExpected": false,
        "contentAvailable": true,
        "documentType": "ATTACHMENT",
        "uuid": "1e21fdda-0722-44a1-af42-f8a5d8a40af6"
      },
      "relationships": {
        "properties": {
          "data": [
            {
              "type": "properties",
              "id": "529032243"
            },
            {
              "type": "properties",
              "id": "529032241"
            },
            {
              "type": "properties",
              "id": "529032242"
            }
          ]
        }
      }
    }
  ]
}

Show message

Üzenet megtekintése az üzenet azonosítója alapján.

Web service API

Kérés

Név Típus Leírás Kötelező
clientHashKey String A webszolgáltatást hívó kliens azonosítója. *
username String A felhasználó neve.
messageId Integer A keresett levél adatbázisbeli azonosítója.
messageUuid Integer A keresett levél adatbázisbeli azonosítója.
messageHash Integer Az keresett levél hashe.
params Param_V1 [ ] Egyéb paraméterek

Válasz

Név Típus Leírás
actualStatus String Az aktuális státusz.
msgArchiveStatus String Az archiválás státusza.
aggregatedArchiveStatus String Az aggregált archiválás státusza.
statusLastChangedAt DateTime A státusz módosulásának ideje.
messageType String A kérés típusa. Értéke egy Hammy-ben létező levélsablon azonosítója.
recipientName String A címzett neve.
recipientAddress String A címzett email címe.
bccAddress String Titkos másolat email cím.
replyToAddress String Címzett címe.
replyToName String Címzett neve.
fromAddress String Feladó címe.
fromName String Feladó neve.
ccRecipientAddress String Másolatot kapó címzett címe.
ccRecipientName String Másolatot kapó címzett neve.
partnerRef String Partner azonosító.
archivingExpected Boolean true esetén a levél tárgya és szövege archiválódik.
archivedAt DateTime Az archiválás időpontja.
subject String A levél tárgya.
body String A levél szövege.
htmlBody String HTML email szövege.
noticeSubject String Az értesítő email tárgya.
noticeBody String Az értesítő email szövege.
noticeHtmlBody String Az értesítő email HTML szövege.
createdAt DateTime A létrehozás ideje.
sentAt DateTime Az elküldés ideje.
bouncedAt DateTime Az üzenet visszapattanásának ideje.
lockedAt DateTime Az üzenet zárolásának ideje.
movedToArchivedAt DateTime Archiválás időpontja.
boundReasonCode String Az üzenet visszapattanásának oka.
boundReasonDescription String A visszapattanás okának leírása.
boundMailText String A visszapattanó levél szövege/
boundList JBounce2 [ ] Visszapattanások.
properties Property1 [ ] Az üzenethez tartozó egyéb adatok, metaadatok.
messageEvents MessageEvent_V1 [ ] Az üzenethez tartozó események.
attachments AttachmentWithoutContent3 [ ] Az üzenethez tartozó csatolmányok.
responseStatus ResponseStatus_V1 A válasz státusza.
mailServerLog String Szerver log.
channel String Üzenetküldési csatorna.
uuid String Az üzenet UUID-ja.
recipientPhoneNumber String A címzett telefonszáma.
fromPhoneNumber String Feladó telefonszáma.
recipientPSID String A címzett facebook azonosítója.
fromPageAccessToken String Feladó token.
openedAt DateTime A megnyitás időpontja.
noticeOpenedAt DateTime Az értesítő e-mail megnyitásának időpontja.
params Param_V1 [ ] Egyéb paraméterek.
direction MessageDirection Küldés iránya.
dmsMessageIdentifier String Az üzenet adatbázisbeli azonosítója.

Minta

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v4="http://hammy.dbx.hu/api/query/v4">
    <soapenv:Header/>
    <soapenv:Body>
        <v4:showMessage>
            <request>
                <clientHashKey>{{clientHashKey}}</clientHashKey>
                <messageUuid>{{Uuid}}</messageUuid>
            </request>
        </v4:showMessage>
    </soapenv:Body>
</soapenv:Envelope>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header/>
    <S:Body>
        <ns3:showMessageResponse xmlns:ns2="http://v3.query.api.hammy.dbx.hu/" xmlns:ns3="http://hammy.dbx.hu/api/query/v4" xmlns:ns4="http://v4.query.api.hammy.dbx.hu/">
            <response>
                <actualStatus>ERROR</actualStatus>
                <aggregatedArchiveStatus>NECESSARY</aggregatedArchiveStatus>
                <statusLastChangedAt>2024-06-04T08:35:05.769+02:00</statusLastChangedAt>
                <messageType>TESZT</messageType>
                <recipientAddress>teszt@dbx.hu</recipientAddress>
                <archivingExpected>false</archivingExpected>
                <subject>Teszt szöveg</subject>
                <htmlBody><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html>  <head>      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />       <title></title> </head> <body>        <div><!doctype html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
 <head>
  <meta charset="utf-8"><!-- utf-8 works for most cases -->
  <meta name="viewport" content="width=device-width"><!-- Forcing initial-scale shouldn't be necessary -->
  <meta http-equiv="X-UA-Compatible" content="IE=edge"><!-- Use the latest (edge) version of IE rendering engine -->
  <meta name="x-apple-disable-message-reformatting"><!-- Disable auto-scale in iOS 10 Mail entirely -->
  <meta name="format-detection" content="telephone=no,address=no,email=no,date=no,url=no"><!-- Tell iOS not to automatically link certain text strings. -->
  <meta name="color-scheme" content="light">
  <meta name="supported-color-schemes" content="light">
  <title></title><!-- The title tag shows in email notifications, like Android 4.4. --> <!-- What it does: Makes background images in 72ppi Outlook render at correct size. --> <!--[if gte mso 9]>
          <xml>
              <o:OfficeDocumentSettings>
                  <o:AllowPNG/>
                  <o:PixelsPerInch>96</o:PixelsPerInch>
              </o:OfficeDocumentSettings>
          </xml>
          <![endif]--> <!-- This style is only needed for Outlook, and causes padding issues for other clients. --> <!--[if gte mso 9]>
          <style>
            table {
              border-spacing: 0 !important;
              border-collapse: collapse !important;
              table-layout: fixed !important;
              margin: 0 auto !important;
            }
          </style>
          <![endif]-->
  <style type="text/css">
            :root {
              color-scheme: light;
              supported-color-schemes: light;
            }
            html,
            body {
              margin: 0 auto !important;
              padding: 0 !important;
              height: 100% !important;
              width: 100% !important;
              line-height: normal;
            }
            * {
              -ms-text-size-adjust: 100%;
              -webkit-text-size-adjust: 100%;
            }
            div[style*="margin: 16px 0"] {
              margin: 0 !important;
            }
            #MessageViewBody,
            #MessageWebViewDiv {
              width: 100% !important;
            }
            table,
            td {
              mso-table-lspace: 0pt !important;
              mso-table-rspace: 0pt !important;
            }
            th {
              font-weight: normal;
            }
            a {
              text-decoration: none;
            }
            img {
              -ms-interpolation-mode: bicubic;
            }
            /* What it does: A work-around for email clients meddling in triggered links. */
            a[x-apple-data-detectors], /* iOS */
            .unstyle-auto-detected-links a,
            .aBn {
              border-bottom: 0 !important;
              cursor: default !important;
              color: inherit !important;
              text-decoration: none !important;
              font-size: inherit !important;
              font-family: inherit !important;
              font-weight: inherit !important;
              line-height: inherit !important;
            }
            .im {
              color: inherit !important;
            }
            .a6S {
              display: none !important;
              opacity: 0.01 !important;
            }
            img.g-img+div {
              display: none !important;
            }
            /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
            @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
              u~div .email-container {
                min-width: 320px !important;
              }
            }

            /* iPhone 6, 6S, 7, 8, and X */
            @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
              u~div .email-container {
                min-width: 375px !important;
              }
            }

            /* iPhone 6+, 7+, and 8+ */
            @media only screen and (min-device-width: 414px) {
              u~div .email-container {
                min-width: 414px !important;
              }
            }

            /* section 2 */

            .button-td,
            .button-a {
              transition: all 100ms ease-in;
            }

            .button-td-primary:hover,
            .button-a-primary:hover {
              background: #555555 !important;
              border-color: #555555 !important;
            }

            /* Media Queries */
            @media screen and (max-width: 600px) {

              .email-container {
                width: 100% !important;
                margin: auto !important;
              }

              .stack-column, .placeholder-td {
                display: none !important;
              }

              /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
              .center-on-narrow {
                text-align: center !important;
                display: block !important;
                margin-left: auto !important;
                margin-right: auto !important;
                float: none !important;
              }
              table.center-on-narrow {
                display: inline-block !important;
              }

              .responsive-container > table > tbody > tr > td {
                width: 100% !important;
                max-width: 100% !important;
                display: block !important;
              }
              .responsive-container > table > tbody > tr > td > table {
                width: 100% !important;
                max-width: 100% !important;
              }

      .box-8ffc0a56-6066-4575-a822-83136aadc249[style] {
        width: calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
      }


      .box-87baa457-3005-453c-8ba8-9ea3bdba956e[style] {
        width: calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
      }


      .box-8647467c-f2c7-4a21-bb74-4d1b168ee751[style] {
        width: calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
      }



      .box-c39f73db-3e30-4f13-9f93-b69f0ec3c8b0[style] {
        width: calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
      }


      .box-105d9fa2-8980-43b7-bd5b-f40c6cc3a18b[style] {
        width: calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
      }


      .box-2913db84-1226-4e4a-875e-9b1d4256477f[style] {
        width: calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
      }


      .box-2c088a8c-500a-40d7-b2c9-da3f7367b1a6[style] {
        width: calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
      }


      .box-eff7b647-e3de-413a-b1aa-a72c0c508bfd[style] {
        width: calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
      }


      .box-fedd4a94-56a9-4685-9ac8-d62c8d8af612[style] {
        width: calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
      }


      .box-1ebe85be-9863-486a-836f-8721bd8fa795[style] {
        width: calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
      }


      .box-da6f32f0-d18c-42a7-a4e9-27b1f51de96e[style] {
        width: calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
      }



      .box-4a77a760-41b5-46bf-9f0b-0e64878bea87[style] {
        width: calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
      }


      .box-37f52a58-9d39-45fe-83b9-391e5b508191[style] {
        width: calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
      }

            }

            /* section 3 */

            p { margin: 0; }
            table { table-layout: fixed; }
            .box table { table-layout: auto; }

            /*
            a {
              color: inherit !important;
              text-decoration: none !important;
              font-size: inherit !important;
              font-family: inherit !important;
              font-weight: inherit !important;
              line-height: inherit !important;
            }
            u + #body a {
              color: inherit !important;
              text-decoration: none !important;
              font-size: inherit !important;
              font-family: inherit !important;
              font-weight: inherit !important;
              line-height: inherit !important;
            }
            #MessageViewBody a {
              color: inherit !important;
              text-decoration: none !important;
              font-size: inherit !important;
              font-family: inherit !important;
              font-weight: inherit !important;
              line-height: inherit !important;
            }
            */
          </style>
 </head>
 <body width="100%" style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: null;">
  <center role="article" aria-roledescription="email" lang="en" style="width: 100%; background-color: null;">
   <!--[if mso | IE]>
            <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: null;">
            <tr>
            <td>
            <![endif]-->
   <div style="max-width: 700px; margin: 0 auto;" class="email-container">
    <!--[if mso]>
                <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="700">
                <tr>
                <td>
                <![endif]-->
    <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="margin: auto;">
     <tbody>
      <tr>
       <td style="vertical-align: top;
      width: 100%;
      max-width: 700px;
      background: null;
      padding-left: nullpx;
      padding-right: nullpx;
      padding-top: nullpx;
      padding-bottom: nullpx;
    ">
        <table role="presentation" align="center" cellpadding="0" cellspacing="0" border="0" style="margin-left: auto; margin-right: auto;" width="100%">
         <tbody>
          <tr>
           <td id="d6f60a11-6b6b-439b-ab30-66a751010bbe" style="vertical-align: top; width: 100%; max-width: 700px;" class="container-d6f60a11-6b6b-439b-ab30-66a751010bbe responsive-container">
            <table style="
      width: 100%; max-width: 700px;
      background: transparent;
    " align="left" cellpadding="0" cellspacing="0" border="0" width="100%" class="column-container-children">
             <tbody>
              <tr>
               <td id="8ffc0a56-6066-4575-a822-83136aadc249" style="  width: 100%; max-width: 700px;" class="box box-8ffc0a56-6066-4575-a822-83136aadc249">
                <table role="presentation" style="
      width: 100%; max-width: 700px;
      background: transparent;
      font-size: 11px;
      font-family: Arial;
      line-height: 1.4;
    " cellpadding="0" cellspacing="0" border="0">
                 <tbody>
                  <tr>
                   <td style=" padding-top: 10px;  padding-bottom: 10px;   vertical-align: middle; " align="center" class="box-content-wrapper">
                    <p style="color: #616a72; line-height: 1.4; text-align: center;"><span style="font-size: 12px; color: #000000;">Ha az üzenet nem jelenik meg megfelelően, <a style="color: #000000; text-decoration: underline;" title="showMessage" href="showMessage" data-mce-title="showMessage"> kattintson ide! </a></span></p></td>
                  </tr>
                 </tbody>
                </table></td>
              </tr>
              <tr>
               <td id="87baa457-3005-453c-8ba8-9ea3bdba956e" style="  width: 100%; max-width: 700px;" class="box box-87baa457-3005-453c-8ba8-9ea3bdba956e">
                <table role="presentation" style="
      width: 100%; max-width: 700px;
      background: transparent;
      font-size: 15px;
      font-family: Arial;
      line-height: 1.4;
    " cellpadding="0" cellspacing="0" border="0">
                 <tbody>
                  <tr>
                   <td style=" padding-left: 40px;  padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; text-align: left;" class="box-content-wrapper"><!--[if !mso]><!-- --> <img src="cid:logo.png" alt="logo.png" style="max-width: 100%; max-height: 100%; display: block; margin-left: 0; margin-right: auto;"> <!--<![endif]--> <!--[if gte mso 9]>
        <img src="cid:logo.png" alt="logo.png" width="152" height="30" style="display:inline-block;border:none;outline:none;padding:0;margin:0; width:152px; height:auto;" border="0" hspace="0" vspace="0">
        <![endif]--></td>
                  </tr>
                 </tbody>
                </table></td>
              </tr>
              <tr>
               <td id="8647467c-f2c7-4a21-bb74-4d1b168ee751" style="  width: 100%; max-width: 700px;" class="box box-8647467c-f2c7-4a21-bb74-4d1b168ee751">
                <table role="presentation" style="
      width: 100%; max-width: 700px;
        border-color: #2c3cff;
        border-style: solid;
       border-top: none; border-left: none; border-right: none;
       border-bottom-width: 5px;
      background: transparent;
      font-size: 13px;
      font-family: Arial;
      line-height: 1.4;
    " cellpadding="0" cellspacing="0" border="0">
                 <tbody>
                  <tr>
                   <td style="  vertical-align: middle; text-align: center;" class="box-content-wrapper"><!--[if !mso]><!-- --> <img src="cid:teszt_header_alkusz.jpg" alt="teszt_header_alkusz.jpg" style="max-width: 100%; max-height: 100%; display: block; margin-left: auto; margin-right: auto;"> <!--<![endif]--> <!--[if gte mso 9]>
        <img src="cid:teszt_header_alkusz.jpg" alt="teszt_header_alkusz.jpg" width="700" height="238" style="display:inline-block;border:none;outline:none;padding:0;margin:0; width:700px; height:auto;" border="0" hspace="0" vspace="0">
        <![endif]--></td>
                  </tr>
                 </tbody>
                </table></td>
              </tr>
              <tr>
               <td id="6762a1fe-17b0-46e5-995e-18b822b218b0" style="vertical-align: top; width: 100%; max-width: 700px;" class="container-6762a1fe-17b0-46e5-995e-18b822b218b0 responsive-container">
                <table style="
      width: 100%; max-width: 700px;
       padding-left: 30px;  padding-right: 30px;  padding-bottom: 50px;
      background: #eeeeee;
    " align="left" cellpadding="0" cellspacing="0" border="0" width="100%" class="column-container-children">
                 <tbody>
                  <tr>
                   <td id="c39f73db-3e30-4f13-9f93-b69f0ec3c8b0" style="  width: 91.42857142857143%; max-width: 640px;" class="box box-c39f73db-3e30-4f13-9f93-b69f0ec3c8b0">
                    <table role="presentation" style="
      width: 100%; max-width: 640px;
      background: transparent;
      font-size: 13px;
      font-family: Arial;
      line-height: 1.4;
    " cellpadding="0" cellspacing="0" border="0">
                     <tbody>
                      <tr>
                       <td style=" padding-left: 10px;  padding-right: 10px;  padding-top: 40px;  padding-bottom: 30px;   vertical-align: top; " align="left" class="box-content-wrapper">
                        <p><strong><span style="font-size: 24px;"><span style="background-color: initial;">Tisztelt ${recipientName}!</span></span></strong></p></td>
                      </tr>
                     </tbody>
                    </table></td>
                  </tr>
                  <tr>
                   <td id="105d9fa2-8980-43b7-bd5b-f40c6cc3a18b" style="  width: 91.42857142857143%; max-width: 640px;" class="box box-105d9fa2-8980-43b7-bd5b-f40c6cc3a18b">
                    <table role="presentation" style="
      width: 100%; max-width: 640px;
      background: transparent;
      font-size: 13px;
      font-family: Arial;
      line-height: 1.4;
    " cellpadding="0" cellspacing="0" border="0">
                     <tbody>
                      <tr>
                       <td style=" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; " align="left" class="box-content-wrapper">
                        <p><span style="font-size: 15px;">Nyilvántartásunk szerint az Ön megbízott alkuszaként már korábban segítettünk Önnek biztosítási szerződés(ek) kötésében, azonban az Ön nevén lakásbiztosítási szerződést még nem tartunk nyilván.</span></p>
                        <p><br><span style="font-size: 15px;">Örömmel tájékoztatjuk, hogy a vagyonbiztosítási szerződésekre alkalmazandó &nbsp;25/2023. (II. 1.) Korm. rendelet értelmében<strong> legkésőbb 2022. március 15-ig lehetősége van arra, hogy meglévő lakásbiztosítási szerződését felmondja és kössön egy új, az MNB által is támogatott, TSZT OTTHONBIZTOSÍTÁS-t (TFO-t)</strong> valamelyik biztosítónál <strong>a mi szakértői segítségünkkel</strong>. Javasoljuk, hogy lakásbiztosítási szerződése felmondása esetén minden esetben kössön új biztosítást, ellenkező esetben ingatlana biztosítási fedezet nélkül marad!&nbsp;</span></p>
                        <p>&nbsp;</p>
                        <ul>
                         <li><span style="font-size: 15px;">Amennyiben rendelkezik olyan ingatlannal, amire ajánlhatunk egy ár-érték arányban Önnek leginkább megfelelő biztosítást, úgy kérjük kattintson az alábbi gombra: </span></li>
                        </ul></td>
                      </tr>
                     </tbody>
                    </table></td>
                  </tr>
                  <tr>
                   <td id="2913db84-1226-4e4a-875e-9b1d4256477f" style="  width: 91.42857142857143%; max-width: 640px;" class="box box-2913db84-1226-4e4a-875e-9b1d4256477f">
                    <table role="presentation" style="
      width: 100%; max-width: 640px;
      background: transparent;
      font-size: 15px;
      font-family: Arial;
      line-height: 1.4;
    " cellpadding="0" cellspacing="0" border="0">
                     <tbody>
                      <tr>
                       <td style=" padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; " align="center" class="box-content-wrapper">
                        <div>
                         <!--[if mso]>
          <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="${MFO_TARIFALO}"
             title="mfo_tarifalo"  style="height:50px;v-text-anchor:middle;padding:0;width:200px;"
            arcsize="25%" stroke="f"  fillcolor="#2c3cff">
            <v:textbox inset="-2px,-2px,-2px,-2px">
              <w:anchorlock/>
              <center style="mso-line-height-rule:exactly;
      font-size: 15px;
      font-family: Arial;
      color: #FFFFFF;
      text-align: center;
      text-decoration: none;
    ">
                MFO Tarif&aacute;l&oacute;
              </center>
            </v:textbox>
          </v:roundrect>
        <![endif]--><a href="${MFO_TARIFALO}" target="_blank" rel="noopener noreferrer" title="mfo_tarifalo" style="
      font-size: 15px;
      font-family: Arial;
      color: #FFFFFF;
      text-align: center;
      text-decoration: none;
      width: 200px;
      background-color: #2c3cff;
      border-radius: 25px;
      display: inline-block;
      line-height:50px;
      height: 50px;
      text-align: center;
      text-decoration: none;
      -webkit-text-size-adjust: none;
      white-space: nowrap;
     mso-hide:all;" linkuuid="9e4348ae-c706-498f-8546-517d8eefa1ca"> MFO Tarifáló </a>
                        </div></td>
                      </tr>
                     </tbody>
                    </table></td>
                  </tr>
                  <tr>
                   <td id="2c088a8c-500a-40d7-b2c9-da3f7367b1a6" style="  width: 91.42857142857143%; max-width: 640px;" class="box box-2c088a8c-500a-40d7-b2c9-da3f7367b1a6">
                    <table role="presentation" style="
      width: 100%; max-width: 640px;
      background: transparent;
      font-size: 13px;
      font-family: Arial;
      line-height: 1.4;
    " cellpadding="0" cellspacing="0" border="0">
                     <tbody>
                      <tr>
                       <td style=" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; " align="left" class="box-content-wrapper">
                        <p style="padding-left: 40px;"><span style="font-size: 15px;">(Javasoljuk, hogy a kalkuláció, biztosításkötés előtt készítse elő azt a tájékoztató levelet, amit - meglévő biztosítása miatt - biztosítójától kellett kapnia a lakásbiztosítási szerződésének adatairól!)</span></p></td>
                      </tr>
                     </tbody>
                    </table></td>
                  </tr>
                  <tr>
                   <td id="eff7b647-e3de-413a-b1aa-a72c0c508bfd" style="  width: 91.42857142857143%; max-width: 640px;" class="box box-eff7b647-e3de-413a-b1aa-a72c0c508bfd">
                    <table role="presentation" style="
      width: 100%; max-width: 640px;
      background: transparent;
      font-size: 13px;
      font-family: Arial;
      line-height: 1.4;
    " cellpadding="0" cellspacing="0" border="0">
                     <tbody>
                      <tr>
                       <td style=" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; " align="left" class="box-content-wrapper">
                        <ul>
                         <li><span style="font-size: 15px;">Amennyiben úgy ítéli meg, hogy ingatlanának és az abban tárolt ingóságoknak értéke meghaladja az átlagos magyarországi szintet, akkor javasoljuk, hogy kérjen tőlünk személyes biztosításkötési tanácsadást az alábbi linken: <a title="feliratkozás visszahívásra" href="${FELIRATKOZAS_VISSZAHIVASRA}" target="_blank" rel="noopener" linkuuid="7a120d68-0e26-4c25-9407-e37880d7dc55">feliratkozás visszahívásra</a></span></li>
                        </ul></td>
                      </tr>
                     </tbody>
                    </table></td>
                  </tr>
                  <tr>
                   <td id="fedd4a94-56a9-4685-9ac8-d62c8d8af612" style="  width: 91.42857142857143%; max-width: 640px;" class="box box-fedd4a94-56a9-4685-9ac8-d62c8d8af612">
                    <table role="presentation" style="
      width: 100%; max-width: 640px;
      background: transparent;
      font-size: 15px;
      font-family: Arial;
      line-height: 1.4;
    " cellpadding="0" cellspacing="0" border="0">
                     <tbody>
                      <tr>
                       <td style=" padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; " align="center" class="box-content-wrapper">
                        <div>
                         <!--[if mso]>
          <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="${FELIRATKOZAS_VISSZAHIVASRA}"
             title="kérjen visszahívást"  style="height:50px;v-text-anchor:middle;padding:0;width:200px;"
            arcsize="25%" stroke="f"  fillcolor="#2c3cff">
            <v:textbox inset="-2px,-2px,-2px,-2px">
              <w:anchorlock/>
              <center style="mso-line-height-rule:exactly;
      font-size: 15px;
      font-family: Arial;
      color: #FFFFFF;
      text-align: center;
      text-decoration: none;
    ">
                K&eacute;rjen visszah&iacute;v&aacute;st!
              </center>
            </v:textbox>
          </v:roundrect>
        <![endif]--><a href="${FELIRATKOZAS_VISSZAHIVASRA}" target="_blank" rel="noopener noreferrer" title="kérjen visszahívást" style="
      font-size: 15px;
      font-family: Arial;
      color: #FFFFFF;
      text-align: center;
      text-decoration: none;
      width: 200px;
      background-color: #2c3cff;
      border-radius: 25px;
      display: inline-block;
      line-height:50px;
      height: 50px;
      text-align: center;
      text-decoration: none;
      -webkit-text-size-adjust: none;
      white-space: nowrap;
     mso-hide:all;" linkuuid="5a9a93f3-2abc-4645-b42b-5d59acafd0f2"> Kérjen visszahívást! </a>
                        </div></td>
                      </tr>
                     </tbody>
                    </table></td>
                  </tr>
                  <tr>
                   <td id="1ebe85be-9863-486a-836f-8721bd8fa795" style="  width: 91.42857142857143%; max-width: 640px;" class="box box-1ebe85be-9863-486a-836f-8721bd8fa795">
                    <table role="presentation" style="
      width: 100%; max-width: 640px;
      background: transparent;
      font-size: 13px;
      font-family: Arial;
      line-height: 1.4;
    " cellpadding="0" cellspacing="0" border="0">
                     <tbody>
                      <tr>
                       <td style=" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; " align="left" class="box-content-wrapper">
                        <ul>
                         <li><span style="font-size: 15px;">Amennyiben jelenleg nem rendelkezik olyan lakással, amire biztosítást szeretne kötni vagy most nem kíván biztosítót váltani, akkor kérjük kattintson az alábbi linkre:<a title=" nincs teendő" href="${NINCS_TEENDO}" target="_blank" rel="noopener" linkuuid="019083fe-4a59-4165-80df-755833584289"> nincs teendő</a></span></li>
                        </ul></td>
                      </tr>
                     </tbody>
                    </table></td>
                  </tr>
                  <tr>
                   <td id="da6f32f0-d18c-42a7-a4e9-27b1f51de96e" style="  width: 91.42857142857143%; max-width: 640px;" class="box box-da6f32f0-d18c-42a7-a4e9-27b1f51de96e">
                    <table role="presentation" style="
      width: 100%; max-width: 640px;
      background: transparent;
      font-size: 15px;
      font-family: Arial;
      line-height: 1.4;
    " cellpadding="0" cellspacing="0" border="0">
                     <tbody>
                      <tr>
                       <td style=" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; " align="left" class="box-content-wrapper">
                        <p><span style="font-size: 15px; font-family: Arial;">Köszönettel, és bízva a további közös együttműködésben,</span></p>
                        <p>&nbsp;</p>
                        <p><span style="font-size: 15px; font-family: Arial;">${BROKER_NAME}</span></p></td>
                      </tr>
                     </tbody>
                    </table></td>
                  </tr>
                 </tbody>
                </table></td>
              </tr>
              <tr>
               <td id="04a8f5c8-6f22-4357-b499-0a742a1c08ad" style="vertical-align: top; width: 100%; max-width: 700px;" class="container-04a8f5c8-6f22-4357-b499-0a742a1c08ad responsive-container">
                <table style="
      width: 100%; max-width: 700px;
       padding-left: 30px;  padding-top: 20px;  padding-bottom: 20px;
      background: #2c3cff;
    " align="left" cellpadding="0" cellspacing="0" border="0" width="100%">
                 <tbody>
                  <tr class="row-container-children">
                   <td id="4a77a760-41b5-46bf-9f0b-0e64878bea87" style="  width: 95.71428571428572%; max-width: 670px;" class="box box-4a77a760-41b5-46bf-9f0b-0e64878bea87">
                    <table role="presentation" style="
      width: 100%; max-width: 670px;
      background: transparent;
      font-size: 15px;
      font-family: Arial;
      line-height: 1.4;
    " cellpadding="0" cellspacing="0" border="0">
                     <tbody>
                      <tr>
                       <td style=" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; " align="left" class="box-content-wrapper">
                        <p><span style="font-size: 15px; font-family: Arial; color: #ffffff;">${RESIDENCE_ADDRESS}</span></p>
                        <p><span style="font-size: 15px; font-family: Arial; color: #ffffff;">${MAILING_ADDRESS}</span></p>
                        <p><span style="font-size: 15px; font-family: Arial; color: #ffffff;">${TELEPHONE}</span></p>
                        <p><span style="font-size: 15px; font-family: Arial; color: #ffffff;">${EMAIL}</span></p></td>
                      </tr>
                     </tbody>
                    </table></td>
                   <td style="vertical-align: top;" class="placeholder-td"></td>
                  </tr>
                 </tbody>
                </table></td>
              </tr>
              <tr>
               <td id="37f52a58-9d39-45fe-83b9-391e5b508191" style="  width: 100%; max-width: 700px;" class="box box-37f52a58-9d39-45fe-83b9-391e5b508191">
                <table role="presentation" style="
      width: 100%; max-width: 700px;
      background: transparent;
      font-size: 11px;
      font-family: Arial;
      line-height: 1.4;
    " cellpadding="0" cellspacing="0" border="0">
                 <tbody>
                  <tr>
                   <td style=" padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; " align="center" class="box-content-wrapper">
                    <p style="color: #616a72; line-height: 1.4; text-align: center;"><span style="color: #000000; font-size: 12px;">Ha nem szeretne több ilyen témájú levelet kapni, kérjük, kattintson a <a style="color: #000000; text-decoration: underline;" title="unsubscribe" href="unsubscribe" data-mce-title="unsubscribe"> leiratkozásra. </a></span></p></td>
                  </tr>
                 </tbody>
                </table></td>
              </tr>
             </tbody>
            </table></td>
          </tr>
         </tbody>
        </table></td>
      </tr>
     </tbody>
    </table><!--[if mso]>
                </td>
                </tr>
                </table>
                <![endif]-->
   </div><!--[if mso | IE]>
            </td>
            </tr>
            </table>
            <![endif]-->
  </center>
 </body>
</html></div>   </body></html>]]></htmlBody>
                <createdAt>2024-06-04T08:35:01.352+02:00</createdAt>
                <attachments>
                    <attachment>
                        <details>
                            <fileName>TesztPDF_duplicate.docx</fileName>
                            <archivingExpected>true</archivingExpected>
                            <certificationExpected>false</certificationExpected>
                            <contentAvailable>true</contentAvailable>
                            <id>37905888</id>
                            <documentType>ATTACHMENT</documentType>
                            <uuid>1e21fdda-0722-44a1-af42-f8a5d8a40af6</uuid>
                            <properties>
                                <property>
                                    <key>ATTACHMENT_CONTENT_CHECKSUM</key>
                                    <value>d93d330fc76dda672f202ed042c0ec6eb5548c74d7bffe7fe3a818d815b71104a91509dc6640682bd48f9207e7731a5a7172046b85f1ef3bb541d69ca1385e87</value>
                                    <isMetaData>false</isMetaData>
                                </property>
                                <property>
                                    <key>ATTACHMENT_SOURCE</key>
                                    <value>INLINE</value>
                                    <isMetaData>false</isMetaData>
                                </property>
                                <property>
                                    <key>ARCHIVE_TARGET</key>
                                    <value>DMS</value>
                                    <isMetaData>false</isMetaData>
                                </property>
                            </properties>
                        </details>
                    </attachment>
                </attachments>
                <responseStatus>
                    <code>0</code>
                    <messages/>
                </responseStatus>
                <channel>EMAIL</channel>
                <uuid>5ee51e60-6aa2-4b72-9073-ff7e71a51a85</uuid>
                <dmsMessageIdentifier>45438655</dmsMessageIdentifier>
            </response>
        </ns3:showMessageResponse>
    </S:Body>
</S:Envelope>

REST API

REST API Info

Kérés

GET hammy/json/query/v4/messages/{{id/uuid}}

ID és UUID is megadható.

Név Típus Leírás
clientHashKey String A webszolgáltatást hívó kliens azonosítója.
userName String A felhasználó neve.

Válasz

Típus Leírás
JMessage4 Megtalált üzenet.

Minta

GET /hammy/json/query/v4/messages/{{ID}}
Authorization: JWT {{jwtToken}}
X-Client-Hash-Key: {{clientHashKey}}
X-User-Name: {{userName}}
HTTP/1.1 200 OK
Content-Type: application/vnd.api+json

{
  "data": {
    "type": "messages",
    "id": "5ee51e60-6aa2-4b72-9073-ff7e71a51a85",
    "attributes": {
      "actualStatus": "ERROR",
      "statusLastChangedAt": "2024-06-04T08:35:05.769+02:00",
      "messageType": "TESZT",
      "recipientAddress": "teszt@dbx.hu",
      "archivingExpected": false,
      "createdAt": "2024-06-04T08:35:01.352+02:00",
      "subject": "Teszt szöveg",
      "htmlBody": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"><html>\t<head>\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\t\t<title></title>\t</head>\t<body>  \t  <div><!doctype html>\n<html lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:o=\"urn:schemas-microsoft-com:office:office\">\n <head>\n  <meta charset=\"utf-8\"><!-- utf-8 works for most cases -->\n  <meta name=\"viewport\" content=\"width=device-width\"><!-- Forcing initial-scale shouldn't be necessary -->\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"><!-- Use the latest (edge) version of IE rendering engine -->\n  <meta name=\"x-apple-disable-message-reformatting\"><!-- Disable auto-scale in iOS 10 Mail entirely -->\n  <meta name=\"format-detection\" content=\"telephone=no,address=no,email=no,date=no,url=no\"><!-- Tell iOS not to automatically link certain text strings. -->\n  <meta name=\"color-scheme\" content=\"light\">\n  <meta name=\"supported-color-schemes\" content=\"light\">\n  <title></title><!-- The title tag shows in email notifications, like Android 4.4. --> <!-- What it does: Makes background images in 72ppi Outlook render at correct size. --> <!--[if gte mso 9]>\n          <xml>\n              <o:OfficeDocumentSettings>\n                  <o:AllowPNG/>\n                  <o:PixelsPerInch>96</o:PixelsPerInch>\n              </o:OfficeDocumentSettings>\n          </xml>\n          <![endif]--> <!-- This style is only needed for Outlook, and causes padding issues for other clients. --> <!--[if gte mso 9]>\n          <style>\n            table {\n              border-spacing: 0 !important;\n              border-collapse: collapse !important;\n              table-layout: fixed !important;\n              margin: 0 auto !important;\n            }\n          </style>\n          <![endif]-->\n  <style type=\"text/css\">\n            :root {\n              color-scheme: light;\n              supported-color-schemes: light;\n            }\n            html,\n            body {\n              margin: 0 auto !important;\n              padding: 0 !important;\n              height: 100% !important;\n              width: 100% !important;\n              line-height: normal;\n            }\n            * {\n              -ms-text-size-adjust: 100%;\n              -webkit-text-size-adjust: 100%;\n            }\n            div[style*=\"margin: 16px 0\"] {\n              margin: 0 !important;\n            }\n            #MessageViewBody,\n            #MessageWebViewDiv {\n              width: 100% !important;\n            }\n            table,\n            td {\n              mso-table-lspace: 0pt !important;\n              mso-table-rspace: 0pt !important;\n            }\n            th {\n              font-weight: normal;\n            }\n            a {\n              text-decoration: none;\n            }\n            img {\n              -ms-interpolation-mode: bicubic;\n            }\n            /* What it does: A work-around for email clients meddling in triggered links. */\n            a[x-apple-data-detectors], /* iOS */\n            .unstyle-auto-detected-links a,\n            .aBn {\n              border-bottom: 0 !important;\n              cursor: default !important;\n              color: inherit !important;\n              text-decoration: none !important;\n              font-size: inherit !important;\n              font-family: inherit !important;\n              font-weight: inherit !important;\n              line-height: inherit !important;\n            }\n            .im {\n              color: inherit !important;\n            }\n            .a6S {\n              display: none !important;\n              opacity: 0.01 !important;\n            }\n            img.g-img+div {\n              display: none !important;\n            }\n            /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */\n            @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {\n              u~div .email-container {\n                min-width: 320px !important;\n              }\n            }\n\n            /* iPhone 6, 6S, 7, 8, and X */\n            @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {\n              u~div .email-container {\n                min-width: 375px !important;\n              }\n            }\n\n            /* iPhone 6+, 7+, and 8+ */\n            @media only screen and (min-device-width: 414px) {\n              u~div .email-container {\n                min-width: 414px !important;\n              }\n            }\n\n            /* section 2 */\n\n            .button-td,\n            .button-a {\n              transition: all 100ms ease-in;\n            }\n\n            .button-td-primary:hover,\n            .button-a-primary:hover {\n              background: #555555 !important;\n              border-color: #555555 !important;\n            }\n\n            /* Media Queries */\n            @media screen and (max-width: 600px) {\n\n              .email-container {\n                width: 100% !important;\n                margin: auto !important;\n              }\n\n              .stack-column, .placeholder-td {\n                display: none !important;\n              }\n\n              /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */\n              .center-on-narrow {\n                text-align: center !important;\n                display: block !important;\n                margin-left: auto !important;\n                margin-right: auto !important;\n                float: none !important;\n              }\n              table.center-on-narrow {\n                display: inline-block !important;\n              }\n\n              .responsive-container > table > tbody > tr > td {\n                width: 100% !important;\n                max-width: 100% !important;\n                display: block !important;\n              }\n              .responsive-container > table > tbody > tr > td > table {\n                width: 100% !important;\n                max-width: 100% !important;\n              }\n              \n      .box-8ffc0a56-6066-4575-a822-83136aadc249[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-87baa457-3005-453c-8ba8-9ea3bdba956e[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-8647467c-f2c7-4a21-bb74-4d1b168ee751[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n\n      .box-c39f73db-3e30-4f13-9f93-b69f0ec3c8b0[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-105d9fa2-8980-43b7-bd5b-f40c6cc3a18b[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-2913db84-1226-4e4a-875e-9b1d4256477f[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-2c088a8c-500a-40d7-b2c9-da3f7367b1a6[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-eff7b647-e3de-413a-b1aa-a72c0c508bfd[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-fedd4a94-56a9-4685-9ac8-d62c8d8af612[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-1ebe85be-9863-486a-836f-8721bd8fa795[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-da6f32f0-d18c-42a7-a4e9-27b1f51de96e[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n\n      .box-4a77a760-41b5-46bf-9f0b-0e64878bea87[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-37f52a58-9d39-45fe-83b9-391e5b508191[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n            }\n\n            /* section 3 */\n\n            p { margin: 0; }\n            table { table-layout: fixed; }\n            .box table { table-layout: auto; }\n            \n            /*\n            a {\n              color: inherit !important;\n              text-decoration: none !important;\n              font-size: inherit !important;\n              font-family: inherit !important;\n              font-weight: inherit !important;\n              line-height: inherit !important;\n            }\n            u + #body a {\n              color: inherit !important;\n              text-decoration: none !important;\n              font-size: inherit !important;\n              font-family: inherit !important;\n              font-weight: inherit !important;\n              line-height: inherit !important;\n            }\n            #MessageViewBody a {\n              color: inherit !important;\n              text-decoration: none !important;\n              font-size: inherit !important;\n              font-family: inherit !important;\n              font-weight: inherit !important;\n              line-height: inherit !important;\n            }\n            */\n          </style>\n </head>\n <body width=\"100%\" style=\"margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: null;\">\n  <center role=\"article\" aria-roledescription=\"email\" lang=\"en\" style=\"width: 100%; background-color: null;\">\n   <!--[if mso | IE]>\n            <table role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"background-color: null;\">\n            <tr>\n            <td>\n            <![endif]-->\n   <div style=\"max-width: 700px; margin: 0 auto;\" class=\"email-container\">\n    <!--[if mso]>\n                <table align=\"center\" role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"700\">\n                <tr>\n                <td>\n                <![endif]-->\n    <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\" style=\"margin: auto;\">\n     <tbody>\n      <tr>\n       <td style=\"vertical-align: top; \n      width: 100%;\n      max-width: 700px;\n      background: null;\n      padding-left: nullpx;\n      padding-right: nullpx;\n      padding-top: nullpx;\n      padding-bottom: nullpx;\n    \">\n        <table role=\"presentation\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"margin-left: auto; margin-right: auto;\" width=\"100%\">\n         <tbody>\n          <tr>\n           <td id=\"d6f60a11-6b6b-439b-ab30-66a751010bbe\" style=\"vertical-align: top; width: 100%; max-width: 700px;\" class=\"container-d6f60a11-6b6b-439b-ab30-66a751010bbe responsive-container\">\n            <table style=\"\n      width: 100%; max-width: 700px;\n      background: transparent;\n    \" align=\"left\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" class=\"column-container-children\">\n             <tbody>\n              <tr>\n               <td id=\"8ffc0a56-6066-4575-a822-83136aadc249\" style=\"  width: 100%; max-width: 700px;\" class=\"box box-8ffc0a56-6066-4575-a822-83136aadc249\">\n                <table role=\"presentation\" style=\"\n      width: 100%; max-width: 700px;\n      background: transparent;\n      font-size: 11px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                 <tbody>\n                  <tr>\n                   <td style=\" padding-top: 10px;  padding-bottom: 10px;   vertical-align: middle; \" align=\"center\" class=\"box-content-wrapper\">\n                    <p style=\"color: #616a72; line-height: 1.4; text-align: center;\"><span style=\"font-size: 12px; color: #000000;\">Ha az üzenet nem jelenik meg megfelelően, <a style=\"color: #000000; text-decoration: underline;\" title=\"showMessage\" href=\"showMessage\" data-mce-title=\"showMessage\"> kattintson ide! </a></span></p></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"87baa457-3005-453c-8ba8-9ea3bdba956e\" style=\"  width: 100%; max-width: 700px;\" class=\"box box-87baa457-3005-453c-8ba8-9ea3bdba956e\">\n                <table role=\"presentation\" style=\"\n      width: 100%; max-width: 700px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                 <tbody>\n                  <tr>\n                   <td style=\" padding-left: 40px;  padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; text-align: left;\" class=\"box-content-wrapper\"><!--[if !mso]><!-- --> <img src=\"cid:logo.png\" alt=\"logo.png\" style=\"max-width: 100%; max-height: 100%; display: block; margin-left: 0; margin-right: auto;\"> <!--<![endif]--> <!--[if gte mso 9]>\n        <img src=\"cid:logo.png\" alt=\"logo.png\" width=\"152\" height=\"30\" style=\"display:inline-block;border:none;outline:none;padding:0;margin:0; width:152px; height:auto;\" border=\"0\" hspace=\"0\" vspace=\"0\">\n        <![endif]--></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"8647467c-f2c7-4a21-bb74-4d1b168ee751\" style=\"  width: 100%; max-width: 700px;\" class=\"box box-8647467c-f2c7-4a21-bb74-4d1b168ee751\">\n                <table role=\"presentation\" style=\"\n      width: 100%; max-width: 700px;\n        border-color: #2c3cff;\n        border-style: solid;\n       border-top: none; border-left: none; border-right: none;\n       border-bottom-width: 5px; \n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                 <tbody>\n                  <tr>\n                   <td style=\"  vertical-align: middle; text-align: center;\" class=\"box-content-wrapper\"><!--[if !mso]><!-- --> <img src=\"cid:teszt_header_alkusz.jpg\" alt=\"teszt_header_alkusz.jpg\" style=\"max-width: 100%; max-height: 100%; display: block; margin-left: auto; margin-right: auto;\"> <!--<![endif]--> <!--[if gte mso 9]>\n        <img src=\"cid:teszt_header_alkusz.jpg\" alt=\"teszt_header_alkusz.jpg\" width=\"700\" height=\"238\" style=\"display:inline-block;border:none;outline:none;padding:0;margin:0; width:700px; height:auto;\" border=\"0\" hspace=\"0\" vspace=\"0\">\n        <![endif]--></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"6762a1fe-17b0-46e5-995e-18b822b218b0\" style=\"vertical-align: top; width: 100%; max-width: 700px;\" class=\"container-6762a1fe-17b0-46e5-995e-18b822b218b0 responsive-container\">\n                <table style=\"\n      width: 100%; max-width: 700px;\n       padding-left: 30px;  padding-right: 30px;  padding-bottom: 50px; \n      background: #eeeeee;\n    \" align=\"left\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" class=\"column-container-children\">\n                 <tbody>\n                  <tr>\n                   <td id=\"c39f73db-3e30-4f13-9f93-b69f0ec3c8b0\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-c39f73db-3e30-4f13-9f93-b69f0ec3c8b0\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 40px;  padding-bottom: 30px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p><strong><span style=\"font-size: 24px;\"><span style=\"background-color: initial;\">Tisztelt ${recipientName}!</span></span></strong></p></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"105d9fa2-8980-43b7-bd5b-f40c6cc3a18b\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-105d9fa2-8980-43b7-bd5b-f40c6cc3a18b\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p><span style=\"font-size: 15px;\">Nyilvántartásunk szerint az Ön megbízott alkuszaként már korábban segítettünk Önnek biztosítási szerződés(ek) kötésében, azonban az Ön nevén lakásbiztosítási szerződést még nem tartunk nyilván.</span></p>\n                        <p><br><span style=\"font-size: 15px;\">Örömmel tájékoztatjuk, hogy a vagyonbiztosítási szerződésekre alkalmazandó &nbsp;25/2023. (II. 1.) Korm. rendelet értelmében<strong> legkésőbb 2022. március 15-ig lehetősége van arra, hogy meglévő lakásbiztosítási szerződését felmondja és kössön egy új, az MNB által is támogatott, TESZT OTTHONBIZTOSÍTÁS-t (TFO-t)</strong> valamelyik biztosítónál <strong>a mi szakértői segítségünkkel</strong>. Javasoljuk, hogy lakásbiztosítási szerződése felmondása esetén minden esetben kössön új biztosítást, ellenkező esetben ingatlana biztosítási fedezet nélkül marad!&nbsp;</span></p>\n                        <p>&nbsp;</p>\n                        <ul>\n                         <li><span style=\"font-size: 15px;\">Amennyiben rendelkezik olyan ingatlannal, amire ajánlhatunk egy ár-érték arányban Önnek leginkább megfelelő biztosítást, úgy kérjük kattintson az alábbi gombra: </span></li>\n                        </ul></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"2913db84-1226-4e4a-875e-9b1d4256477f\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-2913db84-1226-4e4a-875e-9b1d4256477f\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; \" align=\"center\" class=\"box-content-wrapper\">\n                        <div>\n                         <!--[if mso]>\n          <v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\"${MFO_TARIFALO}\"\n             title=\"mfo_tarifalo\"  style=\"height:50px;v-text-anchor:middle;padding:0;width:200px;\"\n            arcsize=\"25%\" stroke=\"f\"  fillcolor=\"#2c3cff\">\n            <v:textbox inset=\"-2px,-2px,-2px,-2px\">\n              <w:anchorlock/>\n              <center style=\"mso-line-height-rule:exactly;\n      font-size: 15px;\n      font-family: Arial;\n      color: #FFFFFF;\n      text-align: center;\n      text-decoration: none;\n    \">\n                MFO Tarif&aacute;l&oacute;\n              </center>\n            </v:textbox>\n          </v:roundrect>\n        <![endif]--><a href=\"${MFO_TARIFALO}\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"mfo_tarifalo\" style=\"\n      font-size: 15px;\n      font-family: Arial;\n      color: #FFFFFF;\n      text-align: center;\n      text-decoration: none;\n      width: 200px;\n      background-color: #2c3cff;\n      border-radius: 25px;\n      display: inline-block;\n      line-height:50px;\n      height: 50px;\n      text-align: center;\n      text-decoration: none;\n      -webkit-text-size-adjust: none;\n      white-space: nowrap;\n     mso-hide:all;\" linkuuid=\"9e4348ae-c706-498f-8546-517d8eefa1ca\"> MFO Tarifáló </a>\n                        </div></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"2c088a8c-500a-40d7-b2c9-da3f7367b1a6\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-2c088a8c-500a-40d7-b2c9-da3f7367b1a6\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p style=\"padding-left: 40px;\"><span style=\"font-size: 15px;\">(Javasoljuk, hogy a kalkuláció, biztosításkötés előtt készítse elő azt a tájékoztató levelet, amit - meglévő biztosítása miatt - biztosítójától kellett kapnia a lakásbiztosítási szerződésének adatairól!)</span></p></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"eff7b647-e3de-413a-b1aa-a72c0c508bfd\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-eff7b647-e3de-413a-b1aa-a72c0c508bfd\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <ul>\n                         <li><span style=\"font-size: 15px;\">Amennyiben úgy ítéli meg, hogy ingatlanának és az abban tárolt ingóságoknak értéke meghaladja az átlagos magyarországi szintet, akkor javasoljuk, hogy kérjen tőlünk személyes biztosítá"htmlBody": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"><html>\t<head>\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\t\t<title></title>\t</head>\t<body>  \t  <div><!doctype html>\n<html lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:o=\"urn:schemas-microsoft-com:office:office\">\n <head>\n  <meta charset=\"utf-8\"><!-- utf-8 works for most cases -->\n  <meta name=\"viewport\" content=\"width=device-width\"><!-- Forcing initial-scale shouldn't be necessary -->\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"><!-- Use the latest (edge) version of IE rendering engine -->\n  <meta name=\"x-apple-disable-message-reformatting\"><!-- Disable auto-scale in iOS 10 Mail entirely -->\n  <meta name=\"format-detection\" content=\"telephone=no,address=no,email=no,date=no,url=no\"><!-- Tell iOS not to automatically link certain text strings. -->\n  <meta name=\"color-scheme\" content=\"light\">\n  <meta name=\"supported-color-schemes\" content=\"light\">\n  <title></title><!-- The title tag shows in email notifications, like Android 4.4. --> <!-- What it does: Makes background images in 72ppi Outlook render at correct size. --> <!--[if gte mso 9]>\n          <xml>\n              <o:OfficeDocumentSettings>\n                  <o:AllowPNG/>\n                  <o:PixelsPerInch>96</o:PixelsPerInch>\n              </o:OfficeDocumentSettings>\n          </xml>\n          <![endif]--> <!-- This style is only needed for Outlook, and causes padding issues for other clients. --> <!--[if gte mso 9]>\n          <style>\n            table {\n              border-spacing: 0 !important;\n              border-collapse: collapse !important;\n              table-layout: fixed !important;\n              margin: 0 auto !important;\n            }\n          </style>\n          <![endif]-->\n  <style type=\"text/css\">\n            :root {\n              color-scheme: light;\n              supported-color-schemes: light;\n            }\n            html,\n            body {\n              margin: 0 auto !important;\n              padding: 0 !important;\n              height: 100% !important;\n              width: 100% !important;\n              line-height: normal;\n            }\n            * {\n              -ms-text-size-adjust: 100%;\n              -webkit-text-size-adjust: 100%;\n            }\n            div[style*=\"margin: 16px 0\"] {\n              margin: 0 !important;\n            }\n            #MessageViewBody,\n            #MessageWebViewDiv {\n              width: 100% !important;\n            }\n            table,\n            td {\n              mso-table-lspace: 0pt !important;\n              mso-table-rspace: 0pt !important;\n            }\n            th {\n              font-weight: normal;\n            }\n            a {\n              text-decoration: none;\n            }\n            img {\n              -ms-interpolation-mode: bicubic;\n            }\n            /* What it does: A work-around for email clients meddling in triggered links. */\n            a[x-apple-data-detectors], /* iOS */\n            .unstyle-auto-detected-links a,\n            .aBn {\n              border-bottom: 0 !important;\n              cursor: default !important;\n              color: inherit !important;\n              text-decoration: none !important;\n              font-size: inherit !important;\n              font-family: inherit !important;\n              font-weight: inherit !important;\n              line-height: inherit !important;\n            }\n            .im {\n              color: inherit !important;\n            }\n            .a6S {\n              display: none !important;\n              opacity: 0.01 !important;\n            }\n            img.g-img+div {\n              display: none !important;\n            }\n            /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */\n            @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {\n              u~div .email-container {\n                min-width: 320px !important;\n              }\n            }\n\n            /* iPhone 6, 6S, 7, 8, and X */\n            @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {\n              u~div .email-container {\n                min-width: 375px !important;\n              }\n            }\n\n            /* iPhone 6+, 7+, and 8+ */\n            @media only screen and (min-device-width: 414px) {\n              u~div .email-container {\n                min-width: 414px !important;\n              }\n            }\n\n            /* section 2 */\n\n            .button-td,\n            .button-a {\n              transition: all 100ms ease-in;\n            }\n\n            .button-td-primary:hover,\n            .button-a-primary:hover {\n              background: #555555 !important;\n              border-color: #555555 !important;\n            }\n\n            /* Media Queries */\n            @media screen and (max-width: 600px) {\n\n              .email-container {\n                width: 100% !important;\n                margin: auto !important;\n              }\n\n              .stack-column, .placeholder-td {\n                display: none !important;\n              }\n\n              /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */\n              .center-on-narrow {\n                text-align: center !important;\n                display: block !important;\n                margin-left: auto !important;\n                margin-right: auto !important;\n                float: none !important;\n              }\n              table.center-on-narrow {\n                display: inline-block !important;\n              }\n\n              .responsive-container > table > tbody > tr > td {\n                width: 100% !important;\n                max-width: 100% !important;\n                display: block !important;\n              }\n              .responsive-container > table > tbody > tr > td > table {\n                width: 100% !important;\n                max-width: 100% !important;\n              }\n              \n      .box-8ffc0a56-6066-4575-a822-83136aadc249[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-87baa457-3005-453c-8ba8-9ea3bdba956e[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-8647467c-f2c7-4a21-bb74-4d1b168ee751[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n\n      .box-c39f73db-3e30-4f13-9f93-b69f0ec3c8b0[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-105d9fa2-8980-43b7-bd5b-f40c6cc3a18b[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-2913db84-1226-4e4a-875e-9b1d4256477f[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-2c088a8c-500a-40d7-b2c9-da3f7367b1a6[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-eff7b647-e3de-413a-b1aa-a72c0c508bfd[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-fedd4a94-56a9-4685-9ac8-d62c8d8af612[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-1ebe85be-9863-486a-836f-8721bd8fa795[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-da6f32f0-d18c-42a7-a4e9-27b1f51de96e[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n\n      .box-4a77a760-41b5-46bf-9f0b-0e64878bea87[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-37f52a58-9d39-45fe-83b9-391e5b508191[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n            }\n\n            /* section 3 */\n\n            p { margin: 0; }\n            table { table-layout: fixed; }\n            .box table { table-layout: auto; }\n            \n            /*\n            a {\n              color: inherit !important;\n              text-decoration: none !important;\n              font-size: inherit !important;\n              font-family: inherit !important;\n              font-weight: inherit !important;\n              line-height: inherit !important;\n            }\n            u + #body a {\n              color: inherit !important;\n              text-decoration: none !important;\n              font-size: inherit !important;\n              font-family: inherit !important;\n              font-weight: inherit !important;\n              line-height: inherit !important;\n            }\n            #MessageViewBody a {\n              color: inherit !important;\n              text-decoration: none !important;\n              font-size: inherit !important;\n              font-family: inherit !important;\n              font-weight: inherit !important;\n              line-height: inherit !important;\n            }\n            */\n          </style>\n </head>\n <body width=\"100%\" style=\"margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: null;\">\n  <center role=\"article\" aria-roledescription=\"email\" lang=\"en\" style=\"width: 100%; background-color: null;\">\n   <!--[if mso | IE]>\n            <table role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"background-color: null;\">\n            <tr>\n            <td>\n            <![endif]-->\n   <div style=\"max-width: 700px; margin: 0 auto;\" class=\"email-container\">\n    <!--[if mso]>\n                <table align=\"center\" role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"700\">\n                <tr>\n                <td>\n                <![endif]-->\n    <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\" style=\"margin: auto;\">\n     <tbody>\n      <tr>\n       <td style=\"vertical-align: top; \n      width: 100%;\n      max-width: 700px;\n      background: null;\n      padding-left: nullpx;\n      padding-right: nullpx;\n      padding-top: nullpx;\n      padding-bottom: nullpx;\n    \">\n        <table role=\"presentation\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"margin-left: auto; margin-right: auto;\" width=\"100%\">\n         <tbody>\n          <tr>\n           <td id=\"d6f60a11-6b6b-439b-ab30-66a751010bbe\" style=\"vertical-align: top; width: 100%; max-width: 700px;\" class=\"container-d6f60a11-6b6b-439b-ab30-66a751010bbe responsive-container\">\n            <table style=\"\n      width: 100%; max-width: 700px;\n      background: transparent;\n    \" align=\"left\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" class=\"column-container-children\">\n             <tbody>\n              <tr>\n               <td id=\"8ffc0a56-6066-4575-a822-83136aadc249\" style=\"  width: 100%; max-width: 700px;\" class=\"box box-8ffc0a56-6066-4575-a822-83136aadc249\">\n                <table role=\"presentation\" style=\"\n      width: 100%; max-width: 700px;\n      background: transparent;\n      font-size: 11px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                 <tbody>\n                  <tr>\n                   <td style=\" padding-top: 10px;  padding-bottom: 10px;   vertical-align: middle; \" align=\"center\" class=\"box-content-wrapper\">\n                    <p style=\"color: #616a72; line-height: 1.4; text-align: center;\"><span style=\"font-size: 12px; color: #000000;\">Ha az üzenet nem jelenik meg megfelelően, <a style=\"color: #000000; text-decoration: underline;\" title=\"showMessage\" href=\"showMessage\" data-mce-title=\"showMessage\"> kattintson ide! </a></span></p></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"87baa457-3005-453c-8ba8-9ea3bdba956e\" style=\"  width: 100%; max-width: 700px;\" class=\"box box-87baa457-3005-453c-8ba8-9ea3bdba956e\">\n                <table role=\"presentation\" style=\"\n      width: 100%; max-width: 700px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                 <tbody>\n                  <tr>\n                   <td style=\" padding-left: 40px;  padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; text-align: left;\" class=\"box-content-wrapper\"><!--[if !mso]><!-- --> <img src=\"cid:logo.png\" alt=\"logo.png\" style=\"max-width: 100%; max-height: 100%; display: block; margin-left: 0; margin-right: auto;\"> <!--<![endif]--> <!--[if gte mso 9]>\n        <img src=\"cid:logo.png\" alt=\"logo.png\" width=\"152\" height=\"30\" style=\"display:inline-block;border:none;outline:none;padding:0;margin:0; width:152px; height:auto;\" border=\"0\" hspace=\"0\" vspace=\"0\">\n        <![endif]--></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"8647467c-f2c7-4a21-bb74-4d1b168ee751\" style=\"  width: 100%; max-width: 700px;\" class=\"box box-8647467c-f2c7-4a21-bb74-4d1b168ee751\">\n                <table role=\"presentation\" style=\"\n      width: 100%; max-width: 700px;\n        border-color: #2c3cff;\n        border-style: solid;\n       border-top: none; border-left: none; border-right: none;\n       border-bottom-width: 5px; \n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                 <tbody>\n                  <tr>\n                   <td style=\"  vertical-align: middle; text-align: center;\" class=\"box-content-wrapper\"><!--[if !mso]><!-- --> <img src=\"cid:teszt_header_alkusz.jpg\" alt=\"teszt_header_alkusz.jpg\" style=\"max-width: 100%; max-height: 100%; display: block; margin-left: auto; margin-right: auto;\"> <!--<![endif]--> <!--[if gte mso 9]>\n        <img src=\"cid:teszt_header_alkusz.jpg\" alt=\"teszt_header_alkusz.jpg\" width=\"700\" height=\"238\" style=\"display:inline-block;border:none;outline:none;padding:0;margin:0; width:700px; height:auto;\" border=\"0\" hspace=\"0\" vspace=\"0\">\n        <![endif]--></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"6762a1fe-17b0-46e5-995e-18b822b218b0\" style=\"vertical-align: top; width: 100%; max-width: 700px;\" class=\"container-6762a1fe-17b0-46e5-995e-18b822b218b0 responsive-container\">\n                <table style=\"\n      width: 100%; max-width: 700px;\n       padding-left: 30px;  padding-right: 30px;  padding-bottom: 50px; \n      background: #eeeeee;\n    \" align=\"left\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" class=\"column-container-children\">\n                 <tbody>\n                  <tr>\n                   <td id=\"c39f73db-3e30-4f13-9f93-b69f0ec3c8b0\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-c39f73db-3e30-4f13-9f93-b69f0ec3c8b0\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 40px;  padding-bottom: 30px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p><strong><span style=\"font-size: 24px;\"><span style=\"background-color: initial;\">Tisztelt ${recipientName}!</span></span></strong></p></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"105d9fa2-8980-43b7-bd5b-f40c6cc3a18b\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-105d9fa2-8980-43b7-bd5b-f40c6cc3a18b\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p><span style=\"font-size: 15px;\">Nyilvántartásunk szerint az Ön megbízott alkuszaként már korábban segítettünk Önnek biztosítási szerződés(ek) kötésében, azonban az Ön nevén lakásbiztosítási szerződést még nem tartunk nyilván.</span></p>\n                        <p><br><span style=\"font-size: 15px;\">Örömmel tájékoztatjuk, hogy a vagyonbiztosítási szerződésekre alkalmazandó &nbsp;25/2023. (II. 1.) Korm. rendelet értelmében<strong> legkésőbb 2022. március 15-ig lehetősége van arra, hogy meglévő lakásbiztosítási szerződését felmondja és kössön egy új, az MNB által is támogatott, TESZT OTTHONBIZTOSÍTÁS-t (TFO-t)</strong> valamelyik biztosítónál <strong>a mi szakértői segítségünkkel</strong>. Javasoljuk, hogy lakásbiztosítási szerződése felmondása esetén minden esetben kössön új biztosítást, ellenkező esetben ingatlana biztosítási fedezet nélkül marad!&nbsp;</span></p>\n                        <p>&nbsp;</p>\n                        <ul>\n                         <li><span style=\"font-size: 15px;\">Amennyiben rendelkezik olyan ingatlannal, amire ajánlhatunk egy ár-érték arányban Önnek leginkább megfelelő biztosítást, úgy kérjük kattintson az alábbi gombra: </span></li>\n                        </ul></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"2913db84-1226-4e4a-875e-9b1d4256477f\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-2913db84-1226-4e4a-875e-9b1d4256477f\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; \" align=\"center\" class=\"box-content-wrapper\">\n                        <div>\n                         <!--[if mso]>\n          <v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\"${MFO_TARIFALO}\"\n             title=\"mfo_tarifalo\"  style=\"height:50px;v-text-anchor:middle;padding:0;width:200px;\"\n            arcsize=\"25%\" stroke=\"f\"  fillcolor=\"#2c3cff\">\n            <v:textbox inset=\"-2px,-2px,-2px,-2px\">\n              <w:anchorlock/>\n              <center style=\"mso-line-height-rule:exactly;\n      font-size: 15px;\n      font-family: Arial;\n      color: #FFFFFF;\n      text-align: center;\n      text-decoration: none;\n    \">\n                MFO Tarif&aacute;l&oacute;\n              </center>\n            </v:textbox>\n          </v:roundrect>\n        <![endif]--><a href=\"${MFO_TARIFALO}\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"mfo_tarifalo\" style=\"\n      font-size: 15px;\n      font-family: Arial;\n      color: #FFFFFF;\n      text-align: center;\n      text-decoration: none;\n      width: 200px;\n      background-color: #2c3cff;\n      border-radius: 25px;\n      display: inline-block;\n      line-height:50px;\n      height: 50px;\n      text-align: center;\n      text-decoration: none;\n      -webkit-text-size-adjust: none;\n      white-space: nowrap;\n     mso-hide:all;\" linkuuid=\"9e4348ae-c706-498f-8546-517d8eefa1ca\"> MFO Tarifáló </a>\n                        </div></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"2c088a8c-500a-40d7-b2c9-da3f7367b1a6\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-2c088a8c-500a-40d7-b2c9-da3f7367b1a6\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p style=\"padding-left: 40px;\"><span style=\"font-size: 15px;\">(Javasoljuk, hogy a kalkuláció, biztosításkötés előtt készítse elő azt a tájékoztató levelet, amit - meglévő biztosítása miatt - biztosítójától kellett kapnia a lakásbiztosítási szerződésének adatairól!)</span></p></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"eff7b647-e3de-413a-b1aa-a72c0c508bfd\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-eff7b647-e3de-413a-b1aa-a72c0c508bfd\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <ul>\n                         <li><span style=\"font-size: 15px;\">Amennyiben úgy ítéli meg, hogy ingatlanának és az abban tárolt ingóságoknak értéke meghaladja az átlagos magyarországi szintet, akkor javasoljuk, hogy kérjen tőlünk személyes biztosításkötési tanácsadást az alábbi linken: <a title=\"feliratkozás visszahívásra\" href=\"${FELIRATKOZAS_VISSZAHIVASRA}\" target=\"_blank\" rel=\"noopener\" linkuuid=\"7a120d68-0e26-4c25-9407-e37880d7dc55\">feliratkozás visszahívásra</a></span></li>\n                        </ul></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"fedd4a94-56a9-4685-9ac8-d62c8d8af612\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-fedd4a94-56a9-4685-9ac8-d62c8d8af612\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; \" align=\"center\" class=\"box-content-wrapper\">\n                        <div>\n                         <!--[if mso]>\n          <v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\"${FELIRATKOZAS_VISSZAHIVASRA}\"\n             title=\"kérjen visszahívást\"  style=\"height:50px;v-text-anchor:middle;padding:0;width:200px;\"\n            arcsize=\"25%\" stroke=\"f\"  fillcolor=\"#2c3cff\">\n            <v:textbox inset=\"-2px,-2px,-2px,-2px\">\n              <w:anchorlock/>\n              <center style=\"mso-line-height-rule:exactly;\n      font-size: 15px;\n      font-family: Arial;\n      color: #FFFFFF;\n      text-align: center;\n      text-decoration: none;\n    \">\n                K&eacute;rjen visszah&iacute;v&aacute;st!\n              </center>\n            </v:textbox>\n          </v:roundrect>\n        <![endif]--><a href=\"${FELIRATKOZAS_VISSZAHIVASRA}\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"kérjen visszahívást\" style=\"\n      font-size: 15px;\n      font-family: Arial;\n      color: #FFFFFF;\n      text-align: center;\n      text-decoration: none;\n      width: 200px;\n      background-color: #2c3cff;\n      border-radius: 25px;\n      display: inline-block;\n      line-height:50px;\n      height: 50px;\n      text-align: center;\n      text-decoration: none;\n      -webkit-text-size-adjust: none;\n      white-space: nowrap;\n     mso-hide:all;\" linkuuid=\"5a9a93f3-2abc-4645-b42b-5d59acafd0f2\"> Kérjen visszahívást! </a>\n                        </div></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"1ebe85be-9863-486a-836f-8721bd8fa795\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-1ebe85be-9863-486a-836f-8721bd8fa795\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <ul>\n                         <li><span style=\"font-size: 15px;\">Amennyiben jelenleg nem rendelkezik olyan lakással, amire biztosítást szeretne kötni vagy most nem kíván biztosítót váltani, akkor kérjük kattintson az alábbi linkre:<a title=\" nincs teendő\" href=\"${NINCS_TEENDO}\" target=\"_blank\" rel=\"noopener\" linkuuid=\"019083fe-4a59-4165-80df-755833584289\"> nincs teendő</a></span></li>\n                        </ul></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"da6f32f0-d18c-42a7-a4e9-27b1f51de96e\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-da6f32f0-d18c-42a7-a4e9-27b1f51de96e\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p><span style=\"font-size: 15px; font-family: Arial;\">Köszönettel, és bízva a további közös együttműködésben,</span></p>\n                        <p>&nbsp;</p>\n                        <p><span style=\"font-size: 15px; font-family: Arial;\">${BROKER_NAME}</span></p></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"04a8f5c8-6f22-4357-b499-0a742a1c08ad\" style=\"vertical-align: top; width: 100%; max-width: 700px;\" class=\"container-04a8f5c8-6f22-4357-b499-0a742a1c08ad responsive-container\">\n                <table style=\"\n      width: 100%; max-width: 700px;\n       padding-left: 30px;  padding-top: 20px;  padding-bottom: 20px; \n      background: #2c3cff;\n    \" align=\"left\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\n                 <tbody>\n                  <tr class=\"row-container-children\">\n                   <td id=\"4a77a760-41b5-46bf-9f0b-0e64878bea87\" style=\"  width: 95.71428571428572%; max-width: 670px;\" class=\"box box-4a77a760-41b5-46bf-9f0b-0e64878bea87\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 670px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p><span style=\"font-size: 15px; font-family: Arial; color: #ffffff;\">${RESIDENCE_ADDRESS}</span></p>\n                        <p><span style=\"font-size: 15px; font-family: Arial; color: #ffffff;\">${MAILING_ADDRESS}</span></p>\n                        <p><span style=\"font-size: 15px; font-family: Arial; color: #ffffff;\">${TELEPHONE}</span></p>\n                        <p><span style=\"font-size: 15px; font-family: Arial; color: #ffffff;\">${EMAIL}</span></p></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                   <td style=\"vertical-align: top;\" class=\"placeholder-td\"></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"37f52a58-9d39-45fe-83b9-391e5b508191\" style=\"  width: 100%; max-width: 700px;\" class=\"box box-37f52a58-9d39-45fe-83b9-391e5b508191\">\n                <table role=\"presentation\" style=\"\n      width: 100%; max-width: 700px;\n      background: transparent;\n      font-size: 11px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                 <tbody>\n                  <tr>\n                   <td style=\" padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; \" align=\"center\" class=\"box-content-wrapper\">\n                    <p style=\"color: #616a72; line-height: 1.4; text-align: center;\"><span style=\"color: #000000; font-size: 12px;\">Ha nem szeretne több ilyen témájú levelet kapni, kérjük, kattintson a <a style=\"color: #000000; text-decoration: underline;\" title=\"unsubscribe\" href=\"unsubscribe\" data-mce-title=\"unsubscribe\"> leiratkozásra. </a></span></p></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n             </tbody>\n            </table></td>\n          </tr>\n         </tbody>\n        </table></td>\n      </tr>\n     </tbody>\n    </table><!--[if mso]>\n                </td>\n                </tr>\n                </table>\n                <![endif]-->\n   </div><!--[if mso | IE]>\n            </td>\n            </tr>\n            </table>\n            <![endif]-->\n  </center>\n </body>\n</html></div>\t</body></html>",ötési tanácsadást az alábbi linken: <a title=\"feliratkozás visszahívásra\" href=\"${FELIRATKOZAS_VISSZAHIVASRA}\" target=\"_blank\" rel=\"noopener\" linkuuid=\"7a120d68-0e26-4c25-9407-e37880d7dc55\">feliratkozás visszahívásra</a></span></li>\n                        </ul></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"fedd4a94-56a9-4685-9ac8-d62c8d8af612\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-fedd4a94-56a9-4685-9ac8-d62c8d8af612\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; \" align=\"center\" class=\"box-content-wrapper\">\n                        <div>\n                         <!--[if mso]>\n          <v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\"${FELIRATKOZAS_VISSZAHIVASRA}\"\n             title=\"kérjen visszahívást\"  style=\"height:50px;v-text-anchor:middle;padding:0;width:200px;\"\n            arcsize=\"25%\" stroke=\"f\"  fillcolor=\"#2c3cff\">\n            <v:textbox inset=\"-2px,-2px,-2px,-2px\">\n              <w:anchorlock/>\n              <center style=\"mso-line-height-rule:exactly;\n      font-size: 15px;\n      font-family: Arial;\n      color: #FFFFFF;\n      text-align: center;\n      text-decoration: none;\n    \">\n                K&eacute;rjen visszah&iacute;v&aacute;st!\n              </center>\n            </v:textbox>\n          </v:roundrect>\n        <![endif]--><a href=\"${FELIRATKOZAS_VISSZAHIVASRA}\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"kérjen visszahívást\" style=\"\n      font-size: 15px;\n      font-family: Arial;\n      color: #FFFFFF;\n      text-align: center;\n      text-decoration: none;\n      width: 200px;\n      background-color: #2c3cff;\n      border-radius: 25px;\n      display: inline-block;\n      line-height:50px;\n      height: 50px;\n      text-align: center;\n      text-decoration: none;\n      -webkit-text-size-adjust: none;\n      white-space: nowrap;\n     mso-hide:all;\" linkuuid=\"5a9a93f3-2abc-4645-b42b-5d59acafd0f2\"> Kérjen visszahívást! </a>\n                        </div></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"1ebe85be-9863-486a-836f-8721bd8fa795\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-1ebe85be-9863-486a-836f-8721bd8fa795\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <ul>\n                         <li><span style=\"font-size: 15px;\">Amennyiben jelenleg nem rendelkezik olyan lakással, amire biztosítást szeretne kötni vagy most nem kíván biztosítót váltani, akkor kérjük kattintson az alábbi linkre:<a title=\" nincs teendő\" href=\"${NINCS_TEENDO}\" target=\"_blank\" rel=\"noopener\" linkuuid=\"019083fe-4a59-4165-80df-755833584289\"> nincs teendő</a></span></li>\n                        </ul></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"da6f32f0-d18c-42a7-a4e9-27b1f51de96e\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-da6f32f0-d18c-42a7-a4e9-27b1f51de96e\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p><span style=\"font-size: 15px; font-family: Arial;\">Köszönettel, és bízva a további közös együttműködésben,</span></p>\n                        <p>&nbsp;</p>\n                        <p><span style=\"font-size: 15px; font-family: Arial;\">${BROKER_NAME}</span></p></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"04a8f5c8-6f22-4357-b499-0a742a1c08ad\" style=\"vertical-align: top; width: 100%; max-width: 700px;\" class=\"container-04a8f5c8-6f22-4357-b499-0a742a1c08ad responsive-container\">\n                <table style=\"\n      width: 100%; max-width: 700px;\n       padding-left: 30px;  padding-top: 20px;  padding-bottom: 20px; \n      background: #2c3cff;\n    \" align=\"left\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\n                 <tbody>\n                  <tr class=\"row-container-children\">\n                   <td id=\"4a77a760-41b5-46bf-9f0b-0e64878bea87\" style=\"  width: 95.71428571428572%; max-width: 670px;\" class=\"box box-4a77a760-41b5-46bf-9f0b-0e64878bea87\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 670px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p><span style=\"font-size: 15px; font-family: Arial; color: #ffffff;\">${RESIDENCE_ADDRESS}</span></p>\n                        <p><span style=\"font-size: 15px; font-family: Arial; color: #ffffff;\">${MAILING_ADDRESS}</span></p>\n                        <p><span style=\"font-size: 15px; font-family: Arial; color: #ffffff;\">${TELEPHONE}</span></p>\n                        <p><span style=\"font-size: 15px; font-family: Arial; color: #ffffff;\">${EMAIL}</span></p></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                   <td style=\"vertical-align: top;\" class=\"placeholder-td\"></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"37f52a58-9d39-45fe-83b9-391e5b508191\" style=\"  width: 100%; max-width: 700px;\" class=\"box box-37f52a58-9d39-45fe-83b9-391e5b508191\">\n                <table role=\"presentation\" style=\"\n      width: 100%; max-width: 700px;\n      background: transparent;\n      font-size: 11px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                 <tbody>\n                  <tr>\n                   <td style=\" padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; \" align=\"center\" class=\"box-content-wrapper\">\n                    <p style=\"color: #616a72; line-height: 1.4; text-align: center;\"><span style=\"color: #000000; font-size: 12px;\">Ha nem szeretne több ilyen témájú levelet kapni, kérjük, kattintson a <a style=\"color: #000000; text-decoration: underline;\" title=\"unsubscribe\" href=\"unsubscribe\" data-mce-title=\"unsubscribe\"> leiratkozásra. </a></span></p></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n             </tbody>\n            </table></td>\n          </tr>\n         </tbody>\n        </table></td>\n      </tr>\n     </tbody>\n    </table><!--[if mso]>\n                </td>\n                </tr>\n                </table>\n                <![endif]-->\n   </div><!--[if mso | IE]>\n            </td>\n            </tr>\n            </table>\n            <![endif]-->\n  </center>\n </body>\n</html></div>\t</body></html>",
      "permissionShow": [],
      "permissionList": [],
      "messageEvents": [],
      "clickedLinks": [],
      "channel": "EMAIL",
      "replyEnvelopAttached": false,
      "paymentSlipAttached": false,
      "createdInScenario": false,
      "aggregatedArchiveStatus": "NECESSARY",
      "dmsMessageIdentifier": "45438655"
    },
    "relationships": {
      "properties": {
        "data": []
      },
      "bounces": {
        "data": []
      },
      "attachments": {
        "data": [
          {
            "type": "attachments",
            "id": "37905888"
          }
        ]
      }
    }
  },
  "included": [
    {
      "type": "properties",
      "id": "529032243",
      "attributes": {
        "key": "ATTACHMENT_CONTENT_CHECKSUM",
        "value": "d93d330fc76dda672f202ed042c0ec6eb5548c74d7bffe7fe3a818d815b71104a91509dc6640682bd48f9207e7731a5a7172046b85f1ef3bb541d69ca1385e87",
        "isMetaData": false
      }
    },
    {
      "type": "properties",
      "id": "529032241",
      "attributes": {
        "key": "ATTACHMENT_SOURCE",
        "value": "INLINE",
        "isMetaData": false
      }
    },
    {
      "type": "properties",
      "id": "529032242",
      "attributes": {
        "key": "ARCHIVE_TARGET",
        "value": "DMS",
        "isMetaData": false
      }
    },
    {
      "type": "attachments",
      "id": "37905888",
      "attributes": {
        "fileName": "TesztPDF_duplicate.docx",
        "archivingExpected": true,
        "certificationExpected": false,
        "contentAvailable": true,
        "documentType": "ATTACHMENT",
        "uuid": "1e21fdda-0722-44a1-af42-f8a5d8a40af6"
      },
      "relationships": {
        "properties": {
          "data": [
            {
              "type": "properties",
              "id": "529032243"
            },
            {
              "type": "properties",
              "id": "529032241"
            },
            {
              "type": "properties",
              "id": "529032242"
            }
          ]
        }
      }
    }
  ],
  "meta": {
    "params": [],
    "responseStatus": {
      "code": 0,
      "messages": []
    }
  }
}

Find events

Ebben a verzióban nem változott.

Find events V1

Find properties

Ebben a verzióban nem változott.

Find properties V1

List error queues

Ebben a verzióban nem változott.

List error queues V3

List error queue items

Ebben a verzióban nem változott.

List error queue items V3

Show attachment

Ebben a verzióban nem változott.

Show attachment V3

Check email address

Ebben a verzióban nem változott.

Check email address V1

Show message by ID

Üzenet lekérése ID alapján.

REST API

Ez a szolgáltatás jelenleg csak REST API-n keresztül elérhető.

REST API

REST API Info

Kérés

GET hammy/json/query/v4/messages/id/{{ID}}

Név Típus Leírás
uuid String A keresett üzenet uuid-ja.

Válasz

Név Típus Leírás
meta JMeta1 A válaszhoz tartozó metaadatok.
message JMessage4 Megtalált üzenet.

Minta

GET /hammy/json/query/v4/messages/id/{{id}}
Authorization: JWT {{jwtToken}}
X-Client-Hash-Key: {{clientHashKey}}
X-User-Name: {{userName}}
HTTP/1.1 200 OK
Content-Type: application/vnd.api+json

{
  "data": {
    "type": "messages",
    "id": "128e8441-52d9-4018-854b-70025e25a954",
    "attributes": {
      "actualStatus": "ERROR",
      "statusLastChangedAt": "2024-06-03T11:36:38.919+02:00",
      "messageType": "Teszt",
      "recipientAddress": "teszt@dbx.hu",
      "archivingExpected": false,
      "createdAt": "2024-06-03T11:36:37.871+02:00",
      "subject": "Teszt tárgy",
      "htmlBody": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"><html>\t<head>\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\t\t<title></title>\t</head>\t<body>  \t  <div><!doctype html>\n<html lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:o=\"urn:schemas-microsoft-com:office:office\">\n <head>\n  <meta charset=\"utf-8\"><!-- utf-8 works for most cases -->\n  <meta name=\"viewport\" content=\"width=device-width\"><!-- Forcing initial-scale shouldn't be necessary -->\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"><!-- Use the latest (edge) version of IE rendering engine -->\n  <meta name=\"x-apple-disable-message-reformatting\"><!-- Disable auto-scale in iOS 10 Mail entirely -->\n  <meta name=\"format-detection\" content=\"telephone=no,address=no,email=no,date=no,url=no\"><!-- Tell iOS not to automatically link certain text strings. -->\n  <meta name=\"color-scheme\" content=\"light\">\n  <meta name=\"supported-color-schemes\" content=\"light\">\n  <title></title><!-- The title tag shows in email notifications, like Android 4.4. --> <!-- What it does: Makes background images in 72ppi Outlook render at correct size. --> <!--[if gte mso 9]>\n          <xml>\n              <o:OfficeDocumentSettings>\n                  <o:AllowPNG/>\n                  <o:PixelsPerInch>96</o:PixelsPerInch>\n              </o:OfficeDocumentSettings>\n          </xml>\n          <![endif]--> <!-- This style is only needed for Outlook, and causes padding issues for other clients. --> <!--[if gte mso 9]>\n          <style>\n            table {\n              border-spacing: 0 !important;\n              border-collapse: collapse !important;\n              table-layout: fixed !important;\n              margin: 0 auto !important;\n            }\n          </style>\n          <![endif]-->\n  <style type=\"text/css\">\n            :root {\n              color-scheme: light;\n              supported-color-schemes: light;\n            }\n            html,\n            body {\n              margin: 0 auto !important;\n              padding: 0 !important;\n              height: 100% !important;\n              width: 100% !important;\n              line-height: normal;\n            }\n            * {\n              -ms-text-size-adjust: 100%;\n              -webkit-text-size-adjust: 100%;\n            }\n            div[style*=\"margin: 16px 0\"] {\n              margin: 0 !important;\n            }\n            #MessageViewBody,\n            #MessageWebViewDiv {\n              width: 100% !important;\n            }\n            table,\n            td {\n              mso-table-lspace: 0pt !important;\n              mso-table-rspace: 0pt !important;\n            }\n            th {\n              font-weight: normal;\n            }\n            a {\n              text-decoration: none;\n            }\n            img {\n              -ms-interpolation-mode: bicubic;\n            }\n            /* What it does: A work-around for email clients meddling in triggered links. */\n            a[x-apple-data-detectors], /* iOS */\n            .unstyle-auto-detected-links a,\n            .aBn {\n              border-bottom: 0 !important;\n              cursor: default !important;\n              color: inherit !important;\n              text-decoration: none !important;\n              font-size: inherit !important;\n              font-family: inherit !important;\n              font-weight: inherit !important;\n              line-height: inherit !important;\n            }\n            .im {\n              color: inherit !important;\n            }\n            .a6S {\n              display: none !important;\n              opacity: 0.01 !important;\n            }\n            img.g-img+div {\n              display: none !important;\n            }\n            /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */\n            @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {\n              u~div .email-container {\n                min-width: 320px !important;\n              }\n            }\n\n            /* iPhone 6, 6S, 7, 8, and X */\n            @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {\n              u~div .email-container {\n                min-width: 375px !important;\n              }\n            }\n\n            /* iPhone 6+, 7+, and 8+ */\n            @media only screen and (min-device-width: 414px) {\n              u~div .email-container {\n                min-width: 414px !important;\n              }\n            }\n\n            /* section 2 */\n\n            .button-td,\n            .button-a {\n              transition: all 100ms ease-in;\n            }\n\n            .button-td-primary:hover,\n            .button-a-primary:hover {\n              background: #555555 !important;\n              border-color: #555555 !important;\n            }\n\n            /* Media Queries */\n            @media screen and (max-width: 600px) {\n\n              .email-container {\n                width: 100% !important;\n                margin: auto !important;\n              }\n\n              .stack-column, .placeholder-td {\n                display: none !important;\n              }\n\n              /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */\n              .center-on-narrow {\n                text-align: center !important;\n                display: block !important;\n                margin-left: auto !important;\n                margin-right: auto !important;\n                float: none !important;\n              }\n              table.center-on-narrow {\n                display: inline-block !important;\n              }\n\n              .responsive-container > table > tbody > tr > td {\n                width: 100% !important;\n                max-width: 100% !important;\n                display: block !important;\n              }\n              .responsive-container > table > tbody > tr > td > table {\n                width: 100% !important;\n                max-width: 100% !important;\n              }\n              \n      .box-8ffc0a56-6066-4575-a822-83136aadc249[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-87baa457-3005-453c-8ba8-9ea3bdba956e[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-8647467c-f2c7-4a21-bb74-4d1b168ee751[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n\n      .box-c39f73db-3e30-4f13-9f93-b69f0ec3c8b0[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-105d9fa2-8980-43b7-bd5b-f40c6cc3a18b[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-2913db84-1226-4e4a-875e-9b1d4256477f[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-2c088a8c-500a-40d7-b2c9-da3f7367b1a6[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-eff7b647-e3de-413a-b1aa-a72c0c508bfd[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-fedd4a94-56a9-4685-9ac8-d62c8d8af612[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-1ebe85be-9863-486a-836f-8721bd8fa795[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-da6f32f0-d18c-42a7-a4e9-27b1f51de96e[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n\n      .box-4a77a760-41b5-46bf-9f0b-0e64878bea87[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-37f52a58-9d39-45fe-83b9-391e5b508191[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n            }\n\n            /* section 3 */\n\n            p { margin: 0; }\n            table { table-layout: fixed; }\n            .box table { table-layout: auto; }\n            \n            /*\n            a {\n              color: inherit !important;\n              text-decoration: none !important;\n              font-size: inherit !important;\n              font-family: inherit !important;\n              font-weight: inherit !important;\n              line-height: inherit !important;\n            }\n            u + #body a {\n              color: inherit !important;\n              text-decoration: none !important;\n              font-size: inherit !important;\n              font-family: inherit !important;\n              font-weight: inherit !important;\n              line-height: inherit !important;\n            }\n            #MessageViewBody a {\n              color: inherit !important;\n              text-decoration: none !important;\n              font-size: inherit !important;\n              font-family: inherit !important;\n              font-weight: inherit !important;\n              line-height: inherit !important;\n            }\n            */\n          </style>\n </head>\n <body width=\"100%\" style=\"margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: null;\">\n  <center role=\"article\" aria-roledescription=\"email\" lang=\"en\" style=\"width: 100%; background-color: null;\">\n   <!--[if mso | IE]>\n            <table role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"background-color: null;\">\n            <tr>\n            <td>\n            <![endif]-->\n   <div style=\"max-width: 700px; margin: 0 auto;\" class=\"email-container\">\n    <!--[if mso]>\n                <table align=\"center\" role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"700\">\n                <tr>\n                <td>\n                <![endif]-->\n    <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\" style=\"margin: auto;\">\n     <tbody>\n      <tr>\n       <td style=\"vertical-align: top; \n      width: 100%;\n      max-width: 700px;\n      background: null;\n      padding-left: nullpx;\n      padding-right: nullpx;\n      padding-top: nullpx;\n      padding-bottom: nullpx;\n    \">\n        <table role=\"presentation\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"margin-left: auto; margin-right: auto;\" width=\"100%\">\n         <tbody>\n          <tr>\n           <td id=\"d6f60a11-6b6b-439b-ab30-66a751010bbe\" style=\"vertical-align: top; width: 100%; max-width: 700px;\" class=\"container-d6f60a11-6b6b-439b-ab30-66a751010bbe responsive-container\">\n            <table style=\"\n      width: 100%; max-width: 700px;\n      background: transparent;\n    \" align=\"left\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" class=\"column-container-children\">\n             <tbody>\n              <tr>\n               <td id=\"8ffc0a56-6066-4575-a822-83136aadc249\" style=\"  width: 100%; max-width: 700px;\" class=\"box box-8ffc0a56-6066-4575-a822-83136aadc249\">\n                <table role=\"presentation\" style=\"\n      width: 100%; max-width: 700px;\n      background: transparent;\n      font-size: 11px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                 <tbody>\n                  <tr>\n                   <td style=\" padding-top: 10px;  padding-bottom: 10px;   vertical-align: middle; \" align=\"center\" class=\"box-content-wrapper\">\n                    <p style=\"color: #616a72; line-height: 1.4; text-align: center;\"><span style=\"font-size: 12px; color: #000000;\">Ha az üzenet nem jelenik meg megfelelően, <a style=\"color: #000000; text-decoration: underline;\" title=\"showMessage\" href=\"showMessage\" data-mce-title=\"showMessage\"> kattintson ide! </a></span></p></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"87baa457-3005-453c-8ba8-9ea3bdba956e\" style=\"  width: 100%; max-width: 700px;\" class=\"box box-87baa457-3005-453c-8ba8-9ea3bdba956e\">\n                <table role=\"presentation\" style=\"\n      width: 100%; max-width: 700px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                 <tbody>\n                  <tr>\n                   <td style=\" padding-left: 40px;  padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; text-align: left;\" class=\"box-content-wrapper\"><!--[if !mso]><!-- --> <img src=\"cid:logo.png\" alt=\"logo.png\" style=\"max-width: 100%; max-height: 100%; display: block; margin-left: 0; margin-right: auto;\"> <!--<![endif]--> <!--[if gte mso 9]>\n        <img src=\"cid:logo.png\" alt=\"logo.png\" width=\"152\" height=\"30\" style=\"display:inline-block;border:none;outline:none;padding:0;margin:0; width:152px; height:auto;\" border=\"0\" hspace=\"0\" vspace=\"0\">\n        <![endif]--></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"8647467c-f2c7-4a21-bb74-4d1b168ee751\" style=\"  width: 100%; max-width: 700px;\" class=\"box box-8647467c-f2c7-4a21-bb74-4d1b168ee751\">\n                <table role=\"presentation\" style=\"\n      width: 100%; max-width: 700px;\n        border-color: #2c3cff;\n        border-style: solid;\n       border-top: none; border-left: none; border-right: none;\n       border-bottom-width: 5px; \n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                 <tbody>\n                  <tr>\n                   <td style=\"  vertical-align: middle; text-align: center;\" class=\"box-content-wrapper\"><!--[if !mso]><!-- --> <img src=\"cid:teszt_header_alkusz.jpg\" alt=\"_teszt_header_alkusz.jpg\" style=\"max-width: 100%; max-height: 100%; display: block; margin-left: auto; margin-right: auto;\"> <!--<![endif]--> <!--[if gte mso 9]>\n        <img src=\"cid:teszt_header_alkusz.jpg\" alt=\"teszt_header_alkusz.jpg\" width=\"700\" height=\"238\" style=\"display:inline-block;border:none;outline:none;padding:0;margin:0; width:700px; height:auto;\" border=\"0\" hspace=\"0\" vspace=\"0\">\n        <![endif]--></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"6762a1fe-17b0-46e5-995e-18b822b218b0\" style=\"vertical-align: top; width: 100%; max-width: 700px;\" class=\"container-6762a1fe-17b0-46e5-995e-18b822b218b0 responsive-container\">\n                <table style=\"\n      width: 100%; max-width: 700px;\n       padding-left: 30px;  padding-right: 30px;  padding-bottom: 50px; \n      background: #eeeeee;\n    \" align=\"left\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" class=\"column-container-children\">\n                 <tbody>\n                  <tr>\n                   <td id=\"c39f73db-3e30-4f13-9f93-b69f0ec3c8b0\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-c39f73db-3e30-4f13-9f93-b69f0ec3c8b0\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 40px;  padding-bottom: 30px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p><strong><span style=\"font-size: 24px;\"><span style=\"background-color: initial;\">Tisztelt ${recipientName}!</span></span></strong></p></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"105d9fa2-8980-43b7-bd5b-f40c6cc3a18b\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-105d9fa2-8980-43b7-bd5b-f40c6cc3a18b\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p><span style=\"font-size: 15px;\">Nyilvántartásunk szerint az Ön megbízott alkuszaként már korábban segítettünk Önnek biztosítási szerződés(ek) kötésében, azonban az Ön nevén lakásbiztosítási szerződést még nem tartunk nyilván.</span></p>\n                        <p><br><span style=\"font-size: 15px;\">Örömmel tájékoztatjuk, hogy a vagyonbiztosítási szerződésekre alkalmazandó &nbsp;25/2023. (II. 1.) Korm. rendelet értelmében<strong> legkésőbb 2022. március 15-ig lehetősége van arra, hogy meglévő lakásbiztosítási szerződését felmondja és kössön egy új, az MNB által is támogatott, MINŐSÍTETT FOGYASZTÓBARÁT OTTHONBIZTOSÍTÁS-t (MFO-t)</strong> valamelyik biztosítónál <strong>a mi szakértői segítségünkkel</strong>. Javasoljuk, hogy lakásbiztosítási szerződése felmondása esetén minden esetben kössön új biztosítást, ellenkező esetben ingatlana biztosítási fedezet nélkül marad!&nbsp;</span></p>\n                        <p>&nbsp;</p>\n                        <ul>\n                         <li><span style=\"font-size: 15px;\">Amennyiben rendelkezik olyan ingatlannal, amire ajánlhatunk egy ár-érték arányban Önnek leginkább megfelelő biztosítást, úgy kérjük kattintson az alábbi gombra: </span></li>\n                        </ul></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"2913db84-1226-4e4a-875e-9b1d4256477f\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-2913db84-1226-4e4a-875e-9b1d4256477f\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; \" align=\"center\" class=\"box-content-wrapper\">\n                        <div>\n                         <!--[if mso]>\n          <v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\"${MFO_TARIFALO}\"\n             title=\"mfo_tarifalo\"  style=\"height:50px;v-text-anchor:middle;padding:0;width:200px;\"\n            arcsize=\"25%\" stroke=\"f\"  fillcolor=\"#2c3cff\">\n            <v:textbox inset=\"-2px,-2px,-2px,-2px\">\n              <w:anchorlock/>\n              <center style=\"mso-line-height-rule:exactly;\n      font-size: 15px;\n      font-family: Arial;\n      color: #FFFFFF;\n      text-align: center;\n      text-decoration: none;\n    \">\n                MFO Tarif&aacute;l&oacute;\n              </center>\n            </v:textbox>\n          </v:roundrect>\n        <![endif]--><a href=\"${MFO_TARIFALO}\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"mfo_tarifalo\" style=\"\n      font-size: 15px;\n      font-family: Arial;\n      color: #FFFFFF;\n      text-align: center;\n      text-decoration: none;\n      width: 200px;\n      background-color: #2c3cff;\n      border-radius: 25px;\n      display: inline-block;\n      line-height:50px;\n      height: 50px;\n      text-align: center;\n      text-decoration: none;\n      -webkit-text-size-adjust: none;\n      white-space: nowrap;\n     mso-hide:all;\" linkuuid=\"9e4348ae-c706-498f-8546-517d8eefa1ca\"> MFO Tarifáló </a>\n                        </div></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"2c088a8c-500a-40d7-b2c9-da3f7367b1a6\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-2c088a8c-500a-40d7-b2c9-da3f7367b1a6\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p style=\"padding-left: 40px;\"><span style=\"font-size: 15px;\">(Javasoljuk, hogy a kalkuláció, biztosításkötés előtt készítse elő azt a tájékoztató levelet, amit - meglévő biztosítása miatt - biztosítójától kellett kapnia a lakásbiztosítási szerződésének adatairól!)</span></p></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"eff7b647-e3de-413a-b1aa-a72c0c508bfd\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-eff7b647-e3de-413a-b1aa-a72c0c508bfd\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <ul>\n                         <li><span style=\"font-size: 15px;\">Amennyiben úgy ítéli meg, hogy ingatlanának és az abban tárolt ingóságoknak értéke meghaladja az átlagos magyarországi szintet, akkor javasoljuk, hogy kérjen tőlünk személyes biztosításkötési tanácsadást az alábbi linken: <a title=\"feliratkozás visszahívásra\" href=\"${FELIRATKOZAS_VISSZAHIVASRA}\" target=\"_blank\" rel=\"noopener\" linkuuid=\"7a120d68-0e26-4c25-9407-e37880d7dc55\">feliratkozás visszahívásra</a></span></li>\n                        </ul></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"fedd4a94-56a9-4685-9ac8-d62c8d8af612\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-fedd4a94-56a9-4685-9ac8-d62c8d8af612\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; \" align=\"center\" class=\"box-content-wrapper\">\n                        <div>\n                         <!--[if mso]>\n          <v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\"${FELIRATKOZAS_VISSZAHIVASRA}\"\n             title=\"kérjen visszahívást\"  style=\"height:50px;v-text-anchor:middle;padding:0;width:200px;\"\n            arcsize=\"25%\" stroke=\"f\"  fillcolor=\"#2c3cff\">\n            <v:textbox inset=\"-2px,-2px,-2px,-2px\">\n              <w:anchorlock/>\n              <center style=\"mso-line-height-rule:exactly;\n      font-size: 15px;\n      font-family: Arial;\n      color: #FFFFFF;\n      text-align: center;\n      text-decoration: none;\n    \">\n                K&eacute;rjen visszah&iacute;v&aacute;st!\n              </center>\n            </v:textbox>\n          </v:roundrect>\n        <![endif]--><a href=\"${FELIRATKOZAS_VISSZAHIVASRA}\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"kérjen visszahívást\" style=\"\n      font-size: 15px;\n      font-family: Arial;\n      color: #FFFFFF;\n      text-align: center;\n      text-decoration: none;\n      width: 200px;\n      background-color: #2c3cff;\n      border-radius: 25px;\n      display: inline-block;\n      line-height:50px;\n      height: 50px;\n      text-align: center;\n      text-decoration: none;\n      -webkit-text-size-adjust: none;\n      white-space: nowrap;\n     mso-hide:all;\" linkuuid=\"5a9a93f3-2abc-4645-b42b-5d59acafd0f2\"> Kérjen visszahívást! </a>\n                        </div></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"1ebe85be-9863-486a-836f-8721bd8fa795\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-1ebe85be-9863-486a-836f-8721bd8fa795\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <ul>\n                         <li><span style=\"font-size: 15px;\">Amennyiben jelenleg nem rendelkezik olyan lakással, amire biztosítást szeretne kötni vagy most nem kíván biztosítót váltani, akkor kérjük kattintson az alábbi linkre:<a title=\" nincs teendő\" href=\"${NINCS_TEENDO}\" target=\"_blank\" rel=\"noopener\" linkuuid=\"019083fe-4a59-4165-80df-755833584289\"> nincs teendő</a></span></li>\n                        </ul></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"da6f32f0-d18c-42a7-a4e9-27b1f51de96e\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-da6f32f0-d18c-42a7-a4e9-27b1f51de96e\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p><span style=\"font-size: 15px; font-family: Arial;\">Köszönettel, és bízva a további közös együttműködésben,</span></p>\n                        <p>&nbsp;</p>\n                        <p><span style=\"font-size: 15px; font-family: Arial;\">${BROKER_NAME}</span></p></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"04a8f5c8-6f22-4357-b499-0a742a1c08ad\" style=\"vertical-align: top; width: 100%; max-width: 700px;\" class=\"container-04a8f5c8-6f22-4357-b499-0a742a1c08ad responsive-container\">\n                <table style=\"\n      width: 100%; max-width: 700px;\n       padding-left: 30px;  padding-top: 20px;  padding-bottom: 20px; \n      background: #2c3cff;\n    \" align=\"left\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\n                 <tbody>\n                  <tr class=\"row-container-children\">\n                   <td id=\"4a77a760-41b5-46bf-9f0b-0e64878bea87\" style=\"  width: 95.71428571428572%; max-width: 670px;\" class=\"box box-4a77a760-41b5-46bf-9f0b-0e64878bea87\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 670px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p><span style=\"font-size: 15px; font-family: Arial; color: #ffffff;\">${RESIDENCE_ADDRESS}</span></p>\n                        <p><span style=\"font-size: 15px; font-family: Arial; color: #ffffff;\">${MAILING_ADDRESS}</span></p>\n                        <p><span style=\"font-size: 15px; font-family: Arial; color: #ffffff;\">${TELEPHONE}</span></p>\n                        <p><span style=\"font-size: 15px; font-family: Arial; color: #ffffff;\">${EMAIL}</span></p></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                   <td style=\"vertical-align: top;\" class=\"placeholder-td\"></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"37f52a58-9d39-45fe-83b9-391e5b508191\" style=\"  width: 100%; max-width: 700px;\" class=\"box box-37f52a58-9d39-45fe-83b9-391e5b508191\">\n                <table role=\"presentation\" style=\"\n      width: 100%; max-width: 700px;\n      background: transparent;\n      font-size: 11px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                 <tbody>\n                  <tr>\n                   <td style=\" padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; \" align=\"center\" class=\"box-content-wrapper\">\n                    <p style=\"color: #616a72; line-height: 1.4; text-align: center;\"><span style=\"color: #000000; font-size: 12px;\">Ha nem szeretne több ilyen témájú levelet kapni, kérjük, kattintson a <a style=\"color: #000000; text-decoration: underline;\" title=\"unsubscribe\" href=\"unsubscribe\" data-mce-title=\"unsubscribe\"> leiratkozásra. </a></span></p></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n             </tbody>\n            </table></td>\n          </tr>\n         </tbody>\n        </table></td>\n      </tr>\n     </tbody>\n    </table><!--[if mso]>\n                </td>\n                </tr>\n                </table>\n                <![endif]-->\n   </div><!--[if mso | IE]>\n            </td>\n            </tr>\n            </table>\n            <![endif]-->\n  </center>\n </body>\n</html></div>\t</body></html>",
      "permissionShow": [],
      "permissionList": [],
      "messageEvents": [],
      "clickedLinks": [],
      "channel": "EMAIL",
      "replyEnvelopAttached": false,
      "paymentSlipAttached": false,
      "createdInScenario": false,
      "aggregatedArchiveStatus": "UNNECESSARY",
      "dmsMessageIdentifier": "45438652"
    },
    "relationships": {
      "properties": {
        "data": []
      },
      "bounces": {
        "data": []
      },
      "attachments": {
        "data": []
      }
    }
  },
  "meta": {
    "params": [],
    "responseStatus": {
      "code": 0,
      "messages": []
    }
  }
}

Show message by UUID

Üzenet lekérése UUID alapján.

REST API

Ez a szolgáltatás jelenleg csak REST API-n keresztül elérhető.

REST API

REST API Info

Kérés

GET hammy/json/query/v4/messages/uuid/{{UUID}}

Név Típus Leírás
uuid String A keresett üzenet uuid-ja.

Válasz

Típus Leírás
JMessage4 Megtalált üzenet.

Minta

GET /hammy/json/query/v4/messages/uuid/{{uuid}}
Authorization: JWT {{jwtToken}}
X-Client-Hash-Key: {{clientHashKey}}
X-User-Name: {{userName}}
HTTP/1.1 200 OK
Content-Type: application/vnd.api+json

{
  "data": {
    "type": "messages",
    "id": "128e8441-52d9-4018-854b-70025e25a954",
    "attributes": {
      "actualStatus": "ERROR",
      "statusLastChangedAt": "2024-06-03T11:36:38.919+02:00",
      "messageType": "TESZT3",
      "recipientAddress": "teszt@dbx.hu",
      "archivingExpected": false,
      "createdAt": "2024-06-03T11:36:37.871+02:00",
      "subject": "Teszt",
      "htmlBody": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"><html>\t<head>\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\t\t<title></title>\t</head>\t<body>  \t  <div><!doctype html>\n<html lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:o=\"urn:schemas-microsoft-com:office:office\">\n <head>\n  <meta charset=\"utf-8\"><!-- utf-8 works for most cases -->\n  <meta name=\"viewport\" content=\"width=device-width\"><!-- Forcing initial-scale shouldn't be necessary -->\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"><!-- Use the latest (edge) version of IE rendering engine -->\n  <meta name=\"x-apple-disable-message-reformatting\"><!-- Disable auto-scale in iOS 10 Mail entirely -->\n  <meta name=\"format-detection\" content=\"telephone=no,address=no,email=no,date=no,url=no\"><!-- Tell iOS not to automatically link certain text strings. -->\n  <meta name=\"color-scheme\" content=\"light\">\n  <meta name=\"supported-color-schemes\" content=\"light\">\n  <title></title><!-- The title tag shows in email notifications, like Android 4.4. --> <!-- What it does: Makes background images in 72ppi Outlook render at correct size. --> <!--[if gte mso 9]>\n          <xml>\n              <o:OfficeDocumentSettings>\n                  <o:AllowPNG/>\n                  <o:PixelsPerInch>96</o:PixelsPerInch>\n              </o:OfficeDocumentSettings>\n          </xml>\n          <![endif]--> <!-- This style is only needed for Outlook, and causes padding issues for other clients. --> <!--[if gte mso 9]>\n          <style>\n            table {\n              border-spacing: 0 !important;\n              border-collapse: collapse !important;\n              table-layout: fixed !important;\n              margin: 0 auto !important;\n            }\n          </style>\n          <![endif]-->\n  <style type=\"text/css\">\n            :root {\n              color-scheme: light;\n              supported-color-schemes: light;\n            }\n            html,\n            body {\n              margin: 0 auto !important;\n              padding: 0 !important;\n              height: 100% !important;\n              width: 100% !important;\n              line-height: normal;\n            }\n            * {\n              -ms-text-size-adjust: 100%;\n              -webkit-text-size-adjust: 100%;\n            }\n            div[style*=\"margin: 16px 0\"] {\n              margin: 0 !important;\n            }\n            #MessageViewBody,\n            #MessageWebViewDiv {\n              width: 100% !important;\n            }\n            table,\n            td {\n              mso-table-lspace: 0pt !important;\n              mso-table-rspace: 0pt !important;\n            }\n            th {\n              font-weight: normal;\n            }\n            a {\n              text-decoration: none;\n            }\n            img {\n              -ms-interpolation-mode: bicubic;\n            }\n            /* What it does: A work-around for email clients meddling in triggered links. */\n            a[x-apple-data-detectors], /* iOS */\n            .unstyle-auto-detected-links a,\n            .aBn {\n              border-bottom: 0 !important;\n              cursor: default !important;\n              color: inherit !important;\n              text-decoration: none !important;\n              font-size: inherit !important;\n              font-family: inherit !important;\n              font-weight: inherit !important;\n              line-height: inherit !important;\n            }\n            .im {\n              color: inherit !important;\n            }\n            .a6S {\n              display: none !important;\n              opacity: 0.01 !important;\n            }\n            img.g-img+div {\n              display: none !important;\n            }\n            /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */\n            @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {\n              u~div .email-container {\n                min-width: 320px !important;\n              }\n            }\n\n            /* iPhone 6, 6S, 7, 8, and X */\n            @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {\n              u~div .email-container {\n                min-width: 375px !important;\n              }\n            }\n\n            /* iPhone 6+, 7+, and 8+ */\n            @media only screen and (min-device-width: 414px) {\n              u~div .email-container {\n                min-width: 414px !important;\n              }\n            }\n\n            /* section 2 */\n\n            .button-td,\n            .button-a {\n              transition: all 100ms ease-in;\n            }\n\n            .button-td-primary:hover,\n            .button-a-primary:hover {\n              background: #555555 !important;\n              border-color: #555555 !important;\n            }\n\n            /* Media Queries */\n            @media screen and (max-width: 600px) {\n\n              .email-container {\n                width: 100% !important;\n                margin: auto !important;\n              }\n\n              .stack-column, .placeholder-td {\n                display: none !important;\n              }\n\n              /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */\n              .center-on-narrow {\n                text-align: center !important;\n                display: block !important;\n                margin-left: auto !important;\n                margin-right: auto !important;\n                float: none !important;\n              }\n              table.center-on-narrow {\n                display: inline-block !important;\n              }\n\n              .responsive-container > table > tbody > tr > td {\n                width: 100% !important;\n                max-width: 100% !important;\n                display: block !important;\n              }\n              .responsive-container > table > tbody > tr > td > table {\n                width: 100% !important;\n                max-width: 100% !important;\n              }\n              \n      .box-8ffc0a56-6066-4575-a822-83136aadc249[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-87baa457-3005-453c-8ba8-9ea3bdba956e[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-8647467c-f2c7-4a21-bb74-4d1b168ee751[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n\n      .box-c39f73db-3e30-4f13-9f93-b69f0ec3c8b0[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-105d9fa2-8980-43b7-bd5b-f40c6cc3a18b[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-2913db84-1226-4e4a-875e-9b1d4256477f[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-2c088a8c-500a-40d7-b2c9-da3f7367b1a6[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-eff7b647-e3de-413a-b1aa-a72c0c508bfd[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-fedd4a94-56a9-4685-9ac8-d62c8d8af612[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-1ebe85be-9863-486a-836f-8721bd8fa795[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-da6f32f0-d18c-42a7-a4e9-27b1f51de96e[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n\n      .box-4a77a760-41b5-46bf-9f0b-0e64878bea87[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n\n      .box-37f52a58-9d39-45fe-83b9-391e5b508191[style] {\n        width: calc(100% - 0px) !important;\n        max-width: calc(100% - 0px) !important;\n      }\n    \n            }\n\n            /* section 3 */\n\n            p { margin: 0; }\n            table { table-layout: fixed; }\n            .box table { table-layout: auto; }\n            \n            /*\n            a {\n              color: inherit !important;\n              text-decoration: none !important;\n              font-size: inherit !important;\n              font-family: inherit !important;\n              font-weight: inherit !important;\n              line-height: inherit !important;\n            }\n            u + #body a {\n              color: inherit !important;\n              text-decoration: none !important;\n              font-size: inherit !important;\n              font-family: inherit !important;\n              font-weight: inherit !important;\n              line-height: inherit !important;\n            }\n            #MessageViewBody a {\n              color: inherit !important;\n              text-decoration: none !important;\n              font-size: inherit !important;\n              font-family: inherit !important;\n              font-weight: inherit !important;\n              line-height: inherit !important;\n            }\n            */\n          </style>\n </head>\n <body width=\"100%\" style=\"margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: null;\">\n  <center role=\"article\" aria-roledescription=\"email\" lang=\"en\" style=\"width: 100%; background-color: null;\">\n   <!--[if mso | IE]>\n            <table role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"background-color: null;\">\n            <tr>\n            <td>\n            <![endif]-->\n   <div style=\"max-width: 700px; margin: 0 auto;\" class=\"email-container\">\n    <!--[if mso]>\n                <table align=\"center\" role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"700\">\n                <tr>\n                <td>\n                <![endif]-->\n    <table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\" style=\"margin: auto;\">\n     <tbody>\n      <tr>\n       <td style=\"vertical-align: top; \n      width: 100%;\n      max-width: 700px;\n      background: null;\n      padding-left: nullpx;\n      padding-right: nullpx;\n      padding-top: nullpx;\n      padding-bottom: nullpx;\n    \">\n        <table role=\"presentation\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"margin-left: auto; margin-right: auto;\" width=\"100%\">\n         <tbody>\n          <tr>\n           <td id=\"d6f60a11-6b6b-439b-ab30-66a751010bbe\" style=\"vertical-align: top; width: 100%; max-width: 700px;\" class=\"container-d6f60a11-6b6b-439b-ab30-66a751010bbe responsive-container\">\n            <table style=\"\n      width: 100%; max-width: 700px;\n      background: transparent;\n    \" align=\"left\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" class=\"column-container-children\">\n             <tbody>\n              <tr>\n               <td id=\"8ffc0a56-6066-4575-a822-83136aadc249\" style=\"  width: 100%; max-width: 700px;\" class=\"box box-8ffc0a56-6066-4575-a822-83136aadc249\">\n                <table role=\"presentation\" style=\"\n      width: 100%; max-width: 700px;\n      background: transparent;\n      font-size: 11px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                 <tbody>\n                  <tr>\n                   <td style=\" padding-top: 10px;  padding-bottom: 10px;   vertical-align: middle; \" align=\"center\" class=\"box-content-wrapper\">\n                    <p style=\"color: #616a72; line-height: 1.4; text-align: center;\"><span style=\"font-size: 12px; color: #000000;\">Ha az üzenet nem jelenik meg megfelelően, <a style=\"color: #000000; text-decoration: underline;\" title=\"showMessage\" href=\"showMessage\" data-mce-title=\"showMessage\"> kattintson ide! </a></span></p></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"87baa457-3005-453c-8ba8-9ea3bdba956e\" style=\"  width: 100%; max-width: 700px;\" class=\"box box-87baa457-3005-453c-8ba8-9ea3bdba956e\">\n                <table role=\"presentation\" style=\"\n      width: 100%; max-width: 700px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                 <tbody>\n                  <tr>\n                   <td style=\" padding-left: 40px;  padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; text-align: left;\" class=\"box-content-wrapper\"><!--[if !mso]><!-- --> <img src=\"cid:logo.png\" alt=\"logo.png\" style=\"max-width: 100%; max-height: 100%; display: block; margin-left: 0; margin-right: auto;\"> <!--<![endif]--> <!--[if gte mso 9]>\n        <img src=\"cid:logo.png\" alt=\"logo.png\" width=\"152\" height=\"30\" style=\"display:inline-block;border:none;outline:none;padding:0;margin:0; width:152px; height:auto;\" border=\"0\" hspace=\"0\" vspace=\"0\">\n        <![endif]--></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"8647467c-f2c7-4a21-bb74-4d1b168ee751\" style=\"  width: 100%; max-width: 700px;\" class=\"box box-8647467c-f2c7-4a21-bb74-4d1b168ee751\">\n                <table role=\"presentation\" style=\"\n      width: 100%; max-width: 700px;\n        border-color: #2c3cff;\n        border-style: solid;\n       border-top: none; border-left: none; border-right: none;\n       border-bottom-width: 5px; \n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                 <tbody>\n                  <tr>\n                   <td style=\"  vertical-align: middle; text-align: center;\" class=\"box-content-wrapper\"><!--[if !mso]><!-- --> <img src=\"cid:teszt_header_alkusz.jpg\" alt=\"teszt_header_alkusz.jpg\" style=\"max-width: 100%; max-height: 100%; display: block; margin-left: auto; margin-right: auto;\"> <!--<![endif]--> <!--[if gte mso 9]>\n        <img src=\"cid:teszt_header_alkusz.jpg\" alt=\"teszt_header_alkusz.jpg\" width=\"700\" height=\"238\" style=\"display:inline-block;border:none;outline:none;padding:0;margin:0; width:700px; height:auto;\" border=\"0\" hspace=\"0\" vspace=\"0\">\n        <![endif]--></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"6762a1fe-17b0-46e5-995e-18b822b218b0\" style=\"vertical-align: top; width: 100%; max-width: 700px;\" class=\"container-6762a1fe-17b0-46e5-995e-18b822b218b0 responsive-container\">\n                <table style=\"\n      width: 100%; max-width: 700px;\n       padding-left: 30px;  padding-right: 30px;  padding-bottom: 50px; \n      background: #eeeeee;\n    \" align=\"left\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" class=\"column-container-children\">\n                 <tbody>\n                  <tr>\n                   <td id=\"c39f73db-3e30-4f13-9f93-b69f0ec3c8b0\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-c39f73db-3e30-4f13-9f93-b69f0ec3c8b0\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 40px;  padding-bottom: 30px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p><strong><span style=\"font-size: 24px;\"><span style=\"background-color: initial;\">Tisztelt ${recipientName}!</span></span></strong></p></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"105d9fa2-8980-43b7-bd5b-f40c6cc3a18b\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-105d9fa2-8980-43b7-bd5b-f40c6cc3a18b\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p><span style=\"font-size: 15px;\">Nyilvántartásunk szerint az Ön megbízott alkuszaként már korábban segítettünk Önnek biztosítási szerződés(ek) kötésében, azonban az Ön nevén lakásbiztosítási szerződést még nem tartunk nyilván.</span></p>\n                        <p><br><span style=\"font-size: 15px;\">Örömmel tájékoztatjuk, hogy a vagyonbiztosítási szerződésekre alkalmazandó &nbsp;25/2023. (II. 1.) Korm. rendelet értelmében<strong> legkésőbb 2022. március 15-ig lehetősége van arra, hogy meglévő lakásbiztosítási szerződését felmondja és kössön egy új, az MNB által is támogatott, TESZT (TFO-t)</strong> valamelyik biztosítónál <strong>a mi szakértői segítségünkkel</strong>. Javasoljuk, hogy lakásbiztosítási szerződése felmondása esetén minden esetben kössön új biztosítást, ellenkező esetben ingatlana biztosítási fedezet nélkül marad!&nbsp;</span></p>\n                        <p>&nbsp;</p>\n                        <ul>\n                         <li><span style=\"font-size: 15px;\">Amennyiben rendelkezik olyan ingatlannal, amire ajánlhatunk egy ár-érték arányban Önnek leginkább megfelelő biztosítást, úgy kérjük kattintson az alábbi gombra: </span></li>\n                        </ul></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"2913db84-1226-4e4a-875e-9b1d4256477f\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-2913db84-1226-4e4a-875e-9b1d4256477f\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; \" align=\"center\" class=\"box-content-wrapper\">\n                        <div>\n                         <!--[if mso]>\n          <v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\"${MFO_TARIFALO}\"\n             title=\"mfo_tarifalo\"  style=\"height:50px;v-text-anchor:middle;padding:0;width:200px;\"\n            arcsize=\"25%\" stroke=\"f\"  fillcolor=\"#2c3cff\">\n            <v:textbox inset=\"-2px,-2px,-2px,-2px\">\n              <w:anchorlock/>\n              <center style=\"mso-line-height-rule:exactly;\n      font-size: 15px;\n      font-family: Arial;\n      color: #FFFFFF;\n      text-align: center;\n      text-decoration: none;\n    \">\n                MFO Tarif&aacute;l&oacute;\n              </center>\n            </v:textbox>\n          </v:roundrect>\n        <![endif]--><a href=\"${MFO_TARIFALO}\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"mfo_tarifalo\" style=\"\n      font-size: 15px;\n      font-family: Arial;\n      color: #FFFFFF;\n      text-align: center;\n      text-decoration: none;\n      width: 200px;\n      background-color: #2c3cff;\n      border-radius: 25px;\n      display: inline-block;\n      line-height:50px;\n      height: 50px;\n      text-align: center;\n      text-decoration: none;\n      -webkit-text-size-adjust: none;\n      white-space: nowrap;\n     mso-hide:all;\" linkuuid=\"9e4348ae-c706-498f-8546-517d8eefa1ca\"> MFO Tarifáló </a>\n                        </div></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"2c088a8c-500a-40d7-b2c9-da3f7367b1a6\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-2c088a8c-500a-40d7-b2c9-da3f7367b1a6\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p style=\"padding-left: 40px;\"><span style=\"font-size: 15px;\">(Javasoljuk, hogy a kalkuláció, biztosításkötés előtt készítse elő azt a tájékoztató levelet, amit - meglévő biztosítása miatt - biztosítójától kellett kapnia a lakásbiztosítási szerződésének adatairól!)</span></p></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"eff7b647-e3de-413a-b1aa-a72c0c508bfd\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-eff7b647-e3de-413a-b1aa-a72c0c508bfd\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <ul>\n                         <li><span style=\"font-size: 15px;\">Amennyiben úgy ítéli meg, hogy ingatlanának és az abban tárolt ingóságoknak értéke meghaladja az átlagos magyarországi szintet, akkor javasoljuk, hogy kérjen tőlünk személyes biztosításkötési tanácsadást az alábbi linken: <a title=\"feliratkozás visszahívásra\" href=\"${FELIRATKOZAS_VISSZAHIVASRA}\" target=\"_blank\" rel=\"noopener\" linkuuid=\"7a120d68-0e26-4c25-9407-e37880d7dc55\">feliratkozás visszahívásra</a></span></li>\n                        </ul></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"fedd4a94-56a9-4685-9ac8-d62c8d8af612\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-fedd4a94-56a9-4685-9ac8-d62c8d8af612\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; \" align=\"center\" class=\"box-content-wrapper\">\n                        <div>\n                         <!--[if mso]>\n          <v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w=\"urn:schemas-microsoft-com:office:word\" href=\"${FELIRATKOZAS_VISSZAHIVASRA}\"\n             title=\"kérjen visszahívást\"  style=\"height:50px;v-text-anchor:middle;padding:0;width:200px;\"\n            arcsize=\"25%\" stroke=\"f\"  fillcolor=\"#2c3cff\">\n            <v:textbox inset=\"-2px,-2px,-2px,-2px\">\n              <w:anchorlock/>\n              <center style=\"mso-line-height-rule:exactly;\n      font-size: 15px;\n      font-family: Arial;\n      color: #FFFFFF;\n      text-align: center;\n      text-decoration: none;\n    \">\n                K&eacute;rjen visszah&iacute;v&aacute;st!\n              </center>\n            </v:textbox>\n          </v:roundrect>\n        <![endif]--><a href=\"${FELIRATKOZAS_VISSZAHIVASRA}\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"kérjen visszahívást\" style=\"\n      font-size: 15px;\n      font-family: Arial;\n      color: #FFFFFF;\n      text-align: center;\n      text-decoration: none;\n      width: 200px;\n      background-color: #2c3cff;\n      border-radius: 25px;\n      display: inline-block;\n      line-height:50px;\n      height: 50px;\n      text-align: center;\n      text-decoration: none;\n      -webkit-text-size-adjust: none;\n      white-space: nowrap;\n     mso-hide:all;\" linkuuid=\"5a9a93f3-2abc-4645-b42b-5d59acafd0f2\"> Kérjen visszahívást! </a>\n                        </div></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"1ebe85be-9863-486a-836f-8721bd8fa795\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-1ebe85be-9863-486a-836f-8721bd8fa795\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 13px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <ul>\n                         <li><span style=\"font-size: 15px;\">Amennyiben jelenleg nem rendelkezik olyan lakással, amire biztosítást szeretne kötni vagy most nem kíván biztosítót váltani, akkor kérjük kattintson az alábbi linkre:<a title=\" nincs teendő\" href=\"${NINCS_TEENDO}\" target=\"_blank\" rel=\"noopener\" linkuuid=\"019083fe-4a59-4165-80df-755833584289\"> nincs teendő</a></span></li>\n                        </ul></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                  <tr>\n                   <td id=\"da6f32f0-d18c-42a7-a4e9-27b1f51de96e\" style=\"  width: 91.42857142857143%; max-width: 640px;\" class=\"box box-da6f32f0-d18c-42a7-a4e9-27b1f51de96e\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 640px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p><span style=\"font-size: 15px; font-family: Arial;\">Köszönettel, és bízva a további közös együttműködésben,</span></p>\n                        <p>&nbsp;</p>\n                        <p><span style=\"font-size: 15px; font-family: Arial;\">${BROKER_NAME}</span></p></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"04a8f5c8-6f22-4357-b499-0a742a1c08ad\" style=\"vertical-align: top; width: 100%; max-width: 700px;\" class=\"container-04a8f5c8-6f22-4357-b499-0a742a1c08ad responsive-container\">\n                <table style=\"\n      width: 100%; max-width: 700px;\n       padding-left: 30px;  padding-top: 20px;  padding-bottom: 20px; \n      background: #2c3cff;\n    \" align=\"left\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\n                 <tbody>\n                  <tr class=\"row-container-children\">\n                   <td id=\"4a77a760-41b5-46bf-9f0b-0e64878bea87\" style=\"  width: 95.71428571428572%; max-width: 670px;\" class=\"box box-4a77a760-41b5-46bf-9f0b-0e64878bea87\">\n                    <table role=\"presentation\" style=\"\n      width: 100%; max-width: 670px;\n      background: transparent;\n      font-size: 15px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                     <tbody>\n                      <tr>\n                       <td style=\" padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  padding-bottom: 10px;   vertical-align: top; \" align=\"left\" class=\"box-content-wrapper\">\n                        <p><span style=\"font-size: 15px; font-family: Arial; color: #ffffff;\">${RESIDENCE_ADDRESS}</span></p>\n                        <p><span style=\"font-size: 15px; font-family: Arial; color: #ffffff;\">${MAILING_ADDRESS}</span></p>\n                        <p><span style=\"font-size: 15px; font-family: Arial; color: #ffffff;\">${TELEPHONE}</span></p>\n                        <p><span style=\"font-size: 15px; font-family: Arial; color: #ffffff;\">${EMAIL}</span></p></td>\n                      </tr>\n                     </tbody>\n                    </table></td>\n                   <td style=\"vertical-align: top;\" class=\"placeholder-td\"></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n              <tr>\n               <td id=\"37f52a58-9d39-45fe-83b9-391e5b508191\" style=\"  width: 100%; max-width: 700px;\" class=\"box box-37f52a58-9d39-45fe-83b9-391e5b508191\">\n                <table role=\"presentation\" style=\"\n      width: 100%; max-width: 700px;\n      background: transparent;\n      font-size: 11px;\n      font-family: Arial;\n      line-height: 1.4;\n    \" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n                 <tbody>\n                  <tr>\n                   <td style=\" padding-top: 20px;  padding-bottom: 20px;   vertical-align: middle; \" align=\"center\" class=\"box-content-wrapper\">\n                    <p style=\"color: #616a72; line-height: 1.4; text-align: center;\"><span style=\"color: #000000; font-size: 12px;\">Ha nem szeretne több ilyen témájú levelet kapni, kérjük, kattintson a <a style=\"color: #000000; text-decoration: underline;\" title=\"unsubscribe\" href=\"unsubscribe\" data-mce-title=\"unsubscribe\"> leiratkozásra. </a></span></p></td>\n                  </tr>\n                 </tbody>\n                </table></td>\n              </tr>\n             </tbody>\n            </table></td>\n          </tr>\n         </tbody>\n        </table></td>\n      </tr>\n     </tbody>\n    </table><!--[if mso]>\n                </td>\n                </tr>\n                </table>\n                <![endif]-->\n   </div><!--[if mso | IE]>\n            </td>\n            </tr>\n            </table>\n            <![endif]-->\n  </center>\n </body>\n</html></div>\t</body></html>",
      "permissionShow": [],
      "permissionList": [],
      "messageEvents": [],
      "clickedLinks": [],
      "channel": "EMAIL",
      "replyEnvelopAttached": false,
      "paymentSlipAttached": false,
      "createdInScenario": false,
      "aggregatedArchiveStatus": "UNNECESSARY",
      "dmsMessageIdentifier": "45438652"
    },
    "relationships": {
      "properties": {
        "data": []
      },
      "bounces": {
        "data": []
      },
      "attachments": {
        "data": []
      }
    }
  },
  "meta": {
    "params": [],
    "responseStatus": {
      "code": 0,
      "messages": []
    }
  }
}

List error types

Ebben a verzióban nem változott.

List error types V2

Get domain perfs

Statisztika jelleggel a domain performancia aggregált lekérdezése. Alapesetben domainre történik az aggregáció, viszont lehetőség van üzenettípusra, szcenárió névre és kampány címre is aggregálni.

REST API

Ez a szolgáltatás jelenleg csak REST API-n keresztül elérhető.

REST API

REST API Info

Kérés

POST hammy/json/query/v4/domainPerfs

Név Típus Leírás
id String Kérés azonosító. (vnd.api ID)
domain String Domain (prefix-es egyezés).
messageTypes String [ ] Üzenettípusok.
scenarioDefNames String [ ] Szcenárió nevek.
campaignPartTitles String [ ] Kampány címek.
campaignPartCreatedAtFrom String Legkorábbi kampány keletkezési dátum.
campaignPartCreatedAtTo String Legkésőbbi kampány keletkezési dátum.
scenarioDefVersionCreatedAtFrom String Legkorábbi kampány keletkezési dátum
scenarioDefVersionCreatedAtTo String Legkésőbbi kampány keletkezési dátum
templateVersionCreatedAtFrom String Legkorábbi kampány keletkezési dátum
templateVersionCreatedAtTo String Legkésőbbi kampány keletkezési dátum
limit Integer A keresési találatok maximális száma.
offset Integer A találati lista kezdete (pl. resultSize = 10 és offset = 1, akkor a teljes találati lista 11. elemétől a 20. eleméig tartó listát adja vissza).
sort String Rendezés.
clientHashKey String A hívó kliens azonosítója.
userName String A felhasználó neve.
params Param_V1 [ ] Egyéb meta adatok.

Válasz

Név Típus Leírás
meta JListMeta1 A válaszhoz tartozó metaadatok.
list JDomainPerf1 [ ] Az eredmény.

Minta

POST /hammy/json/query/v4/domainPerfs
Authorization: JWT {{jwtToken}}
X-Client-Hash-Key: {{clientHashKey}}
X-User-Name: {{userName}}
Content-Type: application/vnd.api+json

{
    "data": {
        "type": "getDomainPerfsRequests",
        "id": "123456",
        "attributes": {
            "campaignPartTitles": ["test-campaign"],
            "campaignPartCreatedAtTo": "2020-04-01T00:00:00+02:00",
            "sort": "opens"
        }
    }
}
HTTP/1.1 200 OK
Content-Type: application/vnd.api+json

{
    "data": [
        {
            "type": "domainPerfs",
            "id": "4e057625-95d0-48e1-8765-443eb29e9fae",
            "attributes": {
                "domain": "gmail.com",
                "sent": 3,
                "failed": 1,
                "opens": 1,
                "clicks": 0,
                "unsubscribes": 0,
                "complaints": 0,
                "campaignPartTitles": [
                    "test-campaign"
                ],
                "scenarioDefNames": [],
                "messageTypes": []
            }
        },
        {
            "type": "domainPerfs",
            "id": "5a431915-7d91-4522-b7ca-23c5d8656790",
            "attributes": {
                "domain": "dbx.hu",
                "sent": 41,
                "failed": 0,
                "opens": 31,
                "clicks": 19,
                "unsubscribes": 0,
                "complaints": 0,
                "campaignPartTitles": [
                    "test-campaign"
                ],
                "scenarioDefNames": [],
                "messageTypes": []
            }
        }
    ],
    "meta": {
        "total": 2,
        "params": [],
        "responseStatus": {
            "code": 0,
            "messages": []
        }
    }
}