{"info":{"_postman_id":"bfbac2f7-5b5f-4fa9-97c7-b8415d2b6620","name":"Aplikasi KIRIM.EMAIL","description":"<html><head></head><body><p>Welcome to KIRIM.EMAIL's Web API. The API has been built to lets you integrate KIRIM.EMAIL's functionality into any application through the easy to use public APIs. It features predictable and resource-oriented URLs and uses HTTP response codes to indicate API errors.</p>\n<p>Before you start work on our API, you must have access to the KIRIM.EMAIL platform and the API key. This documentation will provide all information required to integrate with KIRIM.EMAIL.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"23706886","collectionId":"bfbac2f7-5b5f-4fa9-97c7-b8415d2b6620","publishedId":"2s83zduQge","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-10-05T03:18:28.000Z"},"item":[{"name":"Getting Started","item":[{"name":"Authentication","item":[],"id":"0e5dcb16-0ae1-4467-9a18-7180462da70d","description":"<p>KIRIM.EMAIL APIs are secured using API keys. You can get the API key from the application page. Once you have the API key, you must use it generate a token. You must send your username and the API key as a request to get a authroziation token.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-php\">$time = time();\n$generated_token = hash_hmac(\"sha256\",\"YOUR USERNAME\".\"::\".\"YOUR API TOKEN\".\"::\".$time,\"YOUR API TOKEN\")\n\n</code></pre>\n<p>Subsequently, you must pass the authorization token recieved in the header of each method. If your API key gets compromised, it's easy to delete and create a new API key and update your environment variables with the new key. API key permissions can be set to provide access to different functions of your account, without providing access to your account as a whole.</p>\n<p>For example, to <strong>Get all Broadcasts</strong> you must use the path <a href=\"https://api.kirim.email/v3/broadcast\">https://api.kirim.email/v3/broadcast</a> and pass the auth-id and the authentication token in the request headers.</p>\n","_postman_id":"0e5dcb16-0ae1-4467-9a18-7180462da70d"},{"name":"Resource Methods","item":[],"id":"ebc35f08-28a0-48d4-ab2d-b3081d0c43ac","description":"<p>KIRIM's REST APIs support the following methods:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Operation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>GET</code></td>\n<td>Retrieve resource information</td>\n</tr>\n<tr>\n<td><code>POST</code></td>\n<td>Creates a new resource</td>\n</tr>\n<tr>\n<td><code>PUT</code></td>\n<td>Inserts or replaces a resource</td>\n</tr>\n<tr>\n<td><code>DELETE</code></td>\n<td>Deletes a resource</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ebc35f08-28a0-48d4-ab2d-b3081d0c43ac"},{"name":"Status Codes","item":[],"id":"bf7935c0-1e9d-4a39-bae0-5d86d2f8081d","description":"<p>When you call any of the KIRIM's REST resources, the Response header returns one of the standard HTTP status codes defined in the following table.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>HTTP Status Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>The request was successfully completed. A <code>200</code> status is returned for a successful <code>GET</code> or <code>POST</code> method.</td>\n</tr>\n<tr>\n<td><code>201 Created</code></td>\n<td>The request has been fulfilled and resulted in a new resource being created. The response includes a Location header containing the canonical URI for the newly created resource. A <code>201</code> status is returned from a synchronous resource creation or an asynchronous resource creation that completed before the response was returned.</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>The request could not be processed because it contains missing or invalid information (such as a validation error on an input field or a missing required value).</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>The request is not authorized. The authentication credentials included with this request are missing or invalid.</td>\n</tr>\n<tr>\n<td><code>403 Forbidden</code></td>\n<td>The user cannot be authenticated. The user does not have authorization to perform this request.</td>\n</tr>\n<tr>\n<td><code>404 Not Found</code></td>\n<td>The request includes a resource URI that does not exist.</td>\n</tr>\n<tr>\n<td><code>409 Conflict</code></td>\n<td>The request could not be completed due to a conflict with the current state of the resource. Either the version number does not match, or a duplicate resource was requested.</td>\n</tr>\n<tr>\n<td><code>500 Internal Server Error</code></td>\n<td>The server encountered an unexpected condition that prevented it from fulfilling the request.</td>\n</tr>\n<tr>\n<td><code>503 Service Unavailable</code></td>\n<td>The server is unable to handle the request due to temporary overloading or maintenance of the server. The REST web application is not currently running.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"bf7935c0-1e9d-4a39-bae0-5d86d2f8081d"},{"name":"Supported Query Parameters","item":[],"id":"41e84e05-541a-467e-b0e6-c36971e3e2fa","description":"<p>KIRIM APIs let you sort and filder collections using query parameters. Querying a REST resource is easy: you simply need to know how to talk to your web server to get back the response you want.</p>\n<p>You can use the following query parameters to customize the response.</p>\n<ul>\n<li><code>q</code> Query Parameter: You can use the <code>q</code> parameter to query and filter a collection resource.</li>\n<li><code>finder</code> parameter: You can use the <code>finder</code> parameter supported by a resource to query records.</li>\n<li><code>sort</code> parameter: You can use the sort parameter to specify a different property to sort by.</li>\n<li>Pagination parameters:<ul>\n<li><code>limit</code> . Sets the page size.</li>\n<li><code>offset</code>. Determines the record number from which to start retrieval.</li>\n<li><code>totalResults</code>. Displays the total number of results.</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"41e84e05-541a-467e-b0e6-c36971e3e2fa"}],"id":"0582f961-515c-47fb-9ecd-2da00e097678","description":"<p>You can review the content in the Getting Started section to understand how you can easily use KIRIM's REST APIs:</p>\n<ul>\n<li><a href=\"#authetication\">Authentication</a></li>\n<li><a href=\"#resource-methods\">Resource Methods</a></li>\n<li><a href=\"#status-codes\">Status Codes</a></li>\n<li><a href=\"#supported-query-parameters\">Supported Query Parameters</a></li>\n</ul>\n","_postman_id":"0582f961-515c-47fb-9ecd-2da00e097678"},{"name":"List","item":[{"name":"Get All Lists","event":[{"listen":"prerequest","script":{"id":"ef4ea27c-e1e2-4563-b7af-2f0daa33dd5f","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"52c74e6f-cdf7-4794-bb00-b3a7e483bb66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"url":"https://api.kirim.email/v3/list","description":"<p>The method gets all lists. To format the response you receive, see <strong>Support Query Parameters</strong>. You must pass the user Id and the authorization token to get the lists.</p>\n","urlObject":{"protocol":"https","path":["v3","list"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[{"id":"7d08d9ca-adcf-47f3-a5b4-32757f7c52a2","name":"Get All List","originalRequest":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}"},{"key":"Auth-Token","value":"{{generated_token}}"},{"key":"Timestamp","value":"{{unix_timestamp}}"},{"key":"Offset","value":"0","description":"(Optional) Data is limited by 100, change the offset to change the page","disabled":true}],"url":"https://api.kirim.email/v3/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"41896be1cd776fd8-SIN","name":"CF-RAY","description":"Custom header"},{"key":"Cf-Railgun","value":"d28745ef15 99.99 0.088402 0030 5f99","name":"Cf-Railgun","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 10 May 2018 03:46:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"kirim.email","path":"/","secure":true,"value":"d8de87287f3d66437772197a80c99236b1507453844","key":"__cfduid"}],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"Tes\",\n            \"slug\": \"test\"\n        }\n    ],\n    \"count\": 1,\n    \"total_page\": 1,\n    \"offset\": 0,\n    \"message\": \"Get All List\"\n}"}],"_postman_id":"52c74e6f-cdf7-4794-bb00-b3a7e483bb66"},{"name":"Get By ID","event":[{"listen":"prerequest","script":{"id":"ecb9308b-1e01-4d17-84f0-9e74a8aa7ed0","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"0744bb49-f72c-4fc5-ae1d-56cfe38d4f59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"url":"https://api.kirim.email/v3/list/{{list_id}}","description":"<p>The method gets a list based on the list Id provided. You can get all list Ids using the Get all List method.</p>\n","urlObject":{"protocol":"https","path":["v3","list","{{list_id}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"0744bb49-f72c-4fc5-ae1d-56cfe38d4f59"},{"name":"Create List","event":[{"listen":"prerequest","script":{"id":"446c535a-39ed-4a59-ab04-b6f3bfae72ef","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"8eadce50-5fc8-484e-969b-42d711f40b81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"example list","type":"text"}]},"url":"https://api.kirim.email/v3/list","description":"<p>The method lets you create a list. You must pass the name of the list in order to create one. The method returns the list created along with its Id. You can use the Id to retrieve the list in the future.</p>\n","urlObject":{"protocol":"https","path":["v3","list"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"8eadce50-5fc8-484e-969b-42d711f40b81"},{"name":"Update List","event":[{"listen":"prerequest","script":{"id":"50b6c8bb-7e44-4bf3-8466-85956a600a4f","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"40751612-c572-4d9f-86f9-aeedc70b84e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"example list","type":"text"}]},"url":"https://api.kirim.email/v3/list/{{list_id}}","description":"<p>You can use the method to update the name of a list. You must pass the new name that you want to update to.</p>\n","urlObject":{"protocol":"https","path":["v3","list","{{list_id}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"40751612-c572-4d9f-86f9-aeedc70b84e1"},{"name":"Delete List","event":[{"listen":"prerequest","script":{"id":"ddf010ca-ddb2-4f06-a6e5-e657f5690a35","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"57a30c2f-d84c-47d2-8dcd-8cc4b3407fb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.kirim.email/v3/list/{{list_id}}","description":"<p>The method lets you delete a list by its Id. You must pass the Id of the method that you want to delete.</p>\n","urlObject":{"protocol":"https","path":["v3","list","{{list_id}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"57a30c2f-d84c-47d2-8dcd-8cc4b3407fb0"}],"id":"a323e955-a45a-459a-901f-036029c520f2","description":"<p>You can use the List methods to manage lists.</p>\n","_postman_id":"a323e955-a45a-459a-901f-036029c520f2"},{"name":"Broadcast","item":[{"name":"Get All Broadcasts","event":[{"listen":"prerequest","script":{"id":"ee812fed-9caf-4e3d-b439-e961cda0d23a","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"5c1c8442-6bc8-4fba-a4bd-bcc8eafd50a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"url":"https://api.kirim.email/v3/broadcast","description":"<p>The method lets you get all broadcasts and their details. To format the response you receive, see <strong>Support Query Parameters</strong>.</p>\n","urlObject":{"protocol":"https","path":["v3","broadcast"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c1c8442-6bc8-4fba-a4bd-bcc8eafd50a0"},{"name":"Get By Broadcast GUID","event":[{"listen":"prerequest","script":{"id":"2c1ea40d-d7d5-4b37-b091-6ca9d23d4bc7","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"a025afa2-1250-44fb-8a48-d77311ffbe6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","type":"text","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","type":"text","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","type":"text","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"url":"https://api.kirim.email/v3/broadcast/{{broadcast_guid}}","description":"<p>The method lets you get a broadcast by the GUID. You can get the list of all available broadcasts using the Get all Broadcasts method.</p>\n","urlObject":{"protocol":"https","path":["v3","broadcast","{{broadcast_guid}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"a025afa2-1250-44fb-8a48-d77311ffbe6f"},{"name":"Update Broadcast by GUID","event":[{"listen":"prerequest","script":{"id":"3c278fd5-dec2-4674-b56b-f65e2931cf08","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"b99d17c9-1610-4b6c-8853-8d5481435bfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Untitled","type":"text"},{"key":"sender","value":"noreply@kirim.email","type":"text"},{"key":"messages[0][subject]","value":"Subject","type":"text"},{"key":"messages[0][content]","value":"<body>html content</body>","description":"<p>Disallow JS, Disallow external CSS</p>\n","type":"text"}]},"url":"https://api.kirim.email/v3/broadcast/{{broadcast_guid}}","description":"<p>The method lets you update a broadcast. You can update the title, sender, subject, and the content of the broadcast message using this method.</p>\n<blockquote>\n<p><strong>Note:</strong> If the current broadcast is of type SPLIT, then you need to add all messages. If you add only one message, then the type will be SINGLE. The message sent must always be equal to the current Broadcast Message count.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v3","broadcast","{{broadcast_guid}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"b99d17c9-1610-4b6c-8853-8d5481435bfe"},{"name":"Delete Broadcast By GUID","event":[{"listen":"prerequest","script":{"id":"7fab2e27-3877-4169-8aac-b270a2d1e8d5","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"3152d344-d885-4e08-ac3f-99478ee2d7f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.kirim.email/v3/broadcast/{{broadcast_guid}}","description":"<p>The method lets you delete a broadcast based on the GUID.</p>\n","urlObject":{"protocol":"https","path":["v3","broadcast","{{broadcast_guid}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"3152d344-d885-4e08-ac3f-99478ee2d7f2"},{"name":"Create Broadcast","event":[{"listen":"prerequest","script":{"id":"d6e3883f-ec9b-433b-920e-d83e5da1071a","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"1e8715a4-cf7d-402a-9c93-ab4d781c5487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Untitled","type":"text"},{"key":"sender","value":"noreply@kirim.email","type":"text"},{"key":"messages[0][subject]","value":"Subject","type":"text"},{"key":"messages[0][content]","value":"<body>html content</body>","description":"<p>Disallow JS, Disallow external CSS</p>\n","type":"text"},{"key":"send_at","value":"2018-12-30 00:00:00","type":"text"},{"key":"list","value":"1","type":"text"}]},"url":"https://api.kirim.email/v3/broadcast/","description":"<p>The method lets you create a broadcast message. To create a broadcast message, you must enter the title, sender email, the mail lists you want to send the message to, and the messages. You can specify the timestamp when you want to send the broadcast message.</p>\n<blockquote>\n<p><strong>Note:</strong> The message contains the subject and content. You can send a maximum of 3 messages.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v3","broadcast",""],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e8715a4-cf7d-402a-9c93-ab4d781c5487"}],"id":"379c26cc-40b1-452d-8711-65b812e4b1f0","description":"<p>The Broadcast methods let you manage broadcast messages. You can use these methods to view, create, update, and delete broadcasts. You must need the GUID of a broadcast to update or delete it. You can get the GUIDs of all available broadcasts using the <strong>Get all Broadcast</strong> method.</p>\n","_postman_id":"379c26cc-40b1-452d-8711-65b812e4b1f0"},{"name":"Subscriber","item":[{"name":"Get All Subscribers","event":[{"listen":"prerequest","script":{"id":"db6e14ed-2016-434f-8abd-1dd070acfd42","exec":["var CryptoJS = require(\"crypto-js\");","var time_stamp = Math.round(+new Date()/1000);","unix_timestamp = time_stamp","pm.environment.set(\"unix_timestamp\", unix_timestamp);","var toHash = pm.environment.get(\"username\")+\"::\"+","    pm.environment.get(\"token\")+\"::\"+pm.environment.get(\"unix_timestamp\")","console.log(toHash)","const hash = CryptoJS.HmacSHA256(toHash, pm.environment.get(\"token\")).toString();","pm.environment.set(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"cea2cbd3-7626-45e2-9bee-ae114637313c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Username</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Generated token</p>\n"},{"key":"Timestamp","value":"1779561761"}],"url":"https://api.kirim.email/v3/subscriber/","description":"<p>The method gets a list of all subscriber and their details. To format the response you receive, see <strong>Support Query Parameters</strong>.</p>\n<p>EndFragment</p>\n","urlObject":{"protocol":"https","path":["v3","subscriber",""],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[{"id":"8225eb6e-d2d3-4290-ae16-b77352eef8b4","name":"Get All Subscribers","originalRequest":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","description":"Username"},{"key":"Auth-Token","value":"{{generated_token}}","description":"Generated token"},{"key":"Timestamp","value":"1779561761"},{"key":"Offset","value":"0","description":"(Optional) Data is limited by 100, change the offset to change the page","disabled":true},{"key":"List-Id","value":"1","description":"(Optional) Filter by list","disabled":true}],"url":"https://api.ikn01.kirimemail.com/v3/subscriber/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cea2cbd3-7626-45e2-9bee-ae114637313c"},{"name":"Get By Subscriber ID","event":[{"listen":"prerequest","script":{"id":"31ecff75-29cd-4e36-b83f-2bbfa173a78d","exec":["var CryptoJS = require(\"crypto-js\");","var time_stamp = Math.round(+new Date()/1000);","unix_timestamp = time_stamp","pm.environment.set(\"unix_timestamp\", unix_timestamp);","var toHash = pm.environment.get(\"username\")+\"::\"+","    pm.environment.get(\"token\")+\"::\"+pm.environment.get(\"unix_timestamp\")","console.log(toHash)","const hash = CryptoJS.HmacSHA256(toHash, pm.environment.get(\"token\")).toString();","pm.environment.set(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"8c7ff5bc-871b-4201-bad5-8c73e26425da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"url":"https://api.kirim.email/v3/subscriber/{{subscriber_id}}","description":"<p>The method lets you get a subscriber by the ID. You can get the IDs of all subscribers using the Get All Subscriber method.</p>\n","urlObject":{"protocol":"https","path":["v3","subscriber","{{subscriber_id}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c7ff5bc-871b-4201-bad5-8c73e26425da"},{"name":"Get By Subscriber by Email","event":[{"listen":"prerequest","script":{"id":"f834a008-3a44-4374-aa90-db21ac5d094e","exec":["var CryptoJS = require(\"crypto-js\");","var time_stamp = Math.round(+new Date()/1000);","unix_timestamp = time_stamp","pm.environment.set(\"unix_timestamp\", unix_timestamp);","var toHash = pm.environment.get(\"username\")+\"::\"+","    pm.environment.get(\"token\")+\"::\"+pm.environment.get(\"unix_timestamp\")","console.log(toHash)","const hash = CryptoJS.HmacSHA256(toHash, pm.environment.get(\"token\")).toString();","pm.environment.set(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"0da0de56-fda6-4df0-a264-18923661d55e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"url":"https://api.kirim.email/v3/subscriber/email/{{subscriber_email}}","description":"<p>StartFragment</p>\n<p>The method lets you get a subscriber by the subscriber email. You can get the emails of all subscribers using the Get All Subscriber method.</p>\n<p>EndFragment</p>\n","urlObject":{"protocol":"https","path":["v3","subscriber","email","{{subscriber_email}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"0da0de56-fda6-4df0-a264-18923661d55e"},{"name":"Create Subscriber","event":[{"listen":"prerequest","script":{"id":"b906733c-15f9-4b5a-a008-cee7b1fc494f","exec":["var CryptoJS = require(\"crypto-js\");","var time_stamp = Math.round(+new Date()/1000);","unix_timestamp = time_stamp","pm.environment.set(\"unix_timestamp\", unix_timestamp);","var toHash = pm.environment.get(\"username\")+\"::\"+","    pm.environment.get(\"token\")+\"::\"+pm.environment.get(\"unix_timestamp\")","console.log(toHash)","const hash = CryptoJS.HmacSHA256(toHash, pm.environment.get(\"token\")).toString();","pm.environment.set(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"3d65b781-88e9-4f68-80e7-d37952eb61bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"lists","value":"19","description":"<p>List ID</p>\n","type":"text"},{"key":"full_name","value":"Example","type":"text"},{"key":"email","value":"example@kirim.email","type":"text"},{"key":"fields[no_hp]","value":"+628123456789","type":"text"},{"key":"fields[alamat]","value":"Indonesia","type":"text"},{"key":"tags","value":"new tag, test tag","description":"<p>tags, separated by comma</p>\n","type":"text"}]},"url":"https://api.kirim.email/v3/subscriber/","description":"<p>The method lets you create a subscriber in a list. You must provide the list Id to add the subscriber to the list. To get all mailing lists, use the method <strong>Get all Lists</strong>.</p>\n","urlObject":{"protocol":"https","path":["v3","subscriber",""],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d65b781-88e9-4f68-80e7-d37952eb61bb"},{"name":"Update Subscriber","event":[{"listen":"prerequest","script":{"id":"2a66c976-6b97-467f-a0d5-37c09ab3cef8","exec":["var CryptoJS = require(\"crypto-js\");","var time_stamp = Math.round(+new Date()/1000);","unix_timestamp = time_stamp","pm.environment.set(\"unix_timestamp\", unix_timestamp);","var toHash = pm.environment.get(\"username\")+\"::\"+","    pm.environment.get(\"token\")+\"::\"+pm.environment.get(\"unix_timestamp\")","console.log(toHash)","const hash = CryptoJS.HmacSHA256(toHash, pm.environment.get(\"token\")).toString();","pm.environment.set(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"71bb83c6-7827-4470-9f76-79179c2d48bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"example.kirimemail@gmail.com","type":"text"},{"key":"tags","value":"new tags, test tag","description":"<p>tags, separated by comma</p>\n","type":"text"}]},"url":"https://api.kirim.email/v3/subscriber/{{subscriber_id}}","description":"<p>The method lets you update the email ID and tags of the subscriber using the ID. You must passs the subscriber ID in the path to update the subscriber.</p>\n","urlObject":{"protocol":"https","path":["v3","subscriber","{{subscriber_id}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"71bb83c6-7827-4470-9f76-79179c2d48bf"},{"name":"Update Subscriber by Email","event":[{"listen":"prerequest","script":{"id":"fd53e280-a1b3-47aa-b60b-a7c7842cf956","exec":["var CryptoJS = require(\"crypto-js\");","var time_stamp = Math.round(+new Date()/1000);","unix_timestamp = time_stamp","pm.environment.set(\"unix_timestamp\", unix_timestamp);","var toHash = pm.environment.get(\"username\")+\"::\"+","    pm.environment.get(\"token\")+\"::\"+pm.environment.get(\"unix_timestamp\")","console.log(toHash)","const hash = CryptoJS.HmacSHA256(toHash, pm.environment.get(\"token\")).toString();","pm.environment.set(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"df4ce625-a285-4734-ac30-50176ac85159","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"example.kirimemail@gmail.com","type":"text"},{"key":"tags","value":"new tags, test tag","description":"<p>tags, separated by comma</p>\n","type":"text"}]},"url":"https://api.kirim.email/v3/subscriber/email/{{subscriber_email}}","description":"<p>The method lets you update the email ID and tags of the subscriber using the subscriber email. You must passs the subscriber email in the path to update the subscriber.</p>\n","urlObject":{"protocol":"https","path":["v3","subscriber","email","{{subscriber_email}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"df4ce625-a285-4734-ac30-50176ac85159"},{"name":"Delete By Subscriber ID","event":[{"listen":"prerequest","script":{"id":"62b76a3c-e8fe-4a4d-8a64-c021439a2c9f","exec":["var CryptoJS = require(\"crypto-js\");","var time_stamp = Math.round(+new Date()/1000);","unix_timestamp = time_stamp","pm.environment.set(\"unix_timestamp\", unix_timestamp);","var toHash = pm.environment.get(\"username\")+\"::\"+","    pm.environment.get(\"token\")+\"::\"+pm.environment.get(\"unix_timestamp\")","console.log(toHash)","const hash = CryptoJS.HmacSHA256(toHash, pm.environment.get(\"token\")).toString();","pm.environment.set(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"c5e190ff-0c0d-4498-86c6-5921f5bfceea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.kirim.email/v3/subscriber/{{subscriber_id}}","description":"<p>The method lets you delete the subscriber using the subscriber ID and the list ID.</p>\n","urlObject":{"protocol":"https","path":["v3","subscriber","{{subscriber_id}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5e190ff-0c0d-4498-86c6-5921f5bfceea"},{"name":"Delete By Subscriber by Email","event":[{"listen":"prerequest","script":{"id":"dc6c2b64-bb79-46d2-a7e5-e65ca17cc63f","exec":["var CryptoJS = require(\"crypto-js\");","var time_stamp = Math.round(+new Date()/1000);","unix_timestamp = time_stamp","pm.environment.set(\"unix_timestamp\", unix_timestamp);","var toHash = pm.environment.get(\"username\")+\"::\"+","    pm.environment.get(\"token\")+\"::\"+pm.environment.get(\"unix_timestamp\")","console.log(toHash)","const hash = CryptoJS.HmacSHA256(toHash, pm.environment.get(\"token\")).toString();","pm.environment.set(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"f0ac236e-664e-468f-a73c-006383e1ac79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.kirim.email/v3/subscriber/email/{{subscriber_email}}","description":"<p>The method lets you delete the subscriber using the subscriber email and the list ID.</p>\n","urlObject":{"protocol":"https","path":["v3","subscriber","email","{{subscriber_email}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0ac236e-664e-468f-a73c-006383e1ac79"}],"id":"d7e5ffcb-b037-451d-afd7-9669cc3f4a49","description":"<p>The Subscriber methods let you manage subscribers. You can view all subscribers, get a subscriber, create a subscriber, update a subscriber, and delete a subscriber. You can use the subscriber ID or email to view, update, or delete them.</p>\n","_postman_id":"d7e5ffcb-b037-451d-afd7-9669cc3f4a49"},{"name":"Form","item":[{"name":"Get All Forms","event":[{"listen":"prerequest","script":{"id":"da87447f-6ce8-4cd5-92ac-ca66a8f0c152","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"4b1bd82f-3257-4191-9ddc-4643c7bbc4a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"url":"https://api.kirim.email/v3/form","description":"<p>The method lets you get all forms and their details. To format the response you receive, see <strong>Support Query Parameters</strong>.</p>\n","urlObject":{"protocol":"https","path":["v3","form"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b1bd82f-3257-4191-9ddc-4643c7bbc4a4"},{"name":"Get By Form ID","event":[{"listen":"prerequest","script":{"id":"00595377-0d31-4590-9027-ef27f00ce713","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"af05ae73-2b39-4f82-a612-7367e9bd1d9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"url":"https://api.kirim.email/v3/form/{{form_id}}","description":"<p>The method lets you get a specific form by its ID. To get all forms and their IDs, you must use the method <strong>Get all Forms</strong>.</p>\n","urlObject":{"protocol":"https","path":["v3","form","{{form_id}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"af05ae73-2b39-4f82-a612-7367e9bd1d9c"},{"name":"Get By Form URL","event":[{"listen":"prerequest","script":{"id":"768ab7db-708d-441f-bf72-325595a28787","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"99ddd12a-aaa7-4ae8-9241-d17615a45b18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"url":"https://api.kirim.email/v3/form/url/{{form_url}}","description":"<p>The method lets you get a specific form by its URL. To get all forms and their URLs, you must use the method <strong>Get all Forms</strong>.</p>\n","urlObject":{"protocol":"https","path":["v3","form","url","{{form_url}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"99ddd12a-aaa7-4ae8-9241-d17615a45b18"}],"id":"0e72cb22-1ec1-4e7e-9708-5c11bce2fb17","description":"<p>The Form methods let you manage all forms in the system. You can use the methods to view all forms or specific forms by ID or URL.</p>\n","_postman_id":"0e72cb22-1ec1-4e7e-9708-5c11bce2fb17"},{"name":"Landing Page","item":[{"name":"Get All Landing Pages","event":[{"listen":"prerequest","script":{"id":"d523da50-d512-4382-9aeb-37af910e48b1","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"3017135f-c752-49b3-9f41-da7016a915ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"url":"https://api.kirim.email/v3/landingpage","description":"<p>The method lets you get all landing pages. To format the response you receive, see <strong>Support Query Parameters</strong>.</p>\n","urlObject":{"protocol":"https","path":["v3","landingpage"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"3017135f-c752-49b3-9f41-da7016a915ce"},{"name":"Get By Landing Page ID","event":[{"listen":"prerequest","script":{"id":"84a62123-077a-4434-a488-4ae34880b59c","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"3359ffd0-77a8-4a09-8378-645104ff381f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"url":"https://api.kirim.email/v3/landingpage/{{landing_page_id}}","description":"<p>The method lets you get a landing page by the page ID. To get all landing pages and their IDs, you can use the method <strong>Get all Landing Pages</strong>.</p>\n","urlObject":{"protocol":"https","path":["v3","landingpage","{{landing_page_id}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"3359ffd0-77a8-4a09-8378-645104ff381f"},{"name":"Get By Landing Page URL","event":[{"listen":"prerequest","script":{"id":"8a5e4bbf-d7ec-4a65-86af-c1ff9abbed46","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"3e42db91-cbcf-468c-988f-d288456dfde3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"url":"https://api.kirim.email/v3/landingpage/url/{{landing_page_url}}","description":"<p>The method lets you get a landing page by the page URL. To get all landing pages and their URLs, you can use the method <strong>Get all Landing Pages</strong>.</p>\n","urlObject":{"protocol":"https","path":["v3","landingpage","url","{{landing_page_url}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e42db91-cbcf-468c-988f-d288456dfde3"}],"id":"40d1ea73-5745-45fc-aa90-9db718e5643d","description":"<p>The Landing Page methods let you view all landing pages in the system. You can view all landing pages, or get specific landing pages by ID or URL.</p>\n","_postman_id":"40d1ea73-5745-45fc-aa90-9db718e5643d"},{"name":"Subscriber Field","item":[{"name":"Get All Subscriber Fields","event":[{"listen":"prerequest","script":{"id":"2b06b662-7794-4e57-93f1-9dcca9bf45fc","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"23d3b131-60ac-4e40-a13e-01333f94f31f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"url":"https://api.kirim.email/v3/subscriber_field","description":"<p>The method lets you get all subscriber fields and their details. To format the response you receive, see <strong>Support Query Parameters</strong>.</p>\n","urlObject":{"protocol":"https","path":["v3","subscriber_field"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"23d3b131-60ac-4e40-a13e-01333f94f31f"},{"name":"Get By Subscriber Field ID","event":[{"listen":"prerequest","script":{"id":"951db445-3035-4ad5-8151-1a7ca9abc064","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"433bc000-ac17-4b12-996c-5bd2d74e874c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"url":"https://api.kirim.email/v3/subscriber_field/{{subscriber_field_id}}","description":"<p>The method lets you get a subscriber field by the ID. To get all subscriber fields and their IDs, you can use the method <strong>Get all Subscriber Fields</strong>.</p>\n","urlObject":{"protocol":"https","path":["v3","subscriber_field","{{subscriber_field_id}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"433bc000-ac17-4b12-996c-5bd2d74e874c"},{"name":"Create Subscriber Field","event":[{"listen":"prerequest","script":{"id":"ab752624-1ac0-459b-87a6-cfb1c196a205","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"706cd8cb-cc1c-48ab-9748-e40cd625f19d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"textarea","type":"text"},{"key":"name","value":"full address","type":"text"}]},"url":"https://api.kirim.email/v3/subscriber_field","description":"<p>The method lets you create a new subscriber field. To create a field, you must pass the type of the subscriber field and its name.</p>\n","urlObject":{"protocol":"https","path":["v3","subscriber_field"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"706cd8cb-cc1c-48ab-9748-e40cd625f19d"},{"name":"Update Subscriber Field","event":[{"listen":"prerequest","script":{"id":"e0e90475-0707-4fcb-9178-70e01db26ed6","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"6064828b-8a69-4cca-b5a1-36b2e499f73c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"textarea","type":"text"},{"key":"name","value":"full address","type":"text"}]},"url":"https://api.kirim.email/v3/subscriber_field/{{subscriber_field_id}}","description":"<p>The method lets you update a subscriber field. You can update the type and name of the subscriber field.</p>\n","urlObject":{"protocol":"https","path":["v3","subscriber_field","{{subscriber_field_id}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"6064828b-8a69-4cca-b5a1-36b2e499f73c"},{"name":"Delete Subscriber Field","event":[{"listen":"prerequest","script":{"id":"3cb13f6d-af06-4fc0-a693-f5a8b05224ca","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"03f82620-8efc-4ce8-969e-b7a4b2c1fd84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"text","type":"text","disabled":true},{"key":"name","value":"Full Address 2nd","type":"text","disabled":true}]},"url":"https://api.kirim.email/v3/subscriber_field/{{subscriber_field_id}}","description":"<p>The method lets you delete a subscriber field by its ID.</p>\n","urlObject":{"protocol":"https","path":["v3","subscriber_field","{{subscriber_field_id}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"03f82620-8efc-4ce8-969e-b7a4b2c1fd84"}],"id":"262ff02c-11f3-410e-a6fc-013706a8fcec","description":"<p>The Subscriber Field methods let you manage subscriber fields in the system. You use the methods to view, create, update, or delete subscriber fields.</p>\n","_postman_id":"262ff02c-11f3-410e-a6fc-013706a8fcec"},{"name":"New Automation","item":[{"name":"Get External Trigger","event":[{"listen":"prerequest","script":{"id":"2938a8a4-660a-49f9-90c6-6af7de125f5f","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"5d9646c5-dea6-43dd-87d4-4bd1780d3d4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"{{username}}","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n","type":"text"},{"key":"Auth-Token","value":"{{generated_token}}","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n","type":"text"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n","type":"text"}],"url":"https://api.kirim.email/v3/newautomation","urlObject":{"protocol":"https","path":["v3","newautomation"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d9646c5-dea6-43dd-87d4-4bd1780d3d4d"},{"name":"Get External Trigger Form Data","event":[{"listen":"prerequest","script":{"id":"44ab7236-d27b-4881-b738-8328335de550","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"d712524d-b5e6-44f6-bca5-9f2ea36ff71a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"User_id","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n","type":"text"},{"key":"Auth-Token","value":"57b6aa4f-329f-453e-8cbd-b29ae83a5397","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n","type":"text"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n","type":"text"}],"url":"https://api.kirim.email/v3/newautomation/form_data/{{automation_api_token}}","urlObject":{"protocol":"https","path":["v3","newautomation","form_data","{{automation_api_token}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"d712524d-b5e6-44f6-bca5-9f2ea36ff71a"},{"name":"Get External Trigger Action","event":[{"listen":"prerequest","script":{"id":"44ab7236-d27b-4881-b738-8328335de550","exec":["var time_stamp = Math.floor(Date.now() / 1000)","unix_timestamp = time_stamp","postman.setEnvironmentVariable(\"unix_timestamp\", unix_timestamp);","var toHash = postman.getEnvironmentVariable(\"username\")+\"::\"+","    postman.getEnvironmentVariable(\"token\")+\"::\"+postman.getEnvironmentVariable(\"unix_timestamp\")","console.log(toHash)","var hash = CryptoJS.HmacSHA256(toHash,postman.getEnvironmentVariable(\"token\"))","postman.setEnvironmentVariable(\"generated_token\",hash.toString(CryptoJS.enc.Hex))"],"type":"text/javascript"}}],"id":"46a1627a-2f3a-46bd-80b2-6f2498cf1d41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Auth-Id","value":"User_id","description":"<p>Enter the unique identifier of the user that was used to generate the token.</p>\n","type":"text"},{"key":"Auth-Token","value":"d66dc24d-a9b7-455e-bc28-caafa69c5afe","description":"<p>Enter the authorization token required to access the API. For more information, see the Authentication section of Getting Started.</p>\n","type":"text"},{"key":"Timestamp","value":"1779561761","description":"<p>The UNIX timestamp of the time when the request was made.</p>\n","type":"text"}],"url":"https://api.kirim.email/v3/newautomation/action/{{automation_api_token}}","urlObject":{"protocol":"https","path":["v3","newautomation","action","{{automation_api_token}}"],"host":["api","kirim","email"],"query":[],"variable":[]}},"response":[],"_postman_id":"46a1627a-2f3a-46bd-80b2-6f2498cf1d41"}],"id":"ec2bd07f-4d68-43b1-97f7-836210b9a183","_postman_id":"ec2bd07f-4d68-43b1-97f7-836210b9a183","description":""}]}