@epilot/message-client 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/definition.js +1 -1
- package/dist/openapi.d.ts +6 -6
- package/dist/openapi.json +574 -434
- package/package.json +1 -1
package/dist/openapi.json
CHANGED
|
@@ -274,38 +274,48 @@
|
|
|
274
274
|
},
|
|
275
275
|
"file": {
|
|
276
276
|
"type": "object",
|
|
277
|
-
"
|
|
278
|
-
"entity_id"
|
|
279
|
-
],
|
|
277
|
+
"description": "Message attachments",
|
|
280
278
|
"properties": {
|
|
281
|
-
"
|
|
282
|
-
"type": "
|
|
283
|
-
"description": "
|
|
284
|
-
"
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
279
|
+
"$relation": {
|
|
280
|
+
"type": "array",
|
|
281
|
+
"description": "It's normal entity relation with some additional properties for sending message attachment.",
|
|
282
|
+
"items": {
|
|
283
|
+
"type": "object",
|
|
284
|
+
"required": [
|
|
285
|
+
"entity_id"
|
|
286
|
+
],
|
|
287
|
+
"properties": {
|
|
288
|
+
"entity_id": {
|
|
289
|
+
"type": "string",
|
|
290
|
+
"description": "File entity ID",
|
|
291
|
+
"example": "f820ce3b-07b0-45ae-bcc6-babb2f53f79f"
|
|
292
|
+
},
|
|
293
|
+
"filename": {
|
|
294
|
+
"type": "string",
|
|
295
|
+
"description": "File name",
|
|
296
|
+
"example": "Produktinformationen_epilot360_Double_Opt_in.pdf"
|
|
297
|
+
},
|
|
298
|
+
"is_message_attachment": {
|
|
299
|
+
"type": "boolean",
|
|
300
|
+
"description": "To indicate this file relation is message attachment. If false then this file will not be sent and simply kept as a file relation."
|
|
301
|
+
},
|
|
302
|
+
"cid": {
|
|
303
|
+
"type": "string",
|
|
304
|
+
"description": "Content ID (for inline)",
|
|
305
|
+
"example": "fb222496-a1a5-4639-94f2-07b5e35e4068"
|
|
306
|
+
},
|
|
307
|
+
"inline": {
|
|
308
|
+
"type": "boolean",
|
|
309
|
+
"description": "If true then this attachment should not be offered for download (at least not in the main attachments list).\\\nThe usecase is CID embedded image (aka inline image).\n",
|
|
310
|
+
"default": false
|
|
311
|
+
},
|
|
312
|
+
"send_as_link": {
|
|
313
|
+
"type": "boolean",
|
|
314
|
+
"description": "If true then this attachment is sent via link. The link have to be inserted to email body by API caller.\\\nIn this case, service doesn't process this attachment.\n",
|
|
315
|
+
"default": false
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
}
|
|
309
319
|
}
|
|
310
320
|
}
|
|
311
321
|
}
|
|
@@ -592,38 +602,48 @@
|
|
|
592
602
|
},
|
|
593
603
|
"file": {
|
|
594
604
|
"type": "object",
|
|
595
|
-
"
|
|
596
|
-
"entity_id"
|
|
597
|
-
],
|
|
605
|
+
"description": "Message attachments",
|
|
598
606
|
"properties": {
|
|
599
|
-
"
|
|
600
|
-
"type": "
|
|
601
|
-
"description": "
|
|
602
|
-
"
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
607
|
+
"$relation": {
|
|
608
|
+
"type": "array",
|
|
609
|
+
"description": "It's normal entity relation with some additional properties for sending message attachment.",
|
|
610
|
+
"items": {
|
|
611
|
+
"type": "object",
|
|
612
|
+
"required": [
|
|
613
|
+
"entity_id"
|
|
614
|
+
],
|
|
615
|
+
"properties": {
|
|
616
|
+
"entity_id": {
|
|
617
|
+
"type": "string",
|
|
618
|
+
"description": "File entity ID",
|
|
619
|
+
"example": "f820ce3b-07b0-45ae-bcc6-babb2f53f79f"
|
|
620
|
+
},
|
|
621
|
+
"filename": {
|
|
622
|
+
"type": "string",
|
|
623
|
+
"description": "File name",
|
|
624
|
+
"example": "Produktinformationen_epilot360_Double_Opt_in.pdf"
|
|
625
|
+
},
|
|
626
|
+
"is_message_attachment": {
|
|
627
|
+
"type": "boolean",
|
|
628
|
+
"description": "To indicate this file relation is message attachment. If false then this file will not be sent and simply kept as a file relation."
|
|
629
|
+
},
|
|
630
|
+
"cid": {
|
|
631
|
+
"type": "string",
|
|
632
|
+
"description": "Content ID (for inline)",
|
|
633
|
+
"example": "fb222496-a1a5-4639-94f2-07b5e35e4068"
|
|
634
|
+
},
|
|
635
|
+
"inline": {
|
|
636
|
+
"type": "boolean",
|
|
637
|
+
"description": "If true then this attachment should not be offered for download (at least not in the main attachments list).\\\nThe usecase is CID embedded image (aka inline image).\n",
|
|
638
|
+
"default": false
|
|
639
|
+
},
|
|
640
|
+
"send_as_link": {
|
|
641
|
+
"type": "boolean",
|
|
642
|
+
"description": "If true then this attachment is sent via link. The link have to be inserted to email body by API caller.\\\nIn this case, service doesn't process this attachment.\n",
|
|
643
|
+
"default": false
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
}
|
|
627
647
|
}
|
|
628
648
|
}
|
|
629
649
|
},
|
|
@@ -979,38 +999,48 @@
|
|
|
979
999
|
},
|
|
980
1000
|
"file": {
|
|
981
1001
|
"type": "object",
|
|
982
|
-
"
|
|
983
|
-
"entity_id"
|
|
984
|
-
],
|
|
1002
|
+
"description": "Message attachments",
|
|
985
1003
|
"properties": {
|
|
986
|
-
"
|
|
987
|
-
"type": "
|
|
988
|
-
"description": "
|
|
989
|
-
"
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1004
|
+
"$relation": {
|
|
1005
|
+
"type": "array",
|
|
1006
|
+
"description": "It's normal entity relation with some additional properties for sending message attachment.",
|
|
1007
|
+
"items": {
|
|
1008
|
+
"type": "object",
|
|
1009
|
+
"required": [
|
|
1010
|
+
"entity_id"
|
|
1011
|
+
],
|
|
1012
|
+
"properties": {
|
|
1013
|
+
"entity_id": {
|
|
1014
|
+
"type": "string",
|
|
1015
|
+
"description": "File entity ID",
|
|
1016
|
+
"example": "f820ce3b-07b0-45ae-bcc6-babb2f53f79f"
|
|
1017
|
+
},
|
|
1018
|
+
"filename": {
|
|
1019
|
+
"type": "string",
|
|
1020
|
+
"description": "File name",
|
|
1021
|
+
"example": "Produktinformationen_epilot360_Double_Opt_in.pdf"
|
|
1022
|
+
},
|
|
1023
|
+
"is_message_attachment": {
|
|
1024
|
+
"type": "boolean",
|
|
1025
|
+
"description": "To indicate this file relation is message attachment. If false then this file will not be sent and simply kept as a file relation."
|
|
1026
|
+
},
|
|
1027
|
+
"cid": {
|
|
1028
|
+
"type": "string",
|
|
1029
|
+
"description": "Content ID (for inline)",
|
|
1030
|
+
"example": "fb222496-a1a5-4639-94f2-07b5e35e4068"
|
|
1031
|
+
},
|
|
1032
|
+
"inline": {
|
|
1033
|
+
"type": "boolean",
|
|
1034
|
+
"description": "If true then this attachment should not be offered for download (at least not in the main attachments list).\\\nThe usecase is CID embedded image (aka inline image).\n",
|
|
1035
|
+
"default": false
|
|
1036
|
+
},
|
|
1037
|
+
"send_as_link": {
|
|
1038
|
+
"type": "boolean",
|
|
1039
|
+
"description": "If true then this attachment is sent via link. The link have to be inserted to email body by API caller.\\\nIn this case, service doesn't process this attachment.\n",
|
|
1040
|
+
"default": false
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1014
1044
|
}
|
|
1015
1045
|
}
|
|
1016
1046
|
},
|
|
@@ -1590,38 +1620,48 @@
|
|
|
1590
1620
|
},
|
|
1591
1621
|
"file": {
|
|
1592
1622
|
"type": "object",
|
|
1593
|
-
"
|
|
1594
|
-
"entity_id"
|
|
1595
|
-
],
|
|
1623
|
+
"description": "Message attachments",
|
|
1596
1624
|
"properties": {
|
|
1597
|
-
"
|
|
1598
|
-
"type": "
|
|
1599
|
-
"description": "
|
|
1600
|
-
"
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
+
"$relation": {
|
|
1626
|
+
"type": "array",
|
|
1627
|
+
"description": "It's normal entity relation with some additional properties for sending message attachment.",
|
|
1628
|
+
"items": {
|
|
1629
|
+
"type": "object",
|
|
1630
|
+
"required": [
|
|
1631
|
+
"entity_id"
|
|
1632
|
+
],
|
|
1633
|
+
"properties": {
|
|
1634
|
+
"entity_id": {
|
|
1635
|
+
"type": "string",
|
|
1636
|
+
"description": "File entity ID",
|
|
1637
|
+
"example": "f820ce3b-07b0-45ae-bcc6-babb2f53f79f"
|
|
1638
|
+
},
|
|
1639
|
+
"filename": {
|
|
1640
|
+
"type": "string",
|
|
1641
|
+
"description": "File name",
|
|
1642
|
+
"example": "Produktinformationen_epilot360_Double_Opt_in.pdf"
|
|
1643
|
+
},
|
|
1644
|
+
"is_message_attachment": {
|
|
1645
|
+
"type": "boolean",
|
|
1646
|
+
"description": "To indicate this file relation is message attachment. If false then this file will not be sent and simply kept as a file relation."
|
|
1647
|
+
},
|
|
1648
|
+
"cid": {
|
|
1649
|
+
"type": "string",
|
|
1650
|
+
"description": "Content ID (for inline)",
|
|
1651
|
+
"example": "fb222496-a1a5-4639-94f2-07b5e35e4068"
|
|
1652
|
+
},
|
|
1653
|
+
"inline": {
|
|
1654
|
+
"type": "boolean",
|
|
1655
|
+
"description": "If true then this attachment should not be offered for download (at least not in the main attachments list).\\\nThe usecase is CID embedded image (aka inline image).\n",
|
|
1656
|
+
"default": false
|
|
1657
|
+
},
|
|
1658
|
+
"send_as_link": {
|
|
1659
|
+
"type": "boolean",
|
|
1660
|
+
"description": "If true then this attachment is sent via link. The link have to be inserted to email body by API caller.\\\nIn this case, service doesn't process this attachment.\n",
|
|
1661
|
+
"default": false
|
|
1662
|
+
}
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1625
1665
|
}
|
|
1626
1666
|
}
|
|
1627
1667
|
},
|
|
@@ -1899,38 +1939,48 @@
|
|
|
1899
1939
|
},
|
|
1900
1940
|
"file": {
|
|
1901
1941
|
"type": "object",
|
|
1902
|
-
"
|
|
1903
|
-
"entity_id"
|
|
1904
|
-
],
|
|
1942
|
+
"description": "Message attachments",
|
|
1905
1943
|
"properties": {
|
|
1906
|
-
"
|
|
1907
|
-
"type": "
|
|
1908
|
-
"description": "
|
|
1909
|
-
"
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1944
|
+
"$relation": {
|
|
1945
|
+
"type": "array",
|
|
1946
|
+
"description": "It's normal entity relation with some additional properties for sending message attachment.",
|
|
1947
|
+
"items": {
|
|
1948
|
+
"type": "object",
|
|
1949
|
+
"required": [
|
|
1950
|
+
"entity_id"
|
|
1951
|
+
],
|
|
1952
|
+
"properties": {
|
|
1953
|
+
"entity_id": {
|
|
1954
|
+
"type": "string",
|
|
1955
|
+
"description": "File entity ID",
|
|
1956
|
+
"example": "f820ce3b-07b0-45ae-bcc6-babb2f53f79f"
|
|
1957
|
+
},
|
|
1958
|
+
"filename": {
|
|
1959
|
+
"type": "string",
|
|
1960
|
+
"description": "File name",
|
|
1961
|
+
"example": "Produktinformationen_epilot360_Double_Opt_in.pdf"
|
|
1962
|
+
},
|
|
1963
|
+
"is_message_attachment": {
|
|
1964
|
+
"type": "boolean",
|
|
1965
|
+
"description": "To indicate this file relation is message attachment. If false then this file will not be sent and simply kept as a file relation."
|
|
1966
|
+
},
|
|
1967
|
+
"cid": {
|
|
1968
|
+
"type": "string",
|
|
1969
|
+
"description": "Content ID (for inline)",
|
|
1970
|
+
"example": "fb222496-a1a5-4639-94f2-07b5e35e4068"
|
|
1971
|
+
},
|
|
1972
|
+
"inline": {
|
|
1973
|
+
"type": "boolean",
|
|
1974
|
+
"description": "If true then this attachment should not be offered for download (at least not in the main attachments list).\\\nThe usecase is CID embedded image (aka inline image).\n",
|
|
1975
|
+
"default": false
|
|
1976
|
+
},
|
|
1977
|
+
"send_as_link": {
|
|
1978
|
+
"type": "boolean",
|
|
1979
|
+
"description": "If true then this attachment is sent via link. The link have to be inserted to email body by API caller.\\\nIn this case, service doesn't process this attachment.\n",
|
|
1980
|
+
"default": false
|
|
1981
|
+
}
|
|
1982
|
+
}
|
|
1983
|
+
}
|
|
1934
1984
|
}
|
|
1935
1985
|
}
|
|
1936
1986
|
},
|
|
@@ -2327,38 +2377,48 @@
|
|
|
2327
2377
|
},
|
|
2328
2378
|
"file": {
|
|
2329
2379
|
"type": "object",
|
|
2330
|
-
"
|
|
2331
|
-
"entity_id"
|
|
2332
|
-
],
|
|
2380
|
+
"description": "Message attachments",
|
|
2333
2381
|
"properties": {
|
|
2334
|
-
"
|
|
2335
|
-
"type": "
|
|
2336
|
-
"description": "
|
|
2337
|
-
"
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2382
|
+
"$relation": {
|
|
2383
|
+
"type": "array",
|
|
2384
|
+
"description": "It's normal entity relation with some additional properties for sending message attachment.",
|
|
2385
|
+
"items": {
|
|
2386
|
+
"type": "object",
|
|
2387
|
+
"required": [
|
|
2388
|
+
"entity_id"
|
|
2389
|
+
],
|
|
2390
|
+
"properties": {
|
|
2391
|
+
"entity_id": {
|
|
2392
|
+
"type": "string",
|
|
2393
|
+
"description": "File entity ID",
|
|
2394
|
+
"example": "f820ce3b-07b0-45ae-bcc6-babb2f53f79f"
|
|
2395
|
+
},
|
|
2396
|
+
"filename": {
|
|
2397
|
+
"type": "string",
|
|
2398
|
+
"description": "File name",
|
|
2399
|
+
"example": "Produktinformationen_epilot360_Double_Opt_in.pdf"
|
|
2400
|
+
},
|
|
2401
|
+
"is_message_attachment": {
|
|
2402
|
+
"type": "boolean",
|
|
2403
|
+
"description": "To indicate this file relation is message attachment. If false then this file will not be sent and simply kept as a file relation."
|
|
2404
|
+
},
|
|
2405
|
+
"cid": {
|
|
2406
|
+
"type": "string",
|
|
2407
|
+
"description": "Content ID (for inline)",
|
|
2408
|
+
"example": "fb222496-a1a5-4639-94f2-07b5e35e4068"
|
|
2409
|
+
},
|
|
2410
|
+
"inline": {
|
|
2411
|
+
"type": "boolean",
|
|
2412
|
+
"description": "If true then this attachment should not be offered for download (at least not in the main attachments list).\\\nThe usecase is CID embedded image (aka inline image).\n",
|
|
2413
|
+
"default": false
|
|
2414
|
+
},
|
|
2415
|
+
"send_as_link": {
|
|
2416
|
+
"type": "boolean",
|
|
2417
|
+
"description": "If true then this attachment is sent via link. The link have to be inserted to email body by API caller.\\\nIn this case, service doesn't process this attachment.\n",
|
|
2418
|
+
"default": false
|
|
2419
|
+
}
|
|
2420
|
+
}
|
|
2421
|
+
}
|
|
2362
2422
|
}
|
|
2363
2423
|
}
|
|
2364
2424
|
},
|
|
@@ -2636,38 +2696,48 @@
|
|
|
2636
2696
|
},
|
|
2637
2697
|
"file": {
|
|
2638
2698
|
"type": "object",
|
|
2639
|
-
"
|
|
2640
|
-
"entity_id"
|
|
2641
|
-
],
|
|
2699
|
+
"description": "Message attachments",
|
|
2642
2700
|
"properties": {
|
|
2643
|
-
"
|
|
2644
|
-
"type": "
|
|
2645
|
-
"description": "
|
|
2646
|
-
"
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2701
|
+
"$relation": {
|
|
2702
|
+
"type": "array",
|
|
2703
|
+
"description": "It's normal entity relation with some additional properties for sending message attachment.",
|
|
2704
|
+
"items": {
|
|
2705
|
+
"type": "object",
|
|
2706
|
+
"required": [
|
|
2707
|
+
"entity_id"
|
|
2708
|
+
],
|
|
2709
|
+
"properties": {
|
|
2710
|
+
"entity_id": {
|
|
2711
|
+
"type": "string",
|
|
2712
|
+
"description": "File entity ID",
|
|
2713
|
+
"example": "f820ce3b-07b0-45ae-bcc6-babb2f53f79f"
|
|
2714
|
+
},
|
|
2715
|
+
"filename": {
|
|
2716
|
+
"type": "string",
|
|
2717
|
+
"description": "File name",
|
|
2718
|
+
"example": "Produktinformationen_epilot360_Double_Opt_in.pdf"
|
|
2719
|
+
},
|
|
2720
|
+
"is_message_attachment": {
|
|
2721
|
+
"type": "boolean",
|
|
2722
|
+
"description": "To indicate this file relation is message attachment. If false then this file will not be sent and simply kept as a file relation."
|
|
2723
|
+
},
|
|
2724
|
+
"cid": {
|
|
2725
|
+
"type": "string",
|
|
2726
|
+
"description": "Content ID (for inline)",
|
|
2727
|
+
"example": "fb222496-a1a5-4639-94f2-07b5e35e4068"
|
|
2728
|
+
},
|
|
2729
|
+
"inline": {
|
|
2730
|
+
"type": "boolean",
|
|
2731
|
+
"description": "If true then this attachment should not be offered for download (at least not in the main attachments list).\\\nThe usecase is CID embedded image (aka inline image).\n",
|
|
2732
|
+
"default": false
|
|
2733
|
+
},
|
|
2734
|
+
"send_as_link": {
|
|
2735
|
+
"type": "boolean",
|
|
2736
|
+
"description": "If true then this attachment is sent via link. The link have to be inserted to email body by API caller.\\\nIn this case, service doesn't process this attachment.\n",
|
|
2737
|
+
"default": false
|
|
2738
|
+
}
|
|
2739
|
+
}
|
|
2740
|
+
}
|
|
2671
2741
|
}
|
|
2672
2742
|
}
|
|
2673
2743
|
},
|
|
@@ -3136,38 +3206,48 @@
|
|
|
3136
3206
|
},
|
|
3137
3207
|
"file": {
|
|
3138
3208
|
"type": "object",
|
|
3139
|
-
"
|
|
3140
|
-
"entity_id"
|
|
3141
|
-
],
|
|
3209
|
+
"description": "Message attachments",
|
|
3142
3210
|
"properties": {
|
|
3143
|
-
"
|
|
3144
|
-
"type": "
|
|
3145
|
-
"description": "
|
|
3146
|
-
"
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3211
|
+
"$relation": {
|
|
3212
|
+
"type": "array",
|
|
3213
|
+
"description": "It's normal entity relation with some additional properties for sending message attachment.",
|
|
3214
|
+
"items": {
|
|
3215
|
+
"type": "object",
|
|
3216
|
+
"required": [
|
|
3217
|
+
"entity_id"
|
|
3218
|
+
],
|
|
3219
|
+
"properties": {
|
|
3220
|
+
"entity_id": {
|
|
3221
|
+
"type": "string",
|
|
3222
|
+
"description": "File entity ID",
|
|
3223
|
+
"example": "f820ce3b-07b0-45ae-bcc6-babb2f53f79f"
|
|
3224
|
+
},
|
|
3225
|
+
"filename": {
|
|
3226
|
+
"type": "string",
|
|
3227
|
+
"description": "File name",
|
|
3228
|
+
"example": "Produktinformationen_epilot360_Double_Opt_in.pdf"
|
|
3229
|
+
},
|
|
3230
|
+
"is_message_attachment": {
|
|
3231
|
+
"type": "boolean",
|
|
3232
|
+
"description": "To indicate this file relation is message attachment. If false then this file will not be sent and simply kept as a file relation."
|
|
3233
|
+
},
|
|
3234
|
+
"cid": {
|
|
3235
|
+
"type": "string",
|
|
3236
|
+
"description": "Content ID (for inline)",
|
|
3237
|
+
"example": "fb222496-a1a5-4639-94f2-07b5e35e4068"
|
|
3238
|
+
},
|
|
3239
|
+
"inline": {
|
|
3240
|
+
"type": "boolean",
|
|
3241
|
+
"description": "If true then this attachment should not be offered for download (at least not in the main attachments list).\\\nThe usecase is CID embedded image (aka inline image).\n",
|
|
3242
|
+
"default": false
|
|
3243
|
+
},
|
|
3244
|
+
"send_as_link": {
|
|
3245
|
+
"type": "boolean",
|
|
3246
|
+
"description": "If true then this attachment is sent via link. The link have to be inserted to email body by API caller.\\\nIn this case, service doesn't process this attachment.\n",
|
|
3247
|
+
"default": false
|
|
3248
|
+
}
|
|
3249
|
+
}
|
|
3250
|
+
}
|
|
3171
3251
|
}
|
|
3172
3252
|
}
|
|
3173
3253
|
}
|
|
@@ -3454,38 +3534,48 @@
|
|
|
3454
3534
|
},
|
|
3455
3535
|
"file": {
|
|
3456
3536
|
"type": "object",
|
|
3457
|
-
"
|
|
3458
|
-
"entity_id"
|
|
3459
|
-
],
|
|
3537
|
+
"description": "Message attachments",
|
|
3460
3538
|
"properties": {
|
|
3461
|
-
"
|
|
3462
|
-
"type": "
|
|
3463
|
-
"description": "
|
|
3464
|
-
"
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3539
|
+
"$relation": {
|
|
3540
|
+
"type": "array",
|
|
3541
|
+
"description": "It's normal entity relation with some additional properties for sending message attachment.",
|
|
3542
|
+
"items": {
|
|
3543
|
+
"type": "object",
|
|
3544
|
+
"required": [
|
|
3545
|
+
"entity_id"
|
|
3546
|
+
],
|
|
3547
|
+
"properties": {
|
|
3548
|
+
"entity_id": {
|
|
3549
|
+
"type": "string",
|
|
3550
|
+
"description": "File entity ID",
|
|
3551
|
+
"example": "f820ce3b-07b0-45ae-bcc6-babb2f53f79f"
|
|
3552
|
+
},
|
|
3553
|
+
"filename": {
|
|
3554
|
+
"type": "string",
|
|
3555
|
+
"description": "File name",
|
|
3556
|
+
"example": "Produktinformationen_epilot360_Double_Opt_in.pdf"
|
|
3557
|
+
},
|
|
3558
|
+
"is_message_attachment": {
|
|
3559
|
+
"type": "boolean",
|
|
3560
|
+
"description": "To indicate this file relation is message attachment. If false then this file will not be sent and simply kept as a file relation."
|
|
3561
|
+
},
|
|
3562
|
+
"cid": {
|
|
3563
|
+
"type": "string",
|
|
3564
|
+
"description": "Content ID (for inline)",
|
|
3565
|
+
"example": "fb222496-a1a5-4639-94f2-07b5e35e4068"
|
|
3566
|
+
},
|
|
3567
|
+
"inline": {
|
|
3568
|
+
"type": "boolean",
|
|
3569
|
+
"description": "If true then this attachment should not be offered for download (at least not in the main attachments list).\\\nThe usecase is CID embedded image (aka inline image).\n",
|
|
3570
|
+
"default": false
|
|
3571
|
+
},
|
|
3572
|
+
"send_as_link": {
|
|
3573
|
+
"type": "boolean",
|
|
3574
|
+
"description": "If true then this attachment is sent via link. The link have to be inserted to email body by API caller.\\\nIn this case, service doesn't process this attachment.\n",
|
|
3575
|
+
"default": false
|
|
3576
|
+
}
|
|
3577
|
+
}
|
|
3578
|
+
}
|
|
3489
3579
|
}
|
|
3490
3580
|
}
|
|
3491
3581
|
},
|
|
@@ -3843,38 +3933,48 @@
|
|
|
3843
3933
|
},
|
|
3844
3934
|
"file": {
|
|
3845
3935
|
"type": "object",
|
|
3846
|
-
"
|
|
3847
|
-
"entity_id"
|
|
3848
|
-
],
|
|
3936
|
+
"description": "Message attachments",
|
|
3849
3937
|
"properties": {
|
|
3850
|
-
"
|
|
3851
|
-
"type": "
|
|
3852
|
-
"description": "
|
|
3853
|
-
"
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3938
|
+
"$relation": {
|
|
3939
|
+
"type": "array",
|
|
3940
|
+
"description": "It's normal entity relation with some additional properties for sending message attachment.",
|
|
3941
|
+
"items": {
|
|
3942
|
+
"type": "object",
|
|
3943
|
+
"required": [
|
|
3944
|
+
"entity_id"
|
|
3945
|
+
],
|
|
3946
|
+
"properties": {
|
|
3947
|
+
"entity_id": {
|
|
3948
|
+
"type": "string",
|
|
3949
|
+
"description": "File entity ID",
|
|
3950
|
+
"example": "f820ce3b-07b0-45ae-bcc6-babb2f53f79f"
|
|
3951
|
+
},
|
|
3952
|
+
"filename": {
|
|
3953
|
+
"type": "string",
|
|
3954
|
+
"description": "File name",
|
|
3955
|
+
"example": "Produktinformationen_epilot360_Double_Opt_in.pdf"
|
|
3956
|
+
},
|
|
3957
|
+
"is_message_attachment": {
|
|
3958
|
+
"type": "boolean",
|
|
3959
|
+
"description": "To indicate this file relation is message attachment. If false then this file will not be sent and simply kept as a file relation."
|
|
3960
|
+
},
|
|
3961
|
+
"cid": {
|
|
3962
|
+
"type": "string",
|
|
3963
|
+
"description": "Content ID (for inline)",
|
|
3964
|
+
"example": "fb222496-a1a5-4639-94f2-07b5e35e4068"
|
|
3965
|
+
},
|
|
3966
|
+
"inline": {
|
|
3967
|
+
"type": "boolean",
|
|
3968
|
+
"description": "If true then this attachment should not be offered for download (at least not in the main attachments list).\\\nThe usecase is CID embedded image (aka inline image).\n",
|
|
3969
|
+
"default": false
|
|
3970
|
+
},
|
|
3971
|
+
"send_as_link": {
|
|
3972
|
+
"type": "boolean",
|
|
3973
|
+
"description": "If true then this attachment is sent via link. The link have to be inserted to email body by API caller.\\\nIn this case, service doesn't process this attachment.\n",
|
|
3974
|
+
"default": false
|
|
3975
|
+
}
|
|
3976
|
+
}
|
|
3977
|
+
}
|
|
3878
3978
|
}
|
|
3879
3979
|
}
|
|
3880
3980
|
},
|
|
@@ -4267,38 +4367,48 @@
|
|
|
4267
4367
|
},
|
|
4268
4368
|
"file": {
|
|
4269
4369
|
"type": "object",
|
|
4270
|
-
"
|
|
4271
|
-
"entity_id"
|
|
4272
|
-
],
|
|
4370
|
+
"description": "Message attachments",
|
|
4273
4371
|
"properties": {
|
|
4274
|
-
"
|
|
4275
|
-
"type": "
|
|
4276
|
-
"description": "
|
|
4277
|
-
"
|
|
4278
|
-
|
|
4279
|
-
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
|
|
4288
|
-
|
|
4289
|
-
|
|
4290
|
-
|
|
4291
|
-
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4372
|
+
"$relation": {
|
|
4373
|
+
"type": "array",
|
|
4374
|
+
"description": "It's normal entity relation with some additional properties for sending message attachment.",
|
|
4375
|
+
"items": {
|
|
4376
|
+
"type": "object",
|
|
4377
|
+
"required": [
|
|
4378
|
+
"entity_id"
|
|
4379
|
+
],
|
|
4380
|
+
"properties": {
|
|
4381
|
+
"entity_id": {
|
|
4382
|
+
"type": "string",
|
|
4383
|
+
"description": "File entity ID",
|
|
4384
|
+
"example": "f820ce3b-07b0-45ae-bcc6-babb2f53f79f"
|
|
4385
|
+
},
|
|
4386
|
+
"filename": {
|
|
4387
|
+
"type": "string",
|
|
4388
|
+
"description": "File name",
|
|
4389
|
+
"example": "Produktinformationen_epilot360_Double_Opt_in.pdf"
|
|
4390
|
+
},
|
|
4391
|
+
"is_message_attachment": {
|
|
4392
|
+
"type": "boolean",
|
|
4393
|
+
"description": "To indicate this file relation is message attachment. If false then this file will not be sent and simply kept as a file relation."
|
|
4394
|
+
},
|
|
4395
|
+
"cid": {
|
|
4396
|
+
"type": "string",
|
|
4397
|
+
"description": "Content ID (for inline)",
|
|
4398
|
+
"example": "fb222496-a1a5-4639-94f2-07b5e35e4068"
|
|
4399
|
+
},
|
|
4400
|
+
"inline": {
|
|
4401
|
+
"type": "boolean",
|
|
4402
|
+
"description": "If true then this attachment should not be offered for download (at least not in the main attachments list).\\\nThe usecase is CID embedded image (aka inline image).\n",
|
|
4403
|
+
"default": false
|
|
4404
|
+
},
|
|
4405
|
+
"send_as_link": {
|
|
4406
|
+
"type": "boolean",
|
|
4407
|
+
"description": "If true then this attachment is sent via link. The link have to be inserted to email body by API caller.\\\nIn this case, service doesn't process this attachment.\n",
|
|
4408
|
+
"default": false
|
|
4409
|
+
}
|
|
4410
|
+
}
|
|
4411
|
+
}
|
|
4302
4412
|
}
|
|
4303
4413
|
}
|
|
4304
4414
|
},
|
|
@@ -4576,38 +4686,48 @@
|
|
|
4576
4686
|
},
|
|
4577
4687
|
"file": {
|
|
4578
4688
|
"type": "object",
|
|
4579
|
-
"
|
|
4580
|
-
"entity_id"
|
|
4581
|
-
],
|
|
4689
|
+
"description": "Message attachments",
|
|
4582
4690
|
"properties": {
|
|
4583
|
-
"
|
|
4584
|
-
"type": "
|
|
4585
|
-
"description": "
|
|
4586
|
-
"
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
|
|
4607
|
-
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4691
|
+
"$relation": {
|
|
4692
|
+
"type": "array",
|
|
4693
|
+
"description": "It's normal entity relation with some additional properties for sending message attachment.",
|
|
4694
|
+
"items": {
|
|
4695
|
+
"type": "object",
|
|
4696
|
+
"required": [
|
|
4697
|
+
"entity_id"
|
|
4698
|
+
],
|
|
4699
|
+
"properties": {
|
|
4700
|
+
"entity_id": {
|
|
4701
|
+
"type": "string",
|
|
4702
|
+
"description": "File entity ID",
|
|
4703
|
+
"example": "f820ce3b-07b0-45ae-bcc6-babb2f53f79f"
|
|
4704
|
+
},
|
|
4705
|
+
"filename": {
|
|
4706
|
+
"type": "string",
|
|
4707
|
+
"description": "File name",
|
|
4708
|
+
"example": "Produktinformationen_epilot360_Double_Opt_in.pdf"
|
|
4709
|
+
},
|
|
4710
|
+
"is_message_attachment": {
|
|
4711
|
+
"type": "boolean",
|
|
4712
|
+
"description": "To indicate this file relation is message attachment. If false then this file will not be sent and simply kept as a file relation."
|
|
4713
|
+
},
|
|
4714
|
+
"cid": {
|
|
4715
|
+
"type": "string",
|
|
4716
|
+
"description": "Content ID (for inline)",
|
|
4717
|
+
"example": "fb222496-a1a5-4639-94f2-07b5e35e4068"
|
|
4718
|
+
},
|
|
4719
|
+
"inline": {
|
|
4720
|
+
"type": "boolean",
|
|
4721
|
+
"description": "If true then this attachment should not be offered for download (at least not in the main attachments list).\\\nThe usecase is CID embedded image (aka inline image).\n",
|
|
4722
|
+
"default": false
|
|
4723
|
+
},
|
|
4724
|
+
"send_as_link": {
|
|
4725
|
+
"type": "boolean",
|
|
4726
|
+
"description": "If true then this attachment is sent via link. The link have to be inserted to email body by API caller.\\\nIn this case, service doesn't process this attachment.\n",
|
|
4727
|
+
"default": false
|
|
4728
|
+
}
|
|
4729
|
+
}
|
|
4730
|
+
}
|
|
4611
4731
|
}
|
|
4612
4732
|
}
|
|
4613
4733
|
},
|
|
@@ -4887,38 +5007,48 @@
|
|
|
4887
5007
|
},
|
|
4888
5008
|
"file": {
|
|
4889
5009
|
"type": "object",
|
|
4890
|
-
"
|
|
4891
|
-
"entity_id"
|
|
4892
|
-
],
|
|
5010
|
+
"description": "Message attachments",
|
|
4893
5011
|
"properties": {
|
|
4894
|
-
"
|
|
4895
|
-
"type": "
|
|
4896
|
-
"description": "
|
|
4897
|
-
"
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
|
|
4913
|
-
|
|
4914
|
-
|
|
4915
|
-
|
|
4916
|
-
|
|
4917
|
-
|
|
4918
|
-
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
|
|
5012
|
+
"$relation": {
|
|
5013
|
+
"type": "array",
|
|
5014
|
+
"description": "It's normal entity relation with some additional properties for sending message attachment.",
|
|
5015
|
+
"items": {
|
|
5016
|
+
"type": "object",
|
|
5017
|
+
"required": [
|
|
5018
|
+
"entity_id"
|
|
5019
|
+
],
|
|
5020
|
+
"properties": {
|
|
5021
|
+
"entity_id": {
|
|
5022
|
+
"type": "string",
|
|
5023
|
+
"description": "File entity ID",
|
|
5024
|
+
"example": "f820ce3b-07b0-45ae-bcc6-babb2f53f79f"
|
|
5025
|
+
},
|
|
5026
|
+
"filename": {
|
|
5027
|
+
"type": "string",
|
|
5028
|
+
"description": "File name",
|
|
5029
|
+
"example": "Produktinformationen_epilot360_Double_Opt_in.pdf"
|
|
5030
|
+
},
|
|
5031
|
+
"is_message_attachment": {
|
|
5032
|
+
"type": "boolean",
|
|
5033
|
+
"description": "To indicate this file relation is message attachment. If false then this file will not be sent and simply kept as a file relation."
|
|
5034
|
+
},
|
|
5035
|
+
"cid": {
|
|
5036
|
+
"type": "string",
|
|
5037
|
+
"description": "Content ID (for inline)",
|
|
5038
|
+
"example": "fb222496-a1a5-4639-94f2-07b5e35e4068"
|
|
5039
|
+
},
|
|
5040
|
+
"inline": {
|
|
5041
|
+
"type": "boolean",
|
|
5042
|
+
"description": "If true then this attachment should not be offered for download (at least not in the main attachments list).\\\nThe usecase is CID embedded image (aka inline image).\n",
|
|
5043
|
+
"default": false
|
|
5044
|
+
},
|
|
5045
|
+
"send_as_link": {
|
|
5046
|
+
"type": "boolean",
|
|
5047
|
+
"description": "If true then this attachment is sent via link. The link have to be inserted to email body by API caller.\\\nIn this case, service doesn't process this attachment.\n",
|
|
5048
|
+
"default": false
|
|
5049
|
+
}
|
|
5050
|
+
}
|
|
5051
|
+
}
|
|
4922
5052
|
}
|
|
4923
5053
|
}
|
|
4924
5054
|
},
|
|
@@ -5335,38 +5465,48 @@
|
|
|
5335
5465
|
},
|
|
5336
5466
|
"file": {
|
|
5337
5467
|
"type": "object",
|
|
5338
|
-
"
|
|
5339
|
-
"entity_id"
|
|
5340
|
-
],
|
|
5468
|
+
"description": "Message attachments",
|
|
5341
5469
|
"properties": {
|
|
5342
|
-
"
|
|
5343
|
-
"type": "
|
|
5344
|
-
"description": "
|
|
5345
|
-
"
|
|
5346
|
-
|
|
5347
|
-
|
|
5348
|
-
|
|
5349
|
-
|
|
5350
|
-
|
|
5351
|
-
|
|
5352
|
-
|
|
5353
|
-
|
|
5354
|
-
|
|
5355
|
-
|
|
5356
|
-
|
|
5357
|
-
|
|
5358
|
-
|
|
5359
|
-
|
|
5360
|
-
|
|
5361
|
-
|
|
5362
|
-
|
|
5363
|
-
|
|
5364
|
-
|
|
5365
|
-
|
|
5366
|
-
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
|
|
5470
|
+
"$relation": {
|
|
5471
|
+
"type": "array",
|
|
5472
|
+
"description": "It's normal entity relation with some additional properties for sending message attachment.",
|
|
5473
|
+
"items": {
|
|
5474
|
+
"type": "object",
|
|
5475
|
+
"required": [
|
|
5476
|
+
"entity_id"
|
|
5477
|
+
],
|
|
5478
|
+
"properties": {
|
|
5479
|
+
"entity_id": {
|
|
5480
|
+
"type": "string",
|
|
5481
|
+
"description": "File entity ID",
|
|
5482
|
+
"example": "f820ce3b-07b0-45ae-bcc6-babb2f53f79f"
|
|
5483
|
+
},
|
|
5484
|
+
"filename": {
|
|
5485
|
+
"type": "string",
|
|
5486
|
+
"description": "File name",
|
|
5487
|
+
"example": "Produktinformationen_epilot360_Double_Opt_in.pdf"
|
|
5488
|
+
},
|
|
5489
|
+
"is_message_attachment": {
|
|
5490
|
+
"type": "boolean",
|
|
5491
|
+
"description": "To indicate this file relation is message attachment. If false then this file will not be sent and simply kept as a file relation."
|
|
5492
|
+
},
|
|
5493
|
+
"cid": {
|
|
5494
|
+
"type": "string",
|
|
5495
|
+
"description": "Content ID (for inline)",
|
|
5496
|
+
"example": "fb222496-a1a5-4639-94f2-07b5e35e4068"
|
|
5497
|
+
},
|
|
5498
|
+
"inline": {
|
|
5499
|
+
"type": "boolean",
|
|
5500
|
+
"description": "If true then this attachment should not be offered for download (at least not in the main attachments list).\\\nThe usecase is CID embedded image (aka inline image).\n",
|
|
5501
|
+
"default": false
|
|
5502
|
+
},
|
|
5503
|
+
"send_as_link": {
|
|
5504
|
+
"type": "boolean",
|
|
5505
|
+
"description": "If true then this attachment is sent via link. The link have to be inserted to email body by API caller.\\\nIn this case, service doesn't process this attachment.\n",
|
|
5506
|
+
"default": false
|
|
5507
|
+
}
|
|
5508
|
+
}
|
|
5509
|
+
}
|
|
5370
5510
|
}
|
|
5371
5511
|
}
|
|
5372
5512
|
}
|