{"info":{"_postman_id":"45e05b73-6467-4955-9df9-d0a510856039","name":"Documentation api mailblast","description":"<html><head></head><body><p>Using the REST API allows you to programmatically execute a wide range of code operations which are also available through the user interface. In this guide you will find a quick start section with the most important concepts about the API, instructions to authenticate and some short code examples.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26095135","collectionId":"45e05b73-6467-4955-9df9-d0a510856039","publishedId":"2sA3kbhJj9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-07-31T03:40:54.000Z"},"item":[{"name":"Transaction","item":[{"name":"Send","item":[{"name":"send with html content","id":"ad8ee134-63b8-4ae7-b833-a08764741afb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"xxxx-xxx-xxx","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"sender\":{  \n      \"name\":\"Info MDM\",\n      \"email\":\"info@mdm.aehak.my.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"\"//Id of the sender from which the emails will be sent. Mandatory if email is not passed.\n   },\n   \"to\":  {\n         \"email\":\"fildanhadika@gmail.com\",\n         \"name\":\"Fildan\"\n    },\n   \"schedule_at\":\"\",//format yyyy-MM-dd'T'HH:mm:ss.SSSZ.\n   \"subject\":\"Hello world Testing API TRX\",\n   \"reff_id\":\"12345\",//not mandatory\n   \"htmlContent\":\"<html><head></head><body><p>Hello {{name}},</p>This is my first transactional email sent.</p></body></html>\",// mandatory,\n    \"params\":{\n        \"name\":\"Fildan\"\n    } \n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails","urlObject":{"protocol":"https","path":["v2","emails"],"host":["api","mailblast","mdmedia","id"],"query":[],"variable":[]}},"response":[{"id":"e58b5117-bbc3-47b5-a61f-9392da3f87eb","name":"success","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"xxxx-xxx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"fildan.hadika@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"2\"//Id of the sender from which the emails will be sent. Mandatory if email is not passed.\n   },\n   \"to\":  {\n         \"email\":\"fildanhadika@gmail.com\",\n         \"name\":\"Fildan\"\n    },\n   \"schedule_at\":\"2024-09-07T11:45:17.776+0000\",//format yyyy-MM-dd'T'HH:mm:ss.SSSZ.\n   \"subject\":\"Hello world\",\n   \"reff_id\":\"12345\",//not mandatory\n   \"htmlContent\":\"<html><head></head><body><p>Hello John,</p>This is my first transactional email sent.</p></body></html>\"// mandatory\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 24 Jul 2024 02:42:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999997"}],"cookie":[],"responseTime":null,"body":"{\n    \"message_id\": \"b584f0ed-0c8b-455b-b27d-d57d6f91996b\",\n    \"code\": \"success\"\n}"},{"id":"0501c068-2cb2-40f6-84b3-f608bd598829","name":"error","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"xxxx-xxx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"fildan.hadika@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"2\"//Id of the sender from which the emails will be sent. Mandatory if email is not passed.\n   },\n   \"to\":  {\n         \"email\":\"fildanhadika@gmail.com\",\n         \"name\":\"Fildan\"\n    },\n   \"schedule_at\":\"2024-09-07T11:45:17.776+0000\",//format Y-m-d H:i:s. default is now\n   \"subject\":\"Hello world\",\n   \"reff_id\":\"12345\"//not mandatory\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 24 Jul 2024 02:48:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999997"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"One of templateID or htmlContent is mandatory\",\n    \"code\": \"invalid_parameter\"\n}"}],"_postman_id":"ad8ee134-63b8-4ae7-b833-a08764741afb"},{"name":"send with html content and parameter messages","id":"598b45ef-381f-406c-ae49-13e09123545d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"xxxx-xx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"sender@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"2\"//Id of the sender from which the emails will be sent. Mandatory if email is not passed.\n   },\n   \"to\":  {\n         \"email\":\"recipient@gmail.com\",\n         \"name\":\"recipient\"\n    },\n   \"schedule_at\":\"2024-09-07T11:45:17.776+0000\",//format yyyy-MM-dd'T'HH:mm:ss.SSSZ.\n   \"subject\":\"Hello world\",\n   \"reff_id\":\"12345\",//not mandatory\n   \"htmlContent\":\"<html><head></head><body><p>Hello {{name}},</p>This is my first transactional email sent.</p></body></html>\", // mandatory\n    \"params\":{\n        \"name\":\"joni\"\n    } //if email html or template id have a parameter\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails","urlObject":{"protocol":"https","path":["v2","emails"],"host":["api","mailblast","mdmedia","id"],"query":[],"variable":[]}},"response":[{"id":"26da7858-01b9-4fa1-9b0d-7b2386ffd942","name":"success","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"xxxx-xx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"fildan.hadika@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"2\"//Id of the sender from which the emails will be sent. Mandatory if email is not passed.\n   },\n   \"to\":  {\n         \"email\":\"fildanhadika@gmail.com\",\n         \"name\":\"Fildan\"\n    },\n   \"schedule_at\":\"2024-09-07T11:45:17.776+0000\",//format yyyy-MM-dd'T'HH:mm:ss.SSSZ.\n   \"subject\":\"Hello world\",\n   \"reff_id\":\"12345\",//not mandatory\n   \"htmlContent\":\"<html><head></head><body><p>Hello {{name}},</p>This is my first transactional email sent.</p></body></html>\", // mandatory\n    \"params\":{\n        \"name\":\"joni\"\n    } //if email html or template id have a parameter\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 24 Jul 2024 02:49:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999997"}],"cookie":[],"responseTime":null,"body":"{\n    \"message_id\": \"f28cffef-a1a3-41c6-8c25-db18e33d2e76\",\n    \"code\": \"success\"\n}"}],"_postman_id":"598b45ef-381f-406c-ae49-13e09123545d"},{"name":"send with templateId","id":"24e7d120-296a-426e-b1fe-f2d4fbc1c204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"xxxx-xx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"sender@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"2\"//Id of the sender from which the emails will be sent. Mandatory if email is not passed.\n   },\n   \"to\":  {\n         \"email\":\"recipient@gmail.com\",\n         \"name\":\"recipient\"\n    },\n   \"schedule_at\":\"2024-09-07T11:45:17.776+0000\",//format yyyy-MM-dd'T'HH:mm:ss.SSSZ.\n   \"subject\":\"Hello world\",\n   \"reff_id\":\"12345\",//not mandatory\n   \"templateId\":4\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails","urlObject":{"protocol":"https","path":["v2","emails"],"host":["api","mailblast","mdmedia","id"],"query":[],"variable":[]}},"response":[{"id":"8eabe2cf-e01f-45fc-8b0e-3e95ff7130b8","name":"error","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"xxxx-xxx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"fildan.hadika@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"2\"//Id of the sender from which the emails will be sent. Mandatory if email is not passed.\n   },\n   \"to\":  {\n         \"email\":\"fildanhadika@gmail.com\",\n         \"name\":\"Fildan\"\n    },\n   \"schedule_at\":\"2024-09-07T11:45:17.776+0000\",\n   \"subject\":\"Hello world\",\n   \"reff_id\":\"12345\",//not mandatory\n   \"templateId\":7\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 24 Jul 2024 02:49:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999996"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Template with id = 7 is not found\",\n    \"code\": \"invalid_parameter\"\n}"},{"id":"e86b9e80-1314-4b28-b6c8-49d725609735","name":"success","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"xxxx-xxx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"fildan.hadika@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"2\"//Id of the sender from which the emails will be sent. Mandatory if email is not passed.\n   },\n   \"to\":  {\n         \"email\":\"fildanhadika@gmail.com\",\n         \"name\":\"Fildan\"\n    },\n   \"schedule_at\":\"2024-09-07T11:45:17.776+0000\",//format yyyy-MM-dd'T'HH:mm:ss.SSSZ.\n   \"subject\":\"Hello world\",\n   \"reff_id\":\"12345\",//not mandatory\n   \"templateId\":4\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 24 Jul 2024 02:49:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999997"}],"cookie":[],"responseTime":null,"body":"{\n    \"message_id\": \"8c1135c6-ea95-4d3b-ba40-0ef4685acc08\",\n    \"code\": \"success\"\n}"}],"_postman_id":"24e7d120-296a-426e-b1fe-f2d4fbc1c204"},{"name":"send with templateId and parameter","id":"c80306f0-8df4-42bb-8575-5ced93ee2393","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"xxxx-xx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"sender@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"2\"//Id of the sender from which the emails will be sent. Mandatory if email is not passed.\n   },\n   \"to\":  {\n         \"email\":\"recipient@gmail.com\",\n         \"name\":\"recipient\"\n    },\n   \"schedule_at\":\"2024-09-07T11:45:17.776+0000\",//format yyyy-MM-dd'T'HH:mm:ss.SSSZ.\n   \"subject\":\"Hello world\",\n   \"templateId\":4,\n   \"reff_id\":\"12345\",//not mandatory\n    \"params\":{\n        \"name\":\"joni\"\n    } //if email html or template id have a parameter\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails","urlObject":{"protocol":"https","path":["v2","emails"],"host":["api","mailblast","mdmedia","id"],"query":[],"variable":[]}},"response":[{"id":"c9be0169-cc32-4354-b052-3a319e36d37b","name":"error","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"xxxx-xx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"fildan.hadika@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"2\"//Id of the sender from which the emails will be sent. Mandatory if email is not passed.\n   },\n   \"to\":  {\n         \"email\":\"fildanhadika@gmail.com\",\n         \"name\":\"Fildan\"\n    },\n   \"schedule_at\":\"2024-09-07T11:45:17.776+0000\",\n   \"subject\":\"Hello world\",\n   \"templateId\":7,\n   \"reff_id\":\"12345\",//not mandatory\n    \"params\":{\n        \"name\":\"joni\"\n    } //if email html or template id have a parameter\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 24 Jul 2024 02:50:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999996"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Template with id = 7 is not found\",\n    \"code\": \"invalid_parameter\"\n}"},{"id":"1826498a-b5b3-4425-90d8-12eb06869d10","name":"success","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"xxxx-xxx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"fildan.hadika@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"2\"//Id of the sender from which the emails will be sent. Mandatory if email is not passed.\n   },\n   \"to\":  {\n         \"email\":\"fildanhadika@gmail.com\",\n         \"name\":\"Fildan\"\n    },\n   \"schedule_at\":\"2024-09-07T11:45:17.776+0000\",//format yyyy-MM-dd'T'HH:mm:ss.SSSZ.\n   \"subject\":\"Hello world\",\n   \"templateId\":4,\n   \"reff_id\":\"12345\",//not mandatory\n    \"params\":{\n        \"name\":\"joni\"\n    } //if email html or template id have a parameter\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 24 Jul 2024 02:50:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999995"}],"cookie":[],"responseTime":null,"body":"{\n    \"message_id\": \"cef846b2-f31b-4fc4-8b75-2bc87819a7ca\",\n    \"code\": \"success\"\n}"}],"_postman_id":"c80306f0-8df4-42bb-8575-5ced93ee2393"},{"name":"send fully featured","id":"22887ae7-9d4d-4e09-b666-71314ad5c991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"xxxx-xxx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"sender@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"2\"//Id of the sender from which the emails will be sent. Mandatory if email is not passed.\n   },\n   \"to\":  {\n         \"email\":\"recipient@gmail.com\",\n         \"name\":\"recipient\"\n    },\n   \"bcc\":[ //not mandatory\n        {\n            \"email\":\"bcc@gmail.com\",\n            \"name\":\"bcc\"\n        }\n   ], \n   \"cc\":[ //not mandatory\n        {\n            \"email\":\"cc@gmail.com\",\n            \"name\":\"cc\"\n        }\n   ],\n   \"reply_to\":{ //not mandatory\n        \"email\":\"replyto@gmail.com\",\n        \"name\":\"replyto\"\n   },\n   \"attachment\":\n   [\n        // if attachment is file\n        { //not mandatory.. \n            \"name\"  : \"logo.png\",//not mandatory,\n            \"code\"  : \"\" //base64code file\n        }\n   ],\n   \"schedule_at\":\"2024-09-07T11:45:17.776+0000\",//format yyyy-MM-dd'T'HH:mm:ss.SSSZ. default is now\n   \"subject\":\"Hello world\",\n   \"templateId\":\"\",\n   \"reff_id\":\"12345\",//not mandatory\n   \"htmlContent\":\"<html><head></head><body><p>Hello {{name}},</p>This is my first transactional email sent.</p></body></html>\", // mandatory\n    \"params\":{\n        \"name\":\"joni\"\n    } //if email html or template id have a parameter\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails","urlObject":{"protocol":"https","path":["v2","emails"],"host":["api","mailblast","mdmedia","id"],"query":[],"variable":[]}},"response":[{"id":"a2d71e21-1b4f-4740-ad81-5f2365fd473a","name":"success","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"xxxx-xx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"fildan.hadika@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"2\"//Id of the sender from which the emails will be sent. Mandatory if email is not passed.\n   },\n   \"to\":  {\n         \"email\":\"fildanhadika@gmail.com\",\n         \"name\":\"Fildan\"\n    },\n   \"bcc\":[ //not mandatory\n        {\n            \"email\":\"arisugandi213@gmail.com\",\n            \"name\":\"ari\"\n        }\n   ], \n   \"cc\":[ //not mandatory\n        {\n            \"email\":\"arisugandi213@gmail.com\",\n            \"name\":\"sugigi\"\n        }\n   ],\n   \"reply_to\":{ //not mandatory\n        \"email\":\"workspacefildan@gmail.com\",\n        \"name\":\"Workspace\"\n   },\n   \"attachment\":\n   [\n        { //not mandatory.. \n            \"name\"  : \"logo.png\",//not mandatory,\n            \"code\"  : \"\" //base64code file\n        }\n   ],\n   \"schedule_at\":\"2024-09-07T11:45:17.776+0000\",//format yyyy-MM-dd'T'HH:mm:ss.SSSZ.\n   \"subject\":\"Hello world\",\n   \"templateId\":\"\",\n   \"reff_id\":\"12345\",//not mandatory\n   \"htmlContent\":\"<html><head></head><body><p>Hello {{name}},</p>This is my first transactional email sent from Brevo.</p></body></html>\", // mandatory\n    \"params\":{\n        \"name\":\"joni\"\n    } //if email html or template id have a parameter\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 23 Jul 2024 06:49:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999997"}],"cookie":[],"responseTime":null,"body":"{\n    \"message_id\": \"defbe283-b65e-4d51-81a4-1b1d5cf7ef49\",\n    \"code\": \"success\"\n}"},{"id":"84726bac-766e-4e19-981e-e76b05c25723","name":"error","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"xxxx-xx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n   \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"fildan.hadika@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"2\"//Id of the sender from which the emails will be sent. Mandatory if email is not passed.\n   },\n   \"to\":  {\n         \"email\":\"fildanhadika@gmail.com\"\n    },\n   \"bcc\":[ //not mandatory\n        {\n            \"email\":\"arisugandi213@gmail.com\",\n            \"name\":\"ari\"\n        }\n   ], \n   \"cc\":[ //not mandatory\n        {\n            \"email\":\"arisugandi213@gmail.com\",\n            \"name\":\"sugigi\"\n        }\n   ],\n   \"reply_to\":{ //not mandatory\n        \"email\":\"workspacefildan@gmail.com\",\n        \"name\":\"Workspace\"\n   },\n   \"attachment\":\n   [\n        { //not mandatory.. \n            \"name\"  : \"logo.png\",//not mandatory,\n            \"code\"  : \"\" //base64code file\n        }\n   ],\n   \"schedule_at\":\"2024-09-07T11:45:17.776+0000\",\n   \"subject\":\"Hello world\",\n   \"templateId\":\"\",\n   \"reff_id\":\"12345\",//not mandatory\n   \"htmlContent\":\"<html><head></head><body><p>Hello {{name}},</p>This is my first transactional email sent from Brevo.</p></body></html>\", // mandatory\n    \"params\":{\n        \"name\":\"joni\"\n    } //if email html or template id have a parameter\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 24 Jul 2024 02:34:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999997"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"One of sender email or sender ID is mandatory\",\n    \"code\": \"invalid_parameter\"\n}"}],"_postman_id":"22887ae7-9d4d-4e09-b666-71314ad5c991"}],"id":"cffc30ae-998d-41c2-8d0f-8e20c57fe921","description":"<h3 id=\"description-of-body-params\">Description of Body Params</h3>\n<ul>\n<li><em><strong>sender</strong></em> &lt;<strong>object&gt;</strong> <strong>Mandatory</strong> if <code>templateId</code> <strong>is not passed</strong>. Pass name (<em>optional</em>) and email or id of sender from which emails will be sent. <code>name</code> <em><strong>will be ignored if passed along with sender</strong></em> <code>id</code>. For example, <strong>{\"name\":\"John From Shop\", \"email\":\"</strong><a href=\"https://mailto:no-reply@myshop.com\"><b>no-reply@olmyshop.com</b></a><strong>\"}{\"id\":3}</strong></li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>Name of the sender</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>email sender</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>int</td>\n<td>id sender</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><em><strong>to</strong></em> &lt;<strong>object&gt;</strong> <strong>Mandatory</strong>. For example, <strong>{\"name\":\"John From Shop\", \"email\":\"</strong><a href=\"https://mailto:no-reply@myshop.com\"><b>no-reply@olmyshop.com</b></a><strong>\"}</strong></li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>name of recipient</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>email of recipient</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><em><strong>bcc and cc</strong></em> &lt;<strong>array of object&gt;</strong> (<strong>Optional</strong>). For example, [{\"name\":\"John From Shop\", \"email\":\"<a href=\"https://mailto:no-reply@olmyshop.com\"><b>no-reply@olmyshop.com</b></a>\"}]</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>name of recipient</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>email of recipient</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>reply_to <strong>(object)</strong> Email (<strong>required</strong>), along with name (<em>optional</em>), on which transactional mail recipients will be able to reply back. For example</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>name of replyTo</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>email of replyTo</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><strong>attachment</strong> . Pass the <em>base64 content</em> of the attachment along with the attachment name.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>attachment name include the extension</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>base64 encode of the content attachment</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p><strong>schedule_at</strong>, date-time UTC date-time on which the email has to schedule . Prefer to pass your timezone in date-time format for scheduling.</p>\n</li>\n<li><p><strong>subject , subject</strong> of the message. <strong>Mandatory if 'templateId' is not passed</strong>.</p>\n</li>\n<li><p><strong>templateId (integer).</strong></p>\n</li>\n<li><p><strong>htmlContent ,</strong> HTML body of the message. <strong>Mandatory if 'templateId' is not passed, ignored if 'templateId' is passed.</strong></p>\n</li>\n<li><p><strong>params ,</strong> Pass the set of attributes to customize the template. For example, {\"FNAME\":\"Joe\", \"LNAME\":\"Doe\"}*_. It's *_considered only if template is in New Template Language format.</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"098f6abf-2a36-4ff0-bb51-6e6c469d04b5","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"5183b10d-8ab5-48dd-a8b7-93f3cae87ed3","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"cffc30ae-998d-41c2-8d0f-8e20c57fe921"},{"name":"Get list of transaction","item":[{"name":"get list transaction","id":"d085c9c7-ef24-40db-bcc6-6f0248630e8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"xxxx-xx-xx","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"start_date\":\"\", \n    \"end_date\":\"\", //only 30 days\n    \"email\":\"toemail@gmail.com\",//Mandatory if templateId and messageId are not passed in query filters. Email address to which transactional email has been sent.\n    \"templateId\":\"\",//Mandatory if email and messageId are not passed in query filters. Id of the template that was used to compose transactional email.\n    \"messagesId\":\"\",//Mandatory if templateId and email are not passed in query filters. Message ID of the transactional email sent.\n    \"sort\":\"asc\",//asc or desc,\n    \"limit\":\"100\",//int 0 - 500, default 100\n    \"offset\":\"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails","urlObject":{"protocol":"https","path":["v2","emails"],"host":["api","mailblast","mdmedia","id"],"query":[],"variable":[]}},"response":[{"id":"5bd77130-ee60-4dc8-9dd8-b7536ad36fc3","name":"error","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"xxxx-xx-xx","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"start_date\":\"\", \n    \"end_date\":\"2024-07-01\", //only 30 days\n    \"email\":\"ahda.muthahhari@gmail.com\",//Mandatory if templateId and messageId are not passed in query filters. Email address to which transactional email has been sent.\n    \"templateId\":\"\",//Mandatory if email and messageId are not passed in query filters. Id of the template that was used to compose transactional email.\n    \"messagesId\":\"\",//Mandatory if templateId and email are not passed in query filters. Message ID of the transactional email sent.\n    \"sort\":\"asc\",//asc or desc,\n    \"limit\":\"100\",//int 0 - 500, default 100\n    \"offset\":\"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 15 Jul 2024 04:45:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999998"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please fill the start date\",\n    \"code\": \"missing_parameter\"\n}"},{"id":"460ee33d-b083-4358-8765-44540f541d5b","name":"success","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"xxxx-xxx-xx","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"start_date\":\"\", \n    \"end_date\":\"\", //only 30 days\n    \"email\":\"ahda.muthahhari@gmail.com\",//Mandatory if templateId and messageId are not passed in query filters. Email address to which transactional email has been sent.\n    \"templateId\":\"\",//Mandatory if email and messageId are not passed in query filters. Id of the template that was used to compose transactional email.\n    \"messagesId\":\"\",//Mandatory if templateId and email are not passed in query filters. Message ID of the transactional email sent.\n    \"sort\":\"asc\",//asc or desc,\n    \"limit\":\"100\",//int 0 - 500, default 100\n    \"offset\":\"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/emails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 15 Jul 2024 07:24:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999998"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success to get\",\n    \"code\": \"success\",\n    \"data\": [\n        {\n            \"email\": \"ahda.muthahhari@gmail.com\",\n            \"subject\": null,\n            \"origin\": \"web\",\n            \"messages_id\": \"380284ce-740c-429c-8067-d91fb2322e1d\",\n            \"schedule_at\": \"2024-06-27 15:51:10\",\n            \"sender_from\": \"no-reply@email.com\",\n            \"submitted_at\": \"2024-06-27 15:51:35\"\n        },\n        {\n            \"email\": \"ahda.muthahhari@gmail.com\",\n            \"subject\": null,\n            \"origin\": \"web\",\n            \"messages_id\": \"0ea993a7-1982-4c1e-a367-cce43a0cec95\",\n            \"schedule_at\": \"2024-07-01 14:10:08\",\n            \"sender_from\": \"no-reply@email.com\",\n            \"submitted_at\": \"2024-07-01 14:09:19\"\n        },\n        {\n            \"email\": \"ahda.muthahhari@gmail.com\",\n            \"subject\": null,\n            \"origin\": \"web\",\n            \"messages_id\": \"9d44f848-d384-4e98-932c-7c42cc34c577\",\n            \"schedule_at\": \"2024-07-01 16:15:59\",\n            \"sender_from\": \"no-reply@email.com\",\n            \"submitted_at\": \"2024-07-01 16:14:35\"\n        }\n    ]\n}"}],"_postman_id":"d085c9c7-ef24-40db-bcc6-6f0248630e8a"}],"id":"230b1da5-4ace-4386-86c1-8ddc153b9d1c","description":"<h1 id=\"get-the-list-of-transactional-emails-on-the-basis-of-allowed-filters\">Get the list of transactional emails on the basis of allowed filters</h1>\n<p><strong>get :</strong> <a href=\"https://api.mail/v3/smtp/emails\">https://api.mailblast.mdmedia.id/v2/emails</a></p>\n<p>This endpoint will show the list of emails for past 30 days by default. To retrieve emails before that time, please pass startDate and endDate in query filters.</p>\n<h3 id=\"query-params\"><strong>Query Params</strong></h3>\n<ul>\n<li><p><strong>start_date</strong> <strong>, string Mandatory if endDate is used.</strong> Starting date (YYYY-MM-DD) from which you want to fetch the list. <strong>Maximum time period that can be selected is one month</strong>.</p>\n</li>\n<li><p><strong>end_date , string Mandatory if startDate is used.</strong> Ending date (YYYY-MM-DD) till which you want to fetch the list. <strong>Maximum time period that can be selected is one month.</strong></p>\n</li>\n<li><p><strong>email , string</strong> email Mandatory if templateId and messageId are not passed in query filters. Email address to which transactional email has been sent.</p>\n</li>\n<li><p><strong>templateId ,integer</strong> Mandatory if email and messageId are not passed in query filters. Id of the template that was used to compose transactional email.</p>\n</li>\n<li><p><strong>messagesId ,integer</strong> Mandatory if templateId and email are not passed in query filters. Message ID of the transactional email sent.</p>\n</li>\n<li><p><strong>sort ,</strong> string Defaults to desc Sort the results in the ascending/descending (asc/desc) order of record creation. Default order is descending if sort is not passed</p>\n</li>\n<li><p><strong>limit</strong>, integer 0 to 500 Defaults to 100 Number of documents returned per page</p>\n</li>\n<li><p><strong>offset,</strong> integer Defaults to 0 Index of the first document in the page</p>\n</li>\n</ul>\n","_postman_id":"230b1da5-4ace-4386-86c1-8ddc153b9d1c"},{"name":"Get Detail Transaction","item":[{"name":"get single trx","id":"82f5788b-f6f8-453d-81ea-e10c323a1992","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"xxxx-xx-xx","type":"text"}],"url":"https://api.mailblast.mdmedia.id/v2/emails/{{uuid}}","urlObject":{"protocol":"https","path":["v2","emails","{{uuid}}"],"host":["api","mailblast","mdmedia","id"],"query":[],"variable":[]}},"response":[{"id":"c9ef43ef-c5f3-4e24-b6c9-d7512eb26bb9","name":"success","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"xxxx-xxx-xx","type":"text"}],"url":"https://api.mailblast.mdmedia.id/v2/emails/{{uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 06 Aug 2024 03:30:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999996"}],"cookie":[],"responseTime":null,"body":"{\n    \"email\": \"fildanhadika@gmail.com\",\n    \"subject\": \"Hello world\",\n    \"date_create\": \"2024-07-26T10:03:09.000000Z\",\n    \"event\": [\n        {\n            \"name\": \"delivered\",\n            \"time\": \"2024-06-03 16:12:05\"\n        },\n        {\n            \"name\": \"accepted\",\n            \"time\": \"2024-07-26 17:03:09\"\n        }\n    ]\n}"},{"id":"85a3a45d-411b-45af-9341-e36a55fff134","name":"error","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"xxxx-xx-xx","type":"text"}],"url":"https://api.mailblast.mdmedia.id/v2/emails/{{uuid}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 06 Aug 2024 03:32:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999999"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"message not found\",\n    \"code\": \"document_not_found\"\n}"}],"_postman_id":"82f5788b-f6f8-453d-81ea-e10c323a1992"}],"id":"91565e49-4efc-4bd8-93a9-453371ed4b9f","description":"<h1 id=\"get-the-personalized-content-of-a-sent-transactional-email\">Get the personalized content of a sent transactional email</h1>\n<p><strong>get :</strong> <a href=\"https://api.mail/v3/smtp/emails\">https://api.mailblast.mdmedia.id/v2/emails/{{uuid}}</a></p>\n<h3 id=\"path-params\"><strong>Path Params</strong></h3>\n<ul>\n<li>uuid string required Unique id of the transactional email that has been sent to a recipient</li>\n</ul>\n","_postman_id":"91565e49-4efc-4bd8-93a9-453371ed4b9f"}],"id":"c136ce04-c01c-4061-abe1-fb36926ee7ed","description":"<p>Transactional emails are used for all emails: send them when a user has created an account, when they have made an order, when request a new password, when send billing reminder, etc...</p>\n","_postman_id":"c136ce04-c01c-4061-abe1-fb36926ee7ed"},{"name":"Template","item":[{"name":"Create","item":[{"name":"create","id":"a7d67336-2d74-4d1a-bd44-58ab83e2e3e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"xxx-xxxs","type":"text"}],"body":{"mode":"raw","raw":"{  \n    \"name\":\"Order Confirmation\",\n    \"conversation_category\":\"UTILITY\",//\"UTILITY\",\"MARKETING\",\"AUTHENTICATION\"\n    \"sender\":{  \n      \"name\":\"Info\",\n      \"email\":\"info@mdm.aehak.my.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"\"//Id of the sender from which the emails will be sent. In order to select a sender with specific pool of IP’s, dedicated ip users shall pass id (instead of email). Mandatory if email is not passed.\n    },\n   \"htmlContent\":\"<html><head></head><body><p>Hello John,</p>This is my first transactional email sent.</p></body></html>\"// mandatory\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/templates","urlObject":{"protocol":"https","path":["v2","templates"],"host":["api","mailblast","mdmedia","id"],"query":[],"variable":[]}},"response":[{"id":"3331e35d-3ee9-42a7-8eea-3b102a341dc3","name":"success","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"xxxx-xxx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n    \"name\":\"Order Confirmation\",\n    \"conversation_category\":\"BLAST\",//\"UTILITY\",\"MARKETING\",\"AUTHENTICATION\"\n    \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"fildan.hadika@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"\"//Id of the sender from which the emails will be sent. In order to select a sender with specific pool of IP’s, dedicated ip users shall pass id (instead of email). Mandatory if email is not passed.\n    },\n   \"htmlContent\":\"<html><head></head><body><p>Hello John,</p>This is my first transactional email sent.</p></body></html>\"// mandatory\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/templates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 24 Jul 2024 07:07:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999998"}],"cookie":[],"responseTime":null,"body":"{\n    \"templates_id\": 6,\n    \"code\": \"success\"\n}"}],"_postman_id":"a7d67336-2d74-4d1a-bd44-58ab83e2e3e3"}],"id":"4833d9b9-a34e-4ed1-a38f-c75d23d4d1bf","description":"<h3 id=\"description-of-body-params\">Description of Body Params</h3>\n<ul>\n<li><p><strong>name (string) ,</strong> Name of the template</p>\n</li>\n<li><p><strong>conversation_category (string)</strong>, (Tag of the template) . (Utility, Authenticate, Marketing)</p>\n</li>\n<li><p><strong>sender (object)</strong>, Sender details including id or email and name (<em>optional</em>). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example:<br />  {\"name\":\"xyz\", \"email\":\"<a href=\"https://mailto:example@abc.com\">example@abc.com</a>\"}<br />  {\"name\":\"xyz\", \"id\":123}</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>Name of the sender</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>email sender</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>int</td>\n<td>id sender</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><strong>htmlContent (string)</strong>, If the template is designed using Drag &amp; Drop editor via HTML content, then the design page will not have Drag &amp; Drop editor access for that template. Body of the message</li>\n</ul>\n","_postman_id":"4833d9b9-a34e-4ed1-a38f-c75d23d4d1bf"},{"name":"Update","item":[{"name":"update","id":"dbf47ee1-bff1-4abf-b1af-587489cfb05f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"api-key","value":"xxxx-xxx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n    \"name\":\"Order Confirmation\",\n    \"conversation_category\":\"BLAST\",//\"UTILITY\",\"MARKETING\",\"AUTHENTICATION\"\n    \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"sender@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"\"//Id of the sender from which the emails will be sent. In order to select a sender with specific pool of IP’s, dedicated ip users shall pass id (instead of email). Mandatory if email is not passed.\n    },\n   \"htmlContent\":\"<html><head></head><body><p>Hello {{name}},</p>This is my first transactional email sent.</p></body></html>\"// mandatory\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/templates/{{id}}","urlObject":{"protocol":"https","path":["v2","templates","{{id}}"],"host":["api","mailblast","mdmedia","id"],"query":[],"variable":[]}},"response":[{"id":"2f316429-8edd-4312-9538-1cdcae683d6b","name":"error","originalRequest":{"method":"PUT","header":[{"key":"api-key","value":"xxxx-xxx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n    \"name\":\"Order Confirmation\",\n    \"conversation_category\":\"BLAST\",//\"UTILITY\",\"MARKETING\",\"AUTHENTICATION\"\n    \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"fildan.hadika@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"\"//Id of the sender from which the emails will be sent. In order to select a sender with specific pool of IP’s, dedicated ip users shall pass id (instead of email). Mandatory if email is not passed.\n    },\n   \"htmlContent\":\"<html><head></head><body><p>Hello {{name}},</p>This is my first transactional email sent from Brevo.</p></body></html>\"// mandatory\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/templates/{{id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 20 Aug 2024 02:35:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999998"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Templates not found\",\n    \"code\": \"invalid_parameter\"\n}"},{"id":"8f6ca726-51cc-4f44-b928-2b9f41b794f9","name":"success","originalRequest":{"method":"PUT","header":[{"key":"api-key","value":"xxxx-xxx-xx","type":"text"}],"body":{"mode":"raw","raw":"{  \n    \"name\":\"Order Confirmation\",\n    \"conversation_category\":\"BLAST\",//\"UTILITY\",\"MARKETING\",\"AUTHENTICATION\"\n    \"sender\":{  \n      \"name\":\"API\",\n      \"email\":\"fildan.hadika@mdmedia.co.id\",//Email of the sender from which the emails will be sent. Mandatory if sender id is not passed.\n      \"id\":\"\"//Id of the sender from which the emails will be sent. In order to select a sender with specific pool of IP’s, dedicated ip users shall pass id (instead of email). Mandatory if email is not passed.\n    },\n   \"htmlContent\":\"<html><head></head><body><p>Hello {{name}},</p>This is my first transactional email sent from Brevo.</p></body></html>\"// mandatory\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/templates/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 20 Aug 2024 02:36:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999998"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"success\"\n}"}],"_postman_id":"dbf47ee1-bff1-4abf-b1af-587489cfb05f"}],"id":"183eb495-0bd3-4ac7-bb8f-a967a8677145","description":"<h3 id=\"path-params\">Path Params</h3>\n<ul>\n<li><strong>id (integer) ,</strong> id of the template</li>\n</ul>\n<h3 id=\"description-of-body-params\">Description of Body Params</h3>\n<ul>\n<li><p><strong>name (string) ,</strong> Name of the template</p>\n</li>\n<li><p><strong>conversation_category (string)</strong>, (Tag of the template) . (Utility, Authenticate, Marketing)</p>\n</li>\n<li><p><strong>sender (object)</strong>, Sender details including id or email and name (<em>optional</em>). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example:<br />  {\"name\":\"xyz\", \"email\":\"<a href=\"https://mailto:example@abc.com\">example@abc.com</a>\"}<br />  {\"name\":\"xyz\", \"id\":123}</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>Name of the sender</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>email sender</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>int</td>\n<td>id sender</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><strong>htmlContent (string)</strong>, If the template is designed using Drag &amp; Drop editor via HTML content, then the design page will not have Drag &amp; Drop editor access for that template. Body of the message</li>\n</ul>\n","_postman_id":"183eb495-0bd3-4ac7-bb8f-a967a8677145"},{"name":"Get List","item":[{"name":"get list","id":"7b5a54b8-a4d6-4eeb-b85a-17839845a50c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"xxxx-xxx-xx","type":"text"}],"body":{"mode":"raw","raw":"{\n    // \"is_active\" : true,\n    \"conversation_category\":\"BLAST\",//\"UTILITY\",\"MARKETING\",\"AUTHENTICATION\" or empty if want to show all\n    \"sort\":\"asc\",//asc or desc,\n    \"limit\":\"100\",//int 0 - 500, default 100\n    \"offset\":\"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/templates","urlObject":{"protocol":"https","path":["v2","templates"],"host":["api","mailblast","mdmedia","id"],"query":[],"variable":[]}},"response":[{"id":"aa209930-e78a-466c-ab65-f5f11c5cf987","name":"success","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"xxxx-xxx-xx","type":"text"}],"body":{"mode":"raw","raw":"{\n    // \"is_active\" : true,\n    \"conversation_category\":\"BLAST\",//\"UTILITY\",\"MARKETING\",\"AUTHENTICATION\" or empty if want to show all\n    \"sort\":\"asc\",//asc or desc,\n    \"limit\":\"100\",//int 0 - 500, default 100\n    \"offset\":\"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mailblast.mdmedia.id/v2/templates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 20 Aug 2024 02:09:00 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999996"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"count\": 5,\n    \"template\": [\n        {\n            \"id\": 1,\n            \"name\": \"promotion\",\n            \"sender_name\": \"John\",\n            \"sender_email\": \"fildan.hadika@mdmedia.co.id\",\n            \"htmlContent\": \"Halo\",\n            \"date_created\": \"2024-02-19 07:25:24\",\n            \"last_modified\": \"2024-02-19 07:25:24\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"maju\",\n            \"sender_name\": \"John\",\n            \"sender_email\": \"fildan.hadika@mdmedia.co.id\",\n            \"htmlContent\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional //EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html 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<!--[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]-->\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\n  <title></title>\\n  \\n    <style type=\\\"text/css\\\">\\n      @media only screen and (min-width: 520px) {\\n  .u-row {\\n    width: 500px !important;\\n  }\\n  .u-row .u-col {\\n    vertical-align: top;\\n  }\\n\\n  .u-row .u-col-50 {\\n    width: 250px !important;\\n  }\\n\\n  .u-row .u-col-100 {\\n    width: 500px !important;\\n  }\\n\\n}\\n\\n@media (max-width: 520px) {\\n  .u-row-container {\\n    max-width: 100% !important;\\n    padding-left: 0px !important;\\n    padding-right: 0px !important;\\n  }\\n  .u-row .u-col {\\n    min-width: 320px !important;\\n    max-width: 100% !important;\\n    display: block !important;\\n  }\\n  .u-row {\\n    width: 100% !important;\\n  }\\n  .u-col {\\n    width: 100% !important;\\n  }\\n  .u-col > div {\\n    margin: 0 auto;\\n  }\\n}\\nbody {\\n  margin: 0;\\n  padding: 0;\\n}\\n\\ntable,\\ntr,\\ntd {\\n  vertical-align: top;\\n  border-collapse: collapse;\\n}\\n\\np {\\n  margin: 0;\\n}\\n\\n.ie-container table,\\n.mso-container table {\\n  table-layout: fixed;\\n}\\n\\n* {\\n  line-height: inherit;\\n}\\n\\na[x-apple-data-detectors='true'] {\\n  color: inherit !important;\\n  text-decoration: none !important;\\n}\\n\\ntable, td { color: #000000; } </style>\\n  \\n  \\n\\n</head>\\n\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #882323;color: #000000\\\">\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\n  <table style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #882323;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n  <tbody>\\n  <tr style=\\\"vertical-align: top\\\">\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #882323;\\\"><![endif]-->\\n    \\n  \\n  \\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 500px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:500px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\n      \\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"500\\\" style=\\\"width: 500px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 500px;display: table-cell;vertical-align: top;\\\">\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\n  \\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\n        \\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\n  <tr>\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\n      \\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https://mdmedia.co.id/assets/front/images/logo.png\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 21%;max-width: 100.8px;\\\" width=\\\"100.8\\\"/>\\n      \\n    </td>\\n  </tr>\\n</table>\\n\\n      </td>\\n    </tr>\\n  </tbody>\\n</table>\\n\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\n        \\n  <div style=\\\"font-size: 14px; color: #ffffff; line-height: 140%; text-align: justify; word-wrap: break-word;\\\">\\n    <p style=\\\"line-height: 140%;\\\"><strong>{{name}}</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the {{date}} with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\\n  </div>\\n\\n      </td>\\n    </tr>\\n  </tbody>\\n</table>\\n\\n  <!--[if (!mso)&(!IE)]><!--></div><!--<![endif]-->\\n  </div>\\n</div>\\n<!--[if (mso)|(IE)]></td><![endif]-->\\n      <!--[if (mso)|(IE)]></tr></table></td></tr></table><![endif]-->\\n    </div>\\n  </div>\\n  </div>\\n  \\n\\n\\n  \\n  \\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 500px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:500px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\n      \\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"250\\\" style=\\\"width: 250px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 250px;display: table-cell;vertical-align: top;\\\">\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\n  \\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\n        \\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\n  <tr>\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\n      \\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https://mdmedia.co.id/assets/front/images/logo.png\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 65%;max-width: 149.5px;\\\" width=\\\"149.5\\\"/>\\n      \\n    </td>\\n  </tr>\\n</table>\\n\\n      </td>\\n    </tr>\\n  </tbody>\\n</table>\\n\\n  <!--[if (!mso)&(!IE)]><!--></div><!--<![endif]-->\\n  </div>\\n</div>\\n<!--[if (mso)|(IE)]></td><![endif]-->\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"250\\\" style=\\\"width: 250px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 250px;display: table-cell;vertical-align: top;\\\">\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\n  \\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\n        \\n  <div style=\\\"font-size: 14px; color: #ffffff; line-height: 140%; text-align: justify; word-wrap: break-word;\\\">\\n    <p style=\\\"line-height: 140%;\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over Rp. {{price}}.</p>\\n  </div>\\n\\n      </td>\\n    </tr>\\n  </tbody>\\n</table>\\n\\n  <!--[if (!mso)&(!IE)]><!--></div><!--<![endif]-->\\n  </div>\\n</div>\\n<!--[if (mso)|(IE)]></td><![endif]-->\\n      <!--[if (mso)|(IE)]></tr></table></td></tr></table><![endif]-->\\n    </div>\\n  </div>\\n  </div>\\n  \\n\\n\\n  \\n  \\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 500px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:500px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\n      \\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"500\\\" style=\\\"width: 500px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 500px;display: table-cell;vertical-align: top;\\\">\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\n  \\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\n        \\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\n    <tbody>\\n      <tr style=\\\"vertical-align: top\\\">\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\n          <span>&#160;</span>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n\\n      </td>\\n    </tr>\\n  </tbody>\\n</table>\\n\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\n        \\n  <div style=\\\"font-size: 14px; color: #ffffff; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\n    <p style=\\\"line-height: 140%;\\\">www.mdmedia.co.id</p>\\n  </div>\\n\\n      </td>\\n    </tr>\\n  </tbody>\\n</table>\\n\\n  <!--[if (!mso)&(!IE)]><!--></div><!--<![endif]-->\\n  </div>\\n</div>\\n<!--[if (mso)|(IE)]></td><![endif]-->\\n      <!--[if (mso)|(IE)]></tr></table></td></tr></table><![endif]-->\\n    </div>\\n  </div>\\n  </div>\\n  \\n\\n\\n    <!--[if (mso)|(IE)]></td></tr></table><![endif]-->\\n    </td>\\n  </tr>\\n  </tbody>\\n  </table>\\n  <!--[if mso]></div><![endif]-->\\n  <!--[if IE]></div><![endif]-->\\n</body>\\n\\n</html>\",\n            \"date_created\": \"2024-03-04 03:57:57\",\n            \"last_modified\": \"2024-03-04 03:57:57\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"maju tak gentar\",\n            \"sender_name\": \"No-reply\",\n            \"sender_email\": \"no-reply@email.com\",\n            \"htmlContent\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional //EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html 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<!--[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]-->\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\n  <title></title>\\n  \\n    <style type=\\\"text/css\\\">\\n      @media only screen and (min-width: 520px) {\\n  .u-row {\\n    width: 500px !important;\\n  }\\n  .u-row .u-col {\\n    vertical-align: top;\\n  }\\n\\n  .u-row .u-col-50 {\\n    width: 250px !important;\\n  }\\n\\n  .u-row .u-col-100 {\\n    width: 500px !important;\\n  }\\n\\n}\\n\\n@media (max-width: 520px) {\\n  .u-row-container {\\n    max-width: 100% !important;\\n    padding-left: 0px !important;\\n    padding-right: 0px !important;\\n  }\\n  .u-row .u-col {\\n    min-width: 320px !important;\\n    max-width: 100% !important;\\n    display: block !important;\\n  }\\n  .u-row {\\n    width: 100% !important;\\n  }\\n  .u-col {\\n    width: 100% !important;\\n  }\\n  .u-col > div {\\n    margin: 0 auto;\\n  }\\n}\\nbody {\\n  margin: 0;\\n  padding: 0;\\n}\\n\\ntable,\\ntr,\\ntd {\\n  vertical-align: top;\\n  border-collapse: collapse;\\n}\\n\\np {\\n  margin: 0;\\n}\\n\\n.ie-container table,\\n.mso-container table {\\n  table-layout: fixed;\\n}\\n\\n* {\\n  line-height: inherit;\\n}\\n\\na[x-apple-data-detectors='true'] {\\n  color: inherit !important;\\n  text-decoration: none !important;\\n}\\n\\ntable, td { color: #000000; } </style>\\n  \\n  \\n\\n</head>\\n\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #882323;color: #000000\\\">\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\n  <table style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #882323;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n  <tbody>\\n  <tr style=\\\"vertical-align: top\\\">\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #882323;\\\"><![endif]-->\\n    \\n  \\n  \\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 500px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:500px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\n      \\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"500\\\" style=\\\"width: 500px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 500px;display: table-cell;vertical-align: top;\\\">\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\n  \\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\n        \\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\n  <tr>\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\n      \\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https://mdmedia.co.id/assets/front/images/logo.png\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 21%;max-width: 100.8px;\\\" width=\\\"100.8\\\"/>\\n      \\n    </td>\\n  </tr>\\n</table>\\n\\n      </td>\\n    </tr>\\n  </tbody>\\n</table>\\n\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\n        \\n  <div style=\\\"font-size: 14px; color: #ffffff; line-height: 140%; text-align: justify; word-wrap: break-word;\\\">\\n    <p style=\\\"line-height: 140%;\\\"><strong>{{name}}</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the {{date}} with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\\n  </div>\\n\\n      </td>\\n    </tr>\\n  </tbody>\\n</table>\\n\\n  <!--[if (!mso)&(!IE)]><!--></div><!--<![endif]-->\\n  </div>\\n</div>\\n<!--[if (mso)|(IE)]></td><![endif]-->\\n      <!--[if (mso)|(IE)]></tr></table></td></tr></table><![endif]-->\\n    </div>\\n  </div>\\n  </div>\\n  \\n\\n\\n  \\n  \\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 500px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:500px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\n      \\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"250\\\" style=\\\"width: 250px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 250px;display: table-cell;vertical-align: top;\\\">\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\n  \\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\n        \\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\n  <tr>\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\n      \\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https://mdmedia.co.id/assets/front/images/logo.png\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 65%;max-width: 149.5px;\\\" width=\\\"149.5\\\"/>\\n      \\n    </td>\\n  </tr>\\n</table>\\n\\n      </td>\\n    </tr>\\n  </tbody>\\n</table>\\n\\n  <!--[if (!mso)&(!IE)]><!--></div><!--<![endif]-->\\n  </div>\\n</div>\\n<!--[if (mso)|(IE)]></td><![endif]-->\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"250\\\" style=\\\"width: 250px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 250px;display: table-cell;vertical-align: top;\\\">\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\n  \\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\n        \\n  <div style=\\\"font-size: 14px; color: #ffffff; line-height: 140%; text-align: justify; word-wrap: break-word;\\\">\\n    <p style=\\\"line-height: 140%;\\\">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over Rp. {{price}}.</p>\\n  </div>\\n\\n      </td>\\n    </tr>\\n  </tbody>\\n</table>\\n\\n  <!--[if (!mso)&(!IE)]><!--></div><!--<![endif]-->\\n  </div>\\n</div>\\n<!--[if (mso)|(IE)]></td><![endif]-->\\n      <!--[if (mso)|(IE)]></tr></table></td></tr></table><![endif]-->\\n    </div>\\n  </div>\\n  </div>\\n  \\n\\n\\n  \\n  \\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 500px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:500px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\n      \\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"500\\\" style=\\\"width: 500px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 500px;display: table-cell;vertical-align: top;\\\">\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\n  \\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\n        \\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\n    <tbody>\\n      <tr style=\\\"vertical-align: top\\\">\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\n          <span>&#160;</span>\\n        </td>\\n      </tr>\\n    </tbody>\\n  </table>\\n\\n      </td>\\n    </tr>\\n  </tbody>\\n</table>\\n\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\n        \\n  <div style=\\\"font-size: 14px; color: #ffffff; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\n    <p style=\\\"line-height: 140%;\\\">www.mdmedia.co.id</p>\\n  </div>\\n\\n      </td>\\n    </tr>\\n  </tbody>\\n</table>\\n\\n  <!--[if (!mso)&(!IE)]><!--></div><!--<![endif]-->\\n  </div>\\n</div>\\n<!--[if (mso)|(IE)]></td><![endif]-->\\n      <!--[if (mso)|(IE)]></tr></table></td></tr></table><![endif]-->\\n    </div>\\n  </div>\\n  </div>\\n  \\n\\n\\n    <!--[if (mso)|(IE)]></td></tr></table><![endif]-->\\n    </td>\\n  </tr>\\n  </tbody>\\n  </table>\\n  <!--[if mso]></div><![endif]-->\\n  <!--[if IE]></div><![endif]-->\\n</body>\\n\\n</html>\",\n            \"date_created\": \"2024-03-04 03:57:57\",\n            \"last_modified\": \"2024-03-04 03:57:57\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Test\",\n            \"sender_name\": \"No-reply\",\n            \"sender_email\": \"no-reply@email.com\",\n            \"htmlContent\": \"Hey gaes\",\n            \"date_created\": \"2024-06-27 12:58:38\",\n            \"last_modified\": \"2024-06-27 12:58:38\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"no hup template #2\",\n            \"sender_name\": \"John\",\n            \"sender_email\": \"fildan.hadika@mdmedia.co.id\",\n            \"htmlContent\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional //EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html 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<!--[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]-->\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\n  <title></title>\\n  \\n    <style type=\\\"text/css\\\">\\n      @media only screen and (min-width: 520px) {\\n  .u-row {\\n    width: 500px !important;\\n  }\\n  .u-row .u-col {\\n    vertical-align: top;\\n  }\\n\\n  .u-row .u-col-100 {\\n    width: 500px !important;\\n  }\\n\\n}\\n\\n@media (max-width: 520px) {\\n  .u-row-container {\\n    max-width: 100% !important;\\n    padding-left: 0px !important;\\n    padding-right: 0px !important;\\n  }\\n  .u-row .u-col {\\n    min-width: 320px !important;\\n    max-width: 100% !important;\\n    display: block !important;\\n  }\\n  .u-row {\\n    width: 100% !important;\\n  }\\n  .u-col {\\n    width: 100% !important;\\n  }\\n  .u-col > div {\\n    margin: 0 auto;\\n  }\\n}\\nbody {\\n  margin: 0;\\n  padding: 0;\\n}\\n\\ntable,\\ntr,\\ntd {\\n  vertical-align: top;\\n  border-collapse: collapse;\\n}\\n\\np {\\n  margin: 0;\\n}\\n\\n.ie-container table,\\n.mso-container table {\\n  table-layout: fixed;\\n}\\n\\n* {\\n  line-height: inherit;\\n}\\n\\na[x-apple-data-detectors='true'] {\\n  color: inherit !important;\\n  text-decoration: none !important;\\n}\\n\\ntable, td { color: #000000; } </style>\\n  \\n  \\n\\n</head>\\n\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #F7F8F9;color: #000000\\\">\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\n  <table style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #F7F8F9;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n  <tbody>\\n  <tr style=\\\"vertical-align: top\\\">\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #F7F8F9;\\\"><![endif]-->\\n    \\n  \\n  \\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 500px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:500px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\n      \\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"500\\\" style=\\\"width: 500px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 500px;display: table-cell;vertical-align: top;\\\">\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\n  \\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\n        \\n  <div style=\\\"font-size: 14px; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\n    <p style=\\\"line-height: 140%;\\\">hehe</p>\\n  </div>\\n\\n      </td>\\n    </tr>\\n  </tbody>\\n</table>\\n\\n  <!--[if (!mso)&(!IE)]><!--></div><!--<![endif]-->\\n  </div>\\n</div>\\n<!--[if (mso)|(IE)]></td><![endif]-->\\n      <!--[if (mso)|(IE)]></tr></table></td></tr></table><![endif]-->\\n    </div>\\n  </div>\\n  </div>\\n  \\n\\n\\n    <!--[if (mso)|(IE)]></td></tr></table><![endif]-->\\n    </td>\\n  </tr>\\n  </tbody>\\n  </table>\\n  <!--[if mso]></div><![endif]-->\\n  <!--[if IE]></div><![endif]-->\\n</body>\\n\\n</html>\",\n            \"date_created\": \"2024-06-27 13:20:34\",\n            \"last_modified\": \"2024-06-27 13:20:34\"\n        }\n    ]\n}"}],"_postman_id":"7b5a54b8-a4d6-4eeb-b85a-17839845a50c"}],"id":"477c016f-d163-41a8-91b5-fecfe410bd9b","description":"<p>You can use as reference the code below to implement this call in your preferred language.</p>\n<h3 id=\"description-of-body-params\">Description of Body Params</h3>\n<ul>\n<li><p>conversation_category <strong>(string) ,</strong> (UTILITY,MARKETING,AUTHENTICATION) or empty if want to show all</p>\n</li>\n<li><p>sort (string) , (asc/desc)</p>\n</li>\n<li><p>limit (integer), 0 - 500, default 100</p>\n</li>\n<li><p>offset (integer)</p>\n</li>\n</ul>\n","_postman_id":"477c016f-d163-41a8-91b5-fecfe410bd9b"},{"name":"Get Single","item":[{"name":"get single","id":"01242faf-4420-41dc-a6e5-e03327f2cafd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"xxxx-xx-xx","type":"text"}],"url":"https://api.mailblast.mdmedia.id/v2/templates/{{id}}","urlObject":{"protocol":"https","path":["v2","templates","{{id}}"],"host":["api","mailblast","mdmedia","id"],"query":[],"variable":[]}},"response":[{"id":"b4e438b4-e288-4e74-9a51-997f966139b1","name":"get single success","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"xxxx-xxx-xx","type":"text"}],"url":"https://api.mailblast.mdmedia.id/v2/templates/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 20 Aug 2024 02:08:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999998"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"success\",\n    \"template\": {\n        \"id\": 5,\n        \"name\": \"no hup template #2\",\n        \"sender_name\": \"John\",\n        \"sender_email\": \"fildan.hadika@mdmedia.co.id\",\n        \"htmlContent\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional //EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html 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<!--[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]-->\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\n  <title></title>\\n  \\n    <style type=\\\"text/css\\\">\\n      @media only screen and (min-width: 520px) {\\n  .u-row {\\n    width: 500px !important;\\n  }\\n  .u-row .u-col {\\n    vertical-align: top;\\n  }\\n\\n  .u-row .u-col-100 {\\n    width: 500px !important;\\n  }\\n\\n}\\n\\n@media (max-width: 520px) {\\n  .u-row-container {\\n    max-width: 100% !important;\\n    padding-left: 0px !important;\\n    padding-right: 0px !important;\\n  }\\n  .u-row .u-col {\\n    min-width: 320px !important;\\n    max-width: 100% !important;\\n    display: block !important;\\n  }\\n  .u-row {\\n    width: 100% !important;\\n  }\\n  .u-col {\\n    width: 100% !important;\\n  }\\n  .u-col > div {\\n    margin: 0 auto;\\n  }\\n}\\nbody {\\n  margin: 0;\\n  padding: 0;\\n}\\n\\ntable,\\ntr,\\ntd {\\n  vertical-align: top;\\n  border-collapse: collapse;\\n}\\n\\np {\\n  margin: 0;\\n}\\n\\n.ie-container table,\\n.mso-container table {\\n  table-layout: fixed;\\n}\\n\\n* {\\n  line-height: inherit;\\n}\\n\\na[x-apple-data-detectors='true'] {\\n  color: inherit !important;\\n  text-decoration: none !important;\\n}\\n\\ntable, td { color: #000000; } </style>\\n  \\n  \\n\\n</head>\\n\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #F7F8F9;color: #000000\\\">\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\n  <table style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #F7F8F9;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\n  <tbody>\\n  <tr style=\\\"vertical-align: top\\\">\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #F7F8F9;\\\"><![endif]-->\\n    \\n  \\n  \\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 500px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:500px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\n      \\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"500\\\" style=\\\"width: 500px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 500px;display: table-cell;vertical-align: top;\\\">\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\n  \\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\n  <tbody>\\n    <tr>\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\n        \\n  <div style=\\\"font-size: 14px; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\n    <p style=\\\"line-height: 140%;\\\">hehe</p>\\n  </div>\\n\\n      </td>\\n    </tr>\\n  </tbody>\\n</table>\\n\\n  <!--[if (!mso)&(!IE)]><!--></div><!--<![endif]-->\\n  </div>\\n</div>\\n<!--[if (mso)|(IE)]></td><![endif]-->\\n      <!--[if (mso)|(IE)]></tr></table></td></tr></table><![endif]-->\\n    </div>\\n  </div>\\n  </div>\\n  \\n\\n\\n    <!--[if (mso)|(IE)]></td></tr></table><![endif]-->\\n    </td>\\n  </tr>\\n  </tbody>\\n  </table>\\n  <!--[if mso]></div><![endif]-->\\n  <!--[if IE]></div><![endif]-->\\n</body>\\n\\n</html>\",\n        \"date_created\": \"2024-06-27 13:20:34\",\n        \"last_modified\": \"2024-06-27 13:20:34\"\n    }\n}"}],"_postman_id":"01242faf-4420-41dc-a6e5-e03327f2cafd"}],"id":"0ed06ff3-fcbe-4dbb-afe9-eb03bc4a2fe5","description":"<h3 id=\"path-params\">Path Params</h3>\n<ul>\n<li><strong>id (integer) ,</strong> id of the template</li>\n</ul>\n","_postman_id":"0ed06ff3-fcbe-4dbb-afe9-eb03bc4a2fe5"},{"name":"Delete","item":[{"name":"delete","id":"b439a595-703a-422f-9a0b-1b4b9e31f141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"api-key","value":"xxxx-xx-xx","type":"text"}],"url":"https://api.mailblast.mdmedia.id/v2/templates/{{id}}","urlObject":{"protocol":"https","path":["v2","templates","{{id}}"],"host":["api","mailblast","mdmedia","id"],"query":[],"variable":[]}},"response":[{"id":"638c7aca-3538-4ec4-b791-ab1bd1a7aa3c","name":"success","originalRequest":{"method":"DELETE","header":[{"key":"api-key","value":"xxxx-xxx-xx","type":"text"}],"url":"http://127.0.0.1:2008/v2/templates/7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:2008"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 20 Aug 2024 02:07:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"1000000"},{"key":"X-RateLimit-Remaining","value":"999999"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"success\"\n}"}],"_postman_id":"b439a595-703a-422f-9a0b-1b4b9e31f141"}],"id":"9fa28d43-af33-4416-ab33-8b6783a53799","description":"<h3 id=\"path-params\">Path Params</h3>\n<ul>\n<li><strong>id (integer) ,</strong> id of the template</li>\n</ul>\n","_postman_id":"9fa28d43-af33-4416-ab33-8b6783a53799"}],"id":"2cc7ed17-ee7d-44b8-bb0f-57170b39aa9f","_postman_id":"2cc7ed17-ee7d-44b8-bb0f-57170b39aa9f","description":""},{"name":"Webhook","item":[{"name":"webhook","id":"7f025ea4-0abd-45ca-9596-a504fa6e8079","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"// {\n//    \"event\"      :  \"invalid_email\",\n//    \"email\"      :  \"example@example.com\",\n//    \"id\"         :  1,\n//    \"date\"       :  \"yyyy-mm-dd hh:i:s\",\n//    \"message-id\" : \" \",\n//    \"ts\"         : 1717405925\n// }\n\n// {\n//     \"notificationType\": \"OPENED\",\n//     \"domain\": \"sendingdomain.com\",\n//     \"recipient\": \"john.smith@somecompany.com\",\n//     \"sendDateTime\": 1517652288663,\n//     \"messageId\": \"zl3cf7frmy48ueavnnxy\",\n//     \"callbackData\": \"Email open and click callback data\",\n//     \"bulkId\": \"8pok2duu132mojj587zc\",\n//     \"recipientInfo\": {\n//     \"deviceType\": \"Desktop\",\n//     \"os\": \"Windows XP\",\n//     \"deviceName\": \"PC\"\n//     }\n// }\n\n{\"results\": [\n      {\n        \"bulkId\": \"c33lvh8xmkqkzf8x9chi\",\n        \"price\": {\n          \"pricePerMessage\": 20,\n          \"currency\": \"IDR\"\n        },\n        \"status\": {\n          \"id\": 5,\n          \"groupId\": 3,\n          \"groupName\": \"DELIVERED\",\n          \"name\": \"DELIVERED_TO_HANDSET\",\n          \"description\": \"Message delivered to handset\"\n        },\n        \"error\": {\n          \"id\": 0,\n          \"name\": \"NO_ERROR\",\n          \"description\": \"No Error\",\n          \"groupId\": 0,\n          \"groupName\": \"OK\",\n          \"permanent\": false\n        },\n        \"messageId\": \"e7pc5ak4vv1agdcfl8ry\",\n        \"doneAt\": \"2025-04-29T15:55:14.244+0700\",\n        \"smsCount\": 1,\n        \"sentAt\": \"2025-04-29T15:55:08.835+0700\",\n        \"attemptCount\": 1,\n        \"timeToFirstAttempt\": 2506,\n        \"browserLink\": null,\n        \"sendingIp\": \"81.23.249.158\",\n        \"to\": \"ahda.muthahhari@gmail.com\"\n      }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:2008/v1/report-status-client?client_from=IBIP&type=notify","urlObject":{"protocol":"http","port":"2008","path":["v1","report-status-client"],"host":["127","0","0","1"],"query":[{"key":"client_from","value":"IBIP"},{"key":"type","value":"notify"}],"variable":[]}},"response":[],"_postman_id":"7f025ea4-0abd-45ca-9596-a504fa6e8079"}],"id":"20367f24-4dd5-40bd-89a2-3e66c527a9d1","description":"<h3 id=\"description-of-payload\">Description of Payload</h3>\n<p>Event :</p>\n<ul>\n<li><p>request</p>\n</li>\n<li><p>delivered</p>\n</li>\n<li><p>unique_opened</p>\n</li>\n<li><p>opened</p>\n</li>\n<li><p>proxy_open</p>\n</li>\n<li><p>click</p>\n</li>\n<li><p>soft_bounce</p>\n</li>\n<li><p>hard_bounce</p>\n</li>\n<li><p>deferred</p>\n</li>\n<li><p>spam</p>\n</li>\n<li><p>blocked</p>\n</li>\n<li><p>invalid_email</p>\n</li>\n<li><p>unsubscribed</p>\n</li>\n<li><p>error</p>\n</li>\n<li><p>rejected</p>\n</li>\n<li><p>undelivered</p>\n</li>\n<li><p>failed</p>\n</li>\n</ul>\n","_postman_id":"20367f24-4dd5-40bd-89a2-3e66c527a9d1"}]}