Kihagyás

Query API V3

HammyQuery3API 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/v3/messages

POST hammy/json/query/v3/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 JMessage_V3 [ ] Megtalált üzenetek listája.

Minta

POST/GET /hammy/json/query/v3/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": "21813",
            "attributes": {
                "actualStatus": "SENT",
                "messageType": "TESZT_GEN",
                "recipientName": "Teszt Elek",
                "recipientAddress": "teszt@elek.hu",
                "archivingExpected": false,
                "createdAt": "2019-02-01T07:47:04.601+0000",
                "sentAt": "2019-02-01T07:47:06.332+0000",
                "subject": "Targy mezo 2",
                "fromAddress": "penztar@hammy.hu",
                "fromName": "Pénztár",
                "permissionShow": [],
                "permissionList": []
            },
            "relationships": {
                "attachments": {
                    "data": [
                        {
                            "type": "attachments",
                            "id": "22082"
                        }
                    ]
                },
                "properties": {
                    "data": [
                        {
                            "type": "properties",
                            "id": "361767"
                        },
                        {
                            "type": "properties",
                            "id": "361768"
                        },
                        {
                            "type": "properties",
                            "id": "361769"
                        }
                    ]
                },
                "bounces": {
                    "data": []
                }
            }
        },
        {
            "type": "messages",
            "id": "21803",
            "attributes": {
                "actualStatus": "SENT",
                "messageType": "PENZTAR_KISERO",
                "recipientName": "Teszt Elek",
                "recipientAddress": "teszt@elek.hu",
                "archivingExpected": false,
                "createdAt": "2019-01-31T12:44:13.478+0000",
                "sentAt": "2019-01-31T12:44:14.939+0000",
                "subject": "Pénztár - Értesítés dokumentum érkezéséről",
                "fromAddress": "noreply@dbx.hu",
                "fromName": "Feladó",
                "permissionShow": [],
                "permissionList": []
            },
            "relationships": {
                "attachments": {
                    "data": [
                        {
                            "type": "attachments",
                            "id": "22072"
                        }
                    ]
                },
                "properties": {
                    "data": [
                        {
                            "type": "properties",
                            "id": "361446"
                        },
                        {
                            "type": "properties",
                            "id": "361447"
                        },
                        {
                            "type": "properties",
                            "id": "361448"
                        }
                    ]
                },
                "bounces": {
                    "data": []
                }
            }
        },
        {
            "type": "messages",
            "id": "21802",
            "attributes": {
                "actualStatus": "SENT",
                "messageType": "PENZTAR_KISERO",
                "recipientName": "Teszt Elek",
                "recipientAddress": "teszt@elek.hu",
                "archivingExpected": false,
                "createdAt": "2019-01-31T12:43:09.122+0000",
                "sentAt": "2019-01-31T12:43:11.423+0000",
                "subject": "Prémium pénztár - Értesítés dokumentum érkezéséről",
                "fromAddress": "noreply@dbx.hu",
                "fromName": "Feladó",
                "permissionShow": [],
                "permissionList": []
            },
            "relationships": {
                "attachments": {
                    "data": [
                        {
                            "type": "attachments",
                            "id": "22071"
                        }
                    ]
                },
                "properties": {
                    "data": [
                        {
                            "type": "properties",
                            "id": "361420"
                        },
                        {
                            "type": "properties",
                            "id": "361421"
                        },
                        {
                            "type": "properties",
                            "id": "361422"
                        }
                    ]
                },
                "bounces": {
                    "data": []
                }
            }
        },
        {
            "type": "messages",
            "id": "21801",
            "attributes": {
                "actualStatus": "SENT",
                "messageType": "PENZTAR_KISERO",
                "recipientName": "Teszt Elek",
                "recipientAddress": "teszt@elek.hu",
                "archivingExpected": false,
                "createdAt": "2019-01-31T12:39:45.874+0000",
                "sentAt": "2019-01-31T12:39:53.179+0000",
                "subject": "Pénztár - Értesítés dokumentum érkezéséről",
                "fromAddress": "noreply@dbx.hu",
                "fromName": "Feladó",
                "permissionShow": [],
                "permissionList": []
            },
            "relationships": {
                "attachments": {
                    "data": [
                        {
                            "type": "attachments",
                            "id": "22070"
                        }
                    ]
                },
                "properties": {
                    "data": [
                        {
                            "type": "properties",
                            "id": "361395"
                        },
                        {
                            "type": "properties",
                            "id": "361396"
                        },
                        {
                            "type": "properties",
                            "id": "361394"
                        }
                    ]
                },
                "bounces": {
                    "data": []
                }
            }
        },
        {
            "type": "messages",
            "id": "21800",
            "attributes": {
                "actualStatus": "SENT",
                "messageType": "PENZTAR_KISERO",
                "recipientName": "Teszt Elek",
                "recipientAddress": "teszt@elek.hu",
                "archivingExpected": false,
                "createdAt": "2019-01-31T12:07:04.497+0000",
                "sentAt": "2019-01-31T12:07:10.882+0000",
                "subject": "Pénztár - Értesítés dokumentum érkezéséről",
                "fromAddress": "noreply@dbx.hu",
                "fromName": "Feladó",
                "permissionShow": [],
                "permissionList": []
            },
            "relationships": {
                "attachments": {
                    "data": [
                        {
                            "type": "attachments",
                            "id": "22069"
                        }
                    ]
                },
                "properties": {
                    "data": [
                        {
                            "type": "properties",
                            "id": "361369"
                        },
                        {
                            "type": "properties",
                            "id": "361370"
                        },
                        {
                            "type": "properties",
                            "id": "361368"
                        }
                    ]
                },
                "bounces": {
                    "data": []
                }
            }
        },
        {
            "type": "messages",
            "id": "21799",
            "attributes": {
                "actualStatus": "SENT",
                "messageType": "PREMIUM_PENZTAR_KISERO",
                "recipientName": "Teszt Elek",
                "recipientAddress": "teszt@elek.hu",
                "archivingExpected": false,
                "createdAt": "2019-01-31T12:06:09.359+0000",
                "sentAt": "2019-01-31T12:06:43.659+0000",
                "subject": "Pénztár - Értesítés dokumentum érkezéséről",
                "fromAddress": "noreply@dbx.hu",
                "fromName": "Feladó",
                "permissionShow": [],
                "permissionList": []
            },
            "relationships": {
                "attachments": {
                    "data": [
                        {
                            "type": "attachments",
                            "id": "22068"
                        }
                    ]
                },
                "properties": {
                    "data": [
                        {
                            "type": "properties",
                            "id": "361342"
                        },
                        {
                            "type": "properties",
                            "id": "361343"
                        },
                        {
                            "type": "properties",
                            "id": "361344"
                        }
                    ]
                },
                "bounces": {
                    "data": []
                }
            }
        },
        {
            "type": "messages",
            "id": "21798",
            "attributes": {
                "actualStatus": "SENT",
                "messageType": "PENZTAR_KISERO",
                "recipientName": "Teszt Elek",
                "recipientAddress": "teszt@elek.hu",
                "archivingExpected": false,
                "createdAt": "2019-01-31T11:42:10.148+0000",
                "sentAt": "2019-01-31T12:03:48.535+0000",
                "subject": "Pénztár - Értesítés dokumentum érkezéséről",
                "fromAddress": "noreply@dbx.hu",
                "fromName": "Feladó",
                "permissionShow": [],
                "permissionList": []
            },
            "relationships": {
                "attachments": {
                    "data": [
                        {
                            "type": "attachments",
                            "id": "22067"
                        }
                    ]
                },
                "properties": {
                    "data": [
                        {
                            "type": "properties",
                            "id": "361316"
                        },
                        {
                            "type": "properties",
                            "id": "361317"
                        },
                        {
                            "type": "properties",
                            "id": "361318"
                        }
                    ]
                },
                "bounces": {
                    "data": []
                }
            }
        },
        {
            "type": "messages",
            "id": "21797",
            "attributes": {
                "actualStatus": "SENT",
                "messageType": "PREMIUM_PENZTAR_KISERO",
                "recipientName": "Teszt Elek",
                "recipientAddress": "teszt@elek.hu",
                "archivingExpected": false,
                "createdAt": "2019-01-31T11:39:50.178+0000",
                "sentAt": "2019-01-31T11:41:32.316+0000",
                "subject": "Pénztár - Értesítés dokumentum érkezéséről",
                "fromAddress": "noreply@dbx.hu",
                "fromName": "Feladó",
                "permissionShow": [],
                "permissionList": []
            },
            "relationships": {
                "attachments": {
                    "data": [
                        {
                            "type": "attachments",
                            "id": "22066"
                        }
                    ]
                },
                "properties": {
                    "data": [
                        {
                            "type": "properties",
                            "id": "361290"
                        },
                        {
                            "type": "properties",
                            "id": "361291"
                        },
                        {
                            "type": "properties",
                            "id": "361292"
                        }
                    ]
                },
                "bounces": {
                    "data": []
                }
            }
        },
        {
            "type": "messages",
            "id": "21796",
            "attributes": {
                "actualStatus": "SENT",
                "messageType": "PENZTAR_KISERO",
                "recipientName": "Teszt Elek",
                "recipientAddress": "elek@teszt.hu",
                "archivingExpected": false,
                "createdAt": "2019-01-31T11:36:21.821+0000",
                "sentAt": "2019-01-31T11:37:43.179+0000",
                "subject": "Pénztár - Értesítés dokumentum érkezéséről",
                "fromAddress": "noreply@dbx.hu",
                "fromName": "Feladó",
                "permissionShow": [],
                "permissionList": []
            },
            "relationships": {
                "attachments": {
                    "data": [
                        {
                            "type": "attachments",
                            "id": "22065"
                        }
                    ]
                },
                "properties": {
                    "data": [
                        {
                            "type": "properties",
                            "id": "361264"
                        },
                        {
                            "type": "properties",
                            "id": "361265"
                        },
                        {
                            "type": "properties",
                            "id": "361266"
                        }
                    ]
                },
                "bounces": {
                    "data": []
                }
            }
        },
        {
            "type": "messages",
            "id": "21795",
            "attributes": {
                "actualStatus": "SENT",
                "messageType": "PREMIUM_PENZTAR_KISERO",
                "recipientName": "Elek Teszt",
                "recipientAddress": "elek@teszt.hu",
                "archivingExpected": false,
                "createdAt": "2019-01-31T11:30:58.798+0000",
                "sentAt": "2019-01-31T11:35:32.954+0000",
                "subject": "Prémium pénztár - Értesítés dokumentum érkezéséről",
                "fromAddress": "noreply@dbx.hu",
                "fromName": "Feladó",
                "permissionShow": [],
                "permissionList": []
            },
            "relationships": {
                "attachments": {
                    "data": [
                        {
                            "type": "attachments",
                            "id": "22064"
                        }
                    ]
                },
                "properties": {
                    "data": [
                        {
                            "type": "properties",
                            "id": "361238"
                        },
                        {
                            "type": "properties",
                            "id": "361239"
                        },
                        {
                            "type": "properties",
                            "id": "361240"
                        }
                    ]
                },
                "bounces": {
                    "data": []
                }
            }
        },
        {
            "type": "messages",
            "id": "21794",
            "attributes": {
                "actualStatus": "ERROR",
                "messageType": "PREMIUM_PENZTAR_KISERO",
                "recipientName": "Teszt Elek",
                "recipientAddress": "teszt@elek.hu",
                "archivingExpected": false,
                "createdAt": "2019-01-31T11:29:53.808+0000",
                "permissionShow": [],
                "permissionList": []
            },
            "relationships": {
                "attachments": {
                    "data": [
                        {
                            "type": "attachments",
                            "id": "22063"
                        }
                    ]
                },
                "properties": {
                    "data": [
                        {
                            "type": "properties",
                            "id": "361214"
                        }
                    ]
                },
                "bounces": {
                    "data": []
                }
            }
        }
    ],
    "included": [
        {
            "type": "properties",
            "id": "361547",
            "attributes": {
                "key": "documentID",
                "value": "AH12345678",
                "isMetaData": false
            }
        },
        {
            "type": "properties",
            "id": "361336",
            "attributes": {
                "key": "error.error",
                "value": "A dokumentum aláírás hiányos",
                "index": 1,
                "isMetaData": false
            }
        },
        {
            "type": "properties",
            "id": "361523",
            "attributes": {
                "key": "beneficiaries.beneficiarySelectionDate",
                "value": "2019.01.31.",
                "index": 1,
                "isMetaData": false
            }
        }
    ],
    "meta": {
        "total": 19,
        "responseStatus": {
            "code": 0,
            "messages": []
        },
        "params": []
    }
}

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 JBounce1 [ ] 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:ws="http://ws.service.query.api.hammy.dbx.hu/">
   <soapenv:Header/>
   <soapenv:Body>
      <ws:showMessage>
         <request>
            <clientHashKey>?</clientHashKey>
            <messageId>21566</messageId>
            <userName>?</userName>
         </request>
      </ws:showMessage>
   </soapenv:Body>
</soapenv:Envelope>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns2:showMessage2Response xmlns:ns2="http://ws.service.query.api.hammy.dbx.hu/">
         <response>
            <actualStatus>SENT</actualStatus>
            <statusLastChangedAt>2018-09-12T22:48:48.860+02:00</statusLastChangedAt>
            <messageType>351.E</messageType>
            <recipientName>Teszt Elek</recipientName>
            <recipientAddress>teszt@elek.hu</recipientAddress>
            <archivingExpected>false</archivingExpected>
            <subject>ures subject</subject>
            <body>ures body</body>
            <htmlBody>ures html body</htmlBody>
            <createdAt>2018-09-12T21:20:25.106+02:00</createdAt>
            <properties>
               <property>
                  <key>SKIP_DELIVERY</key>
                  <value>NO</value>
                  <isMetaData>false</isMetaData>
               </property>
            </properties>
            <attachments/>
            <responseStatus>
               <code>0</code>
               <messages/>
            </responseStatus>
            <channel>EMAIL</channel>
            <uuid>0bb920c1-7ca8-44cf-a3ea-f5d1d5907abe</uuid>
         </response>
      </ns2:showMessage2Response>
   </S:Body>
</S:Envelope>

REST API

REST API Info

Kérés

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

ID és UUID is megadható.

Válasz

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

Minta

GET /hammy/json/query/v3/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": {{ID}},
        "attributes": {
            "actualStatus": "SENT",
            "statusLastChangedAt": "2019-01-29T14:08:41.927+0000",
            "messageType": "351.DI",
            "recipientName": "Teszt Előd",
            "recipientAddress": "teszt@elek.hu",
            "archivingExpected": false,
            "createdAt": "2019-01-29T14:03:57.302+0000",
            "sentAt": "2019-01-29T14:08:41.379+0000",
            "subject": "Értesítés dokumentum érkezéséről",
            "htmlBody": "<html><head><meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\"/></head><body><p>Tisztelt TEszt Elek!</p><p>Ezúton küldjük Önnek a <strong>123456789 szerződésszámú biztosításához</strong> kapcsolódó teszt kötvény című dokumentumot.<br/>A dokumentumot levelünkhöz mellékelten küldjük. (Megnyitásához Adobe Acrobat Reader program szükséges, amely az alábbi linkről letölthető: <a href=\"javascript:alert('http://get.adobe.com/reader/');\" target=\"_blank\">http://get.adobe.com/reader/</a> )<br/>Kérjük, hogy a dokumentumot őrizze meg!</p<p>Üdvözlettel:<br/>DBX Kft.</p><p><a href=\"javascript:alert('http://www.dbx.hu/');\" target=\"_blank\">http://www.dbx.hu/</a></p></body></html>",
            "replyToAddress": "noreply@dbx.hu",
            "replyToName": "${mail.reply.personal}",
            "fromAddress": "noreply@dbx.hu",
            "fromName": "Feladó",
            "permissionShow": [],
            "permissionList": []
        },
        "relationships": {
            "attachments": {
                "data": [
                    {
                        "type": "attachments",
                        "id": "22029"
                    }
                ]
            },
            "properties": {
                "data": [
                    {
                        "type": "properties",
                        "id": "360794"
                    },
                    {
                        "type": "properties",
                        "id": "360795"
                    },
                    {
                        "type": "properties",
                        "id": "360770"
                    },
                    {
                        "type": "properties",
                        "id": "360771"
                    },
                    {
                        "type": "properties",
                        "id": "360772"
                    },
                    {
                        "type": "properties",
                        "id": "360773"
                    },
                    {
                        "type": "properties",
                        "id": "360774"
                    }
                ]
            },
            "bounces": {
                "data": []
            }
        }
    },
    "included": [
        {
            "type": "properties",
            "id": "360774",
            "attributes": {
                "key": "address.zip",
                "value": "1174",
                "isMetaData": true
            }
        },
        {
            "type": "properties",
            "id": "360767",
            "attributes": {
                "key": "ATTACHMENT_SOURCE",
                "value": "GENERATED",
                "isMetaData": false
            }
        },
        {
            "type": "properties",
            "id": "360770",
            "attributes": {
                "key": "NYOMT_NEV",
                "value": "teszt kötvény",
                "isMetaData": true
            }
        },
        {
            "type": "properties",
            "id": "360769",
            "attributes": {
                "key": "NEV",
                "value": "Teszt Előd",
                "isMetaData": false
            }
        },
        {
            "type": "attachments",
            "id": "22029",
            "attributes": {
                "fileName": "kotveny.pdf",
                "archivingExpected": false,
                "certificationExpected": false,
                "contentAvailable": false,
                "documentType": "kotveny",
                "objectRef": "123456789"
            },
            "relationships": {
                "properties": {
                    "data": [
                        {
                            "type": "properties",
                            "id": "360767"
                        },
                        {
                            "type": "properties",
                            "id": "360768"
                        },
                        {
                            "type": "properties",
                            "id": "360769"
                        }
                    ]
                }
            }
        },
        {
            "type": "properties",
            "id": "360795",
            "attributes": {
                "key": "EML_FILE_URL",
                "value": "28/43/2843c6846dbea059c6688a47a613a71b971e1ed7",
                "isMetaData": false
            }
        },
        {
            "type": "properties",
            "id": "360768",
            "attributes": {
                "key": "GENERATOR_TEMPLATE",
                "value": "TESZT_GEN",
                "isMetaData": false
            }
        },
        {
            "type": "properties",
            "id": "360772",
            "attributes": {
                "key": "address.streetAddress",
                "value": "Rákosmezei Vonatok útja 13",
                "isMetaData": true
            }
        },
        {
            "type": "properties",
            "id": "360794",
            "attributes": {
                "key": "SMTP_MESSAGE_ID",
                "value": "<1548770921316.05d811ade9257c4a35633ef81e2f342d8394da95.JavaMail.developer@dev>",
                "isMetaData": false
            }
        },
        {
            "type": "properties",
            "id": "360771",
            "attributes": {
                "key": "address.name",
                "value": "Teszt Elek",
                "isMetaData": true
            }
        },
        {
            "type": "properties",
            "id": "360773",
            "attributes": {
                "key": "address.city",
                "value": "Budapest",
                "isMetaData": true
            }
        }
    ],
    "meta": {
        "total": null,
        "responseStatus": {
            "code": 0,
            "messages": []
        },
        "params": []
    }
}

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

Hibasorok listázása.

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.
queueName String A sor neve.
messageType String Üzenet típusa.
errorMessage String Hibaüzenet.
limit Integer Megjelenítendő üzenetek száma.
offset Integer A találati lista kezdete.

Válasz

Név Típus Leírás
count Integer Sorok száma.
errorQueueList ErrorQueue1 [ ] Hibaüzenet sorok.
responseStatus ResponseStatus_V1 A válasz státusza.
params Param_V1 [ ] A szolgáltatás működését befolyásoló egyéb paraméterek listája.

Minta

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:quer="http://query.api.hammy.dbx.hu/">
   <soapenv:Header/>
   <soapenv:Body>
      <quer:listErrorQueues>
         <!--Optional:-->
         <request>
            <clientHashKey>?</clientHashKey>
            <limit>1</limit>
            <offset>1</offset>
         </request>
      </quer:listErrorQueues>
   </soapenv:Body>
</soapenv:Envelope>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns2:listErrorQueuesResponse xmlns:ns2="http://query.api.hammy.dbx.hu/">
         <response>
            <count>35</count>
            <errorQueueList>
               <errorQueue>
                  <queueName>archiveQueueError</queueName>
                  <messageType>351.DI</messageType>
                  <errorMessage>java.lang.RuntimeException: hu.dbx.chaingun.util.taskchain.TaskException: com.sun.xml.ws.client.ClientTransportException: HTTP transport error: java.net.ConnectException: Connection refused</errorMessage>
                  <errorMinDate>2018-01-25T20:16:47.580+01:00</errorMinDate>
                  <errorMaxDate>2019-01-04T11:02:44.227+01:00</errorMaxDate>
                  <count>21</count>
                  <skippedError>false</skippedError>
               </errorQueue>
               <errorQueue>
                  <errorMessage>hu.dbx.chaingun.util.taskchain.TaskException: Destination Queue not found</errorMessage>
                  <skippedError>false</skippedError>
                  <skippedErrorType>
                     <id>81</id>
                  </skippedErrorType>
                  <skippedParamList/>
               </errorQueue>
               <errorQueue>
                  <errorMessage>hu.dbx.hammy.model.exception.SMTPException: Unable to send message to SMTP server!</errorMessage>
                  <skippedError>false</skippedError>
                  <skippedErrorType>
                     <id>63</id>
                  </skippedErrorType>
                  <skippedParamList/>
               </errorQueue>
            </errorQueueList>
            <responseStatus>
               <code>0</code>
               <messages/>
            </responseStatus>
         </response>
      </ns2:listErrorQueuesResponse>
   </S:Body>
</S:Envelope>

REST API

REST API Info

Kérés

POST hammy/json/query/v3/errorQueues

Név Típus Leírás
id String A kérés azonosítója. (vnd.api ID)
queueName String A sor neve.
messageType String Üzenet típusa.
errorMessage String Hibaüzenet.
limit Integer Megjelenítendő üzenetek száma.
offset Integer A találati lista kezdete.
sort String Rendezés.
clientHashKey String A webszolgáltatást hívó kliens azonosítója.
userName String A felhasználó neve.
params Param_V1 [ ] A szolgáltatás működését befolyásoló egyéb paraméterek listája.

Válasz

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

Minta

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

{
  "data" : {
    "id" : "00000",
    "type" : "listErrorQueuesRequests",
    "attributes" : {
        "limit" : 2,
        "offset" : 0
    }
  }
}
HTTP/1.1 200 OK
Content-Type: application/vnd.api+json

{
    "data": [
        {
            "type": "errorQueue",
            "attributes": {
                "queueName": "archiveQueueError",
                "messageType": "351.DI",
                "errorMessage": "java.lang.RuntimeException: hu.dbx.chaingun.util.taskchain.TaskException: com.sun.xml.ws.client.ClientTransportException: HTTP transport error: java.net.ConnectException: Connection refused",
                "errorMinDate": "2018-01-25T19:16:47.580+0000",
                "errorMaxDate": "2019-01-04T10:02:44.227+0000",
                "count": 21,
                "ignoreError": false
            }
        },
        {
            "type": "errorQueue",
            "attributes": {
                "errorMessage": "hu.dbx.chaingun.util.taskchain.TaskException: Destination Queue not found",
                "ignoreError": false,
                "errorType": {
                    "id": 81
                },
                "configParams": {
                    "cgParam": []
                }
            }
        },
        {
            "type": "errorQueue",
            "attributes": {
                "errorMessage": "hu.dbx.hammy.model.exception.SMTPException: Unable to send message to SMTP server!",
                "ignoreError": false,
                "errorType": {
                    "id": 63
                },
                "configParams": {
                    "cgParam": []
                }
            }
        }
    ],
    "meta": {
        "total": 35,
        "responseStatus": {
            "code": 0,
            "messages": []
        },
        "params": []
    }
}

List error queue items

Hibasor elemeinek listázása.

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. *
queueName String Sor neve.
userName String A felhasználó neve. *
messageType String Üzenet típusa.
errorMessage String Hibaüzenet.
limit Integer Megjelenítendő üzenetek száma.
offset Integer A találati lista kezdete.
mailRecipientAddress String Az címzet címe.

Válasz

Név Típus Leírás
errorQueueItemList ErrorQueueItem_V1 [ ] Hibasor elemei.
responseStatus ResponseStatus_V1 A válasz státusza.
params Param_V1 [ ] A szolgáltatás működését befolyásoló egyéb paraméterek listája.
count Integer Mennyiség.

Minta

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:quer="http://query.api.hammy.dbx.hu/">
    <soapenv:Header/>
    <soapenv:Body>
        <quer:listErrorQueueItems>
            <request>
                <clientHashKey>?</clientHashKey>
                <errorMessage>Caught exception during notifying client!</errorMessage>
                <limit>2</limit>
                <offset>4</offset>
                <queueName>notificationQueueError</queueName>
                <userName>?</userName>
            </request>
        </quer:listErrorQueueItems>
    </soapenv:Body>
</soapenv:Envelope>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns2:listErrorQueueItemsResponse xmlns:ns2="http://query.api.hammy.dbx.hu/">
         <response>
            <count>169</count>
            <errorQueueItemList>
               <errorQueueItem>
                  <queueName>notificationQueueError</queueName>
                  <messageType>351.DI</messageType>
                  <recipientAddress>teszt@elek.hu</recipientAddress>
                  <errorDate>2018-01-29T21:47:55.221+01:00</errorDate>
                  <errorMessage>Caught exception during notifying client!</errorMessage>
                  <jmsMessageId>ID:dev-13039-1517258683899-1:1972:1:1:1</jmsMessageId>
                  <itemId>31039</itemId>
               </errorQueueItem>
               <errorQueueItem>
                  <queueName>notificationQueueError</queueName>
                  <messageType>351.DI</messageType>
                  <recipientAddress>teszt@elek.hu</recipientAddress>
                  <errorDate>2018-01-29T21:50:02.786+01:00</errorDate>
                  <errorMessage>Caught exception during notifying client!</errorMessage>
                  <jmsMessageId>ID:dev-13039-1517258683899-1:3246:1:1:1</jmsMessageId>
                  <itemId>31040</itemId>
               </errorQueueItem>
            </errorQueueItemList>
            <responseStatus>
               <code>0</code>
               <messages/>
            </responseStatus>
         </response>
      </ns2:listErrorQueueItemsResponse>
   </S:Body>
</S:Envelope>

REST API

REST API Info

Kérés

GET hammy/json/query/v3/errorQueueItems

POST hammy/json/query/v3/errorQueueItems

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)
queueName String A sor neve.
messageType String Üzenet típusa.
errorMessage String Hibaüzenet.
mailRecipientAddress String A címzett címe.
limit Integer Megjelenítendő üzenetek száma.
offset Integer A találati lista kezdete.
sort String Rendezés.
clientHashKey String A webszolgáltatást hívó kliens azonosítója.
userName String A felhasználó neve.
params Param_V1 [ ] A szolgáltatás működését befolyásoló egyéb paraméterek listája.

Válasz

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

Minta

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

{
  "data" : {
    "id" : "00000",
    "type" : "listErrorQueueItemsRequests",
    "attributes" : {
        "limit" : 2,
        "offset" : 4,
        "queueName" : "notificationQueueError",
        "errorMessage" : "Caught exception during notifying client!"
    }
  }
}
HTTP/1.1 200 OK
Content-Type: application/vnd.api+json

{
    "data": [
        {
            "type": "errorQueueItem",
            "attributes": {
                "queueName": "notificationQueueError",
                "messageType": "351.DI",
                "recipientAddress": "teszt@elek.hu",
                "errorDate": "2018-01-29T20:47:55.221+0000",
                "errorMessage": "Caught exception during notifying client!",
                "jmsMessageId": "ID:dev-13039-1517258683899-1:1972:1:1:1",
                "itemId": 31039
            }
        },
        {
            "type": "errorQueueItem",
            "attributes": {
                "queueName": "notificationQueueError",
                "messageType": "351.DI",
                "recipientAddress": "teszt@elek.hu",
                "errorDate": "2018-01-29T20:50:02.786+0000",
                "errorMessage": "Caught exception during notifying client!",
                "jmsMessageId": "ID:dev-13039-1517258683899-1:3246:1:1:1",
                "itemId": 31040
            }
        }
    ],
    "meta": {
        "total": 169,
        "responseStatus": {
            "code": 0,
            "messages": []
        },
        "params": []
    }
}

Show attachment

Csatolmány lekérése csatolmány azonosító 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. *
attachmentId Integer A csatolmány azonosítója.
userName String A felhasználó neve. *

Válasz

Név Típus Leírás
attachment AttachmentWithContent3 Csatolmány.
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:showAttachment>
         <request>
            <clientHashKey>?</clientHashKey>
            <attachmentId>?</attachmentId>
         </request>
      </ws:showAttachment>
   </soapenv:Body>
</soapenv:Envelope>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns2:showAttachment2Response xmlns:ns2="http://ws.service.query.api.hammy.dbx.hu/">
         <response>
            <attachment>
               <details>
                  <fileName>teszt.pdf</fileName>
                  <archivingExpected>true</archivingExpected>
                  <certificationExpected>false</certificationExpected>
                  <contentAvailable>false</contentAvailable>
                  <id>21818</id>
                  <documentType>kotveny</documentType>
                  <uuid>558e5826-3d22-44d6-b86f-2fcc27d5a149</uuid>
                  <properties>
                     <property>
                        <key>ATTACHMENT_SOURCE</key>
                        <value>INLINE</value>
                        <isMetaData>false</isMetaData>
                     </property>
                     <property>
                        <key>ARCHIVE_TARGET</key>
                        <value>FS</value>
                        <isMetaData>false</isMetaData>
                     </property>
                     <property>
                        <key>ARCHIVE_RELATIVE_PATH</key>
                        <value>mittom</value>
                        <isMetaData>false</isMetaData>
                     </property>
                     <property>
                        <key>UGYFELAZONOSITO</key>
                        <value>822577102</value>
                        <isMetaData>false</isMetaData>
                     </property>
                     <property>
                        <key>NEV</key>
                        <value>Teszt Elek</value>
                        <isMetaData>false</isMetaData>
                     </property>
                  </properties>
               </details>
            </attachment>
            <responseStatus>
               <code>0</code>
               <messages>
                  <message>
                     <severity>WARNING</severity>
                     <code>HAMMY_VE0055</code>
                     <description>A csatolmány tartalma nem elérhető!</description>
                  </message>
               </messages>
            </responseStatus>
         </response>
      </ns2:showAttachment2Response>
   </S:Body>
</S:Envelope>

REST API

REST API Info

REST API-n a csatolmányokat application/octet-stream-ként lehet letölteni.

Letöltés csatolmány ID alapján

GET hammy/json/query/v3/attachmentContents/{{attachmentId}}

Letöltés csatolmány UUID alapján.

GET hammy/json/query/v3/attachmentContents/uuid/{{uuid}}

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/v3/messages/id/{{ID}}

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

Válasz

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

Minta

GET /hammy/json/query/v3/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": "SABLONTESZT",
      "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, 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,
      "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/v3/messages/uuid/{{UUID}}

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

Válasz

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

Minta

GET /hammy/json/query/v3/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": "SABLONTESZT",
      "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, 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,
      "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