{"info":{"_postman_id":"931e54f8-a3f7-44b0-ba41-14565dee47a4","name":"Express Transactional Email Gateway EN","description":"<html><head></head><body><p>The endpoints and definitions that can be used for <strong>Transactional Emails</strong> are listed below. Our system was developed according to the Restful architecture. JWT auth method is used for authentication.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11161148","collectionId":"931e54f8-a3f7-44b0-ba41-14565dee47a4","publishedId":"UVXomZSF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-21T09:09:58.000Z"},"item":[{"name":"tokens","item":[{"name":"tokens","id":"a760421b-d447-40a8-af41-a4297e38ce33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\"\n}"},"url":"https://diyaccountapi.relateddigital.com/tokens","description":"<p>The <code>tokenValue</code> value can be generated via this endpoint with the <code>email</code> and <code>password</code> information used to log into the Express system.</p>\n<p><code>expireTime</code> value indicates when the <code>tokenValue</code> will expire.</p>\n<p>If you are not subscribed yet, you can sign up <a href=\"https://console.euromsg.com/register\">here</a> and purchase the <strong>Transactional Email</strong> package.</p>\n<h4>Status Codes</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Created (201)</td>\n<td></td>\n</tr>\n<tr>\n<td>BadRequest (400)</td>\n<td>The password has expired. You need to create a new password with the <strong>Forgot My Password</strong> button.</td>\n</tr>\n<tr>\n<td>NotFound (404)</td>\n<td>Account information not found</td>\n</tr>\n<tr>\n<td>NotFound (404)</td>\n<td>Username and password did not match</td>\n</tr>\n<tr>\n<td>PreconditionFailed (412)</td>\n<td>Account email not yet verified</td>\n</tr>\n<tr>\n<td>Internal Server Error (500)</td>\n<td>An unknown error has occurred</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["tokens"],"host":["diyaccountapi","relateddigital","com"],"query":[],"variable":[]}},"response":[{"id":"f8d04dd3-5207-456d-8ad5-9ebf73f73647","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\"\n}"},"url":"https://diyaccountapi.relateddigital.com/tokens"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"<string>\",\n    \"tokenValue\": \"<string>\",\n    \"expireTime\": \"<dateTime>\",\n    \"roles\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"contractVersion\": \"<integer>\"\n}"},{"id":"a47c3ba9-d051-4aee-a5ac-ec6343678860","name":"BadRequest","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\"\n}"},"url":"https://diyaccountapi.relateddigital.com/tokens"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"f661ec1a-eea6-4ba8-8a67-fb81c9b4414d","name":"NotFound","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\"\n}"},"url":"https://diyaccountapi.relateddigital.com/tokens"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"d58f30d2-97cc-4eec-9197-2249816ff5d6","name":"PreconditionFailed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\"\n}"},"url":"https://diyaccountapi.relateddigital.com/tokens"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"}],"_postman_id":"a760421b-d447-40a8-af41-a4297e38ce33"}],"id":"8bf3a03b-25ee-4fe7-89aa-00b3638ff2cd","_postman_id":"8bf3a03b-25ee-4fe7-89aa-00b3638ff2cd","description":""},{"name":"transactional-email","item":[{"name":"transactional-email","id":"8db6a166-f029-4fa4-b218-7e42692169c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"senderProfileId\": \"<Int64>\",\n  \"receiverEmailAddress\": \"<string>\",\n  \"subject\": \"<string>\",\n  \"content\": \"<string>\",\n  \"startDate\": \"<date?>\",\n  \"finishDate\": \"<date?>\"\n}"},"url":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email","description":"<p>It should be used for Transactional Email sending.</p>\n<p>The <code>senderProfileId</code> value is located in the <code>SenderProfileId</code> column of the <strong>Sender Profiles</strong> table on <a href=\"https://console.euromsg.com/settings/sender-profile\">https://console.euromsg.com/settings/sender-profile</a>.</p>\n<p><code>receiverEmailAddress</code>value represents the receiver's email address.</p>\n<p><code>subject</code>value represents the email subject.</p>\n<p><code>content</code> value represents the email content to be sent.</p>\n<p><code>startDate</code> value represents the start date of the sending process. If the email is to be sent immediately, this field should be left blank.</p>\n<p><code>finishDate</code> value represents the last date that the submission process should finish. If the sending process is not completed by this date, the transaction will be cancelled. If there is no critical expiry date, this field can be left blank.</p>\n<h4>Status Codes</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Created (201)</td>\n<td></td>\n</tr>\n<tr>\n<td>BadRequest (400)</td>\n<td>Domain name registration must be made for the sender profile</td>\n</tr>\n<tr>\n<td>BadRequest (400)</td>\n<td>Domain name registration must be complete for the sender profile</td>\n</tr>\n<tr>\n<td>BadRequest (400)</td>\n<td>User Id (accountId) value must be provided</td>\n</tr>\n<tr>\n<td>Unauthorized (401)</td>\n<td>User data could not be accessed</td>\n</tr>\n<tr>\n<td>Forbidden (403)</td>\n<td>The user is not authorized to perform this transaction</td>\n</tr>\n<tr>\n<td>Internal Server Error (500)</td>\n<td>An unknown error has occurred</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["accounts",":accountId","transactional-email"],"host":["diyaccountapi","relateddigital","com"],"query":[],"variable":[{"description":{"content":"<p>The id value given to the user by the system</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"1b4e7a17-cd93-45aa-a512-519d632956cb","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"senderProfileId\": \"<Int64>\",\n  \"receiverEmailAddress\": \"<string>\",\n  \"subject\": \"<string>\",\n  \"content\": \"<string>\",\n  \"startDate\": \"<date?>\",\n  \"finishDate\": \"<date?>\"\n}"},"url":{"raw":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email","protocol":"https","host":["diyaccountapi","relateddigital","com"],"path":["accounts",":accountId","transactional-email"],"variable":[{"key":"accountId","value":"","description":"The id value given to the user by the system"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Id\": \"<string>\",\n    \"AccountId\": \"<string>\",\n    \"SenderProfileId\": \"<Int64>\",\n    \"ReceiverEmailAddress\": \"<string>\",\n    \"Subject\": \"<string>\",\n    \"Content\": \"<string>\",\n    \"StartDate\": \"<date>\",\n    \"FinishDate\": \"<date?>\"\n}"},{"id":"86d80be2-eed7-4523-9082-0ba24faed71f","name":"NotFound","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"senderProfileId\": \"<Int64>\",\n  \"receiverEmailAddress\": \"<string>\",\n  \"subject\": \"<string>\",\n  \"content\": \"<string>\",\n  \"startDate\": \"<date?>\",\n  \"finishDate\": \"<date?>\"\n}"},"url":{"raw":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email","protocol":"https","host":["diyaccountapi","relateddigital","com"],"path":["accounts",":accountId","transactional-email"],"variable":[{"key":"accountId","value":"","description":"The id value given to the user by the system"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"7403dd92-b0f5-4ccb-b63d-179a73cc9aa9","name":"BadRequest","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"senderProfileId\": \"<Int64>\",\n  \"receiverEmailAddress\": \"<string>\",\n  \"subject\": \"<string>\",\n  \"content\": \"<string>\",\n  \"startDate\": \"<date?>\",\n  \"finishDate\": \"<date?>\"\n}"},"url":{"raw":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email","protocol":"https","host":["diyaccountapi","relateddigital","com"],"path":["accounts",":accountId","transactional-email"],"variable":[{"key":"accountId","value":"","type":"string","description":"The id value given to the user by the system"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"6e2df332-54b5-41fd-b816-0f20dc82bbcc","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"senderProfileId\": \"<Int64>\",\n  \"receiverEmailAddress\": \"<string>\",\n  \"subject\": \"<string>\",\n  \"content\": \"<string>\",\n  \"startDate\": \"<date?>\",\n  \"finishDate\": \"<date?>\"\n}"},"url":{"raw":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email","protocol":"https","host":["diyaccountapi","relateddigital","com"],"path":["accounts",":accountId","transactional-email"],"variable":[{"key":"accountId","value":"","type":"string","description":"The id value given to the user by the system"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"eb4e407d-a747-402a-9db5-1d0ae99c3421","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"senderProfileId\": \"<Int64>\",\n  \"receiverEmailAddress\": \"<string>\",\n  \"subject\": \"<string>\",\n  \"content\": \"<string>\",\n  \"startDate\": \"<date?>\",\n  \"finishDate\": \"<date?>\"\n}"},"url":{"raw":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email","protocol":"https","host":["diyaccountapi","relateddigital","com"],"path":["accounts",":accountId","transactional-email"],"variable":[{"key":"accountId","value":"","type":"string","description":"The id value given to the user by the system"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8db6a166-f029-4fa4-b218-7e42692169c4"},{"name":"transactional-email","id":"457668e3-d762-48ad-a88b-927b0ce2075e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email?TransactionalEmailId=<string>&ReceiverEmailAddress=<string>&StartDate=<DateTime>&EndDate=<DateTime>&PageNumber=<integer>&PageSize=<integer>","description":"<p>The endpoint is used for getting (review) <strong>Transactional Emails</strong> you sent.</p>\n<p><strong>TransactionalEmailStatuses</strong> values are below for successful returns.</p>\n<ul>\n<li>Initialized = 100</li>\n<li>Preparing = 200</li>\n<li>Prepared = 300</li>\n<li>Sent = 400</li>\n<li>Delivered = 500</li>\n<li>Cancelled = 600</li>\n<li>SoftBounced = 700</li>\n<li>HardBounced = 710</li>\n<li>InsufficientQuota = 1001</li>\n<li>DomainCheckedFailed = 1002</li>\n<li>SpamCheckedFailed = 1003</li>\n<li>FinishTimeFailed = 1004</li>\n</ul>\n<h4>Status Codes</h4>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK (200)</td>\n<td></td>\n</tr>\n<tr>\n<td>NotFound (404)</td>\n<td>Single email information could not be found</td>\n</tr>\n<tr>\n<td>BadRequest (400)</td>\n<td>User Id (accountId) value must be provided</td>\n</tr>\n<tr>\n<td>Unauthorized (401)</td>\n<td>User data could not be accessed</td>\n</tr>\n<tr>\n<td>Forbidden (403)</td>\n<td>The user is not authorized to perform this transaction</td>\n</tr>\n<tr>\n<td>Internal Server Error (500)</td>\n<td>An unknown error has occurred</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["accounts",":accountId","transactional-email"],"host":["diyaccountapi","relateddigital","com"],"query":[{"description":{"content":"<p>Transactional email id value</p>\n","type":"text/plain"},"key":"TransactionalEmailId","value":"<string>"},{"description":{"content":"<p>Receiver email address</p>\n","type":"text/plain"},"key":"ReceiverEmailAddress","value":"<string>"},{"description":{"content":"<p>The start date is used when getting transactional emails</p>\n","type":"text/plain"},"key":"StartDate","value":"<DateTime>"},{"description":{"content":"<p>The end date is used when getting transactional emails. The difference between the start date and the end date can be a maximum of 6 months.</p>\n","type":"text/plain"},"key":"EndDate","value":"<DateTime>"},{"description":{"content":"<p>It must be greater than 0. default value: 1</p>\n","type":"text/plain"},"key":"PageNumber","value":"<integer>"},{"description":{"content":"<p>It must be greater than 0. default value: 10</p>\n","type":"text/plain"},"key":"PageSize","value":"<integer>"}],"variable":[{"description":{"content":"<p>The id value given to the user by the system</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"accountId"}]}},"response":[{"id":"e03b6c56-eb40-4563-89a9-2c17ec7453b8","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email?TransactionalEmailId=<string>&ReceiverEmailAddress=<string>&StartDate=<DateTime>&EndDate=<DateTime>&PageNumber=<integer>&PageSize=<integer>","protocol":"https","host":["diyaccountapi","relateddigital","com"],"path":["accounts",":accountId","transactional-email"],"query":[{"key":"TransactionalEmailId","value":"<string>","description":"Transactional email id value"},{"key":"ReceiverEmailAddress","value":"<string>","description":"Receiver email address"},{"key":"StartDate","value":"<DateTime>","description":"The start date is used when getting transactional emails"},{"key":"EndDate","value":"<DateTime>","description":"The end date is used when getting transactional emails. The difference between the start date and the end date can be a maximum of 6 months."},{"key":"PageNumber","value":"<integer>","description":"It must be greater than 0. default value: 1"},{"key":"PageSize","value":"<integer>","description":"It must be greater than 0. default value: 10"}],"variable":[{"key":"accountId","value":"<string>","type":"string","description":"The id value given to the user by the system"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"totalCount\": \"<integer>\",\n    \"data\": [\n        {\n            \"Id\": \"<string>\",\n            \"CompanyId\": \"<string>\",\n            \"AccountId\": \"<string>\",\n            \"SenderProfileId\": \"<Int64>\",\n            \"ReceiverEmailAddress\": \"<string>\",\n            \"Subject\": \"<string>\",\n            \"Content\": \"<string>\",\n            \"StartDate\": \"<date>\",\n            \"FinishDate\": \"<date?>\",\n            \"TransactionalEmailStatuses\": \"<integer>\"\n        }\n    ]\n}"},{"id":"381fa2cd-ed4e-4d43-89ab-8fdb2f13c606","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email?TransactionalEmailId=<string>&ReceiverEmailAddress=<string>&StartDate=<DateTime>&EndDate=<DateTime>&PageNumber=<integer>&PageSize=<integer>","protocol":"https","host":["diyaccountapi","relateddigital","com"],"path":["accounts",":accountId","transactional-email"],"query":[{"key":"TransactionalEmailId","value":"<string>","description":"Transactional email id value"},{"key":"ReceiverEmailAddress","value":"<string>","description":"Receiver email address"},{"key":"StartDate","value":"<DateTime>","description":"The start date is used when getting transactional emails"},{"key":"EndDate","value":"<DateTime>","description":"The end date is used when getting transactional emails. The difference between the start date and the end date can be a maximum of 6 months."},{"key":"PageNumber","value":"<integer>","description":"It must be greater than 0. default value: 1"},{"key":"PageSize","value":"<integer>","description":"It must be greater than 0. default value: 10"}],"variable":[{"key":"accountId","value":"<string>","type":"string","description":"The id value given to the user by the system"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"85903697-2a95-4a8c-b8d7-324a573572bb","name":"BadRequest","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email?TransactionalEmailId=<string>&ReceiverEmailAddress=<string>&StartDate=<DateTime>&EndDate=<DateTime>&PageNumber=<integer>&PageSize=<integer>","protocol":"https","host":["diyaccountapi","relateddigital","com"],"path":["accounts",":accountId","transactional-email"],"query":[{"key":"TransactionalEmailId","value":"<string>","description":"Transactional email id value"},{"key":"ReceiverEmailAddress","value":"<string>","description":"Receiver email address"},{"key":"StartDate","value":"<DateTime>","description":"The start date is used when getting transactional emails"},{"key":"EndDate","value":"<DateTime>","description":"The end date is used when getting transactional emails. The difference between the start date and the end date can be a maximum of 6 months."},{"key":"PageNumber","value":"<integer>","description":"It must be greater than 0. default value: 1"},{"key":"PageSize","value":"<integer>","description":"It must be greater than 0. default value: 10"}],"variable":[{"key":"accountId","value":"<string>","type":"string","description":"The id value given to the user by the system"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"ec940192-d48c-48b9-ada5-369c4a6c9234","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email?TransactionalEmailId=<string>&ReceiverEmailAddress=<string>&StartDate=<DateTime>&EndDate=<DateTime>&PageNumber=<integer>&PageSize=<integer>","protocol":"https","host":["diyaccountapi","relateddigital","com"],"path":["accounts",":accountId","transactional-email"],"query":[{"key":"TransactionalEmailId","value":"<string>","description":"Transactional email id value"},{"key":"ReceiverEmailAddress","value":"<string>","description":"Receiver email address"},{"key":"StartDate","value":"<DateTime>","description":"The start date is used when getting transactional emails"},{"key":"EndDate","value":"<DateTime>","description":"The end date is used when getting transactional emails. The difference between the start date and the end date can be a maximum of 6 months."},{"key":"PageNumber","value":"<integer>","description":"It must be greater than 0. default value: 1"},{"key":"PageSize","value":"<integer>","description":"It must be greater than 0. default value: 10"}],"variable":[{"key":"accountId","value":"<string>","type":"string","description":"The id value given to the user by the system"}]}},"status":"Not Found","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"},{"id":"ac9e7f03-226a-4465-a4ad-c11ac74aaaaf","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email?TransactionalEmailId=<string>&ReceiverEmailAddress=<string>&StartDate=<DateTime>&EndDate=<DateTime>&PageNumber=<integer>&PageSize=<integer>","protocol":"https","host":["diyaccountapi","relateddigital","com"],"path":["accounts",":accountId","transactional-email"],"query":[{"key":"TransactionalEmailId","value":"<string>","description":"Transactional email id value"},{"key":"ReceiverEmailAddress","value":"<string>","description":"Receiver email address"},{"key":"StartDate","value":"<DateTime>","description":"The start date is used when getting transactional emails"},{"key":"EndDate","value":"<DateTime>","description":"The end date is used when getting transactional emails. The difference between the start date and the end date can be a maximum of 6 months."},{"key":"PageNumber","value":"<integer>","description":"It must be greater than 0. default value: 1"},{"key":"PageSize","value":"<integer>","description":"It must be greater than 0. default value: 10"}],"variable":[{"key":"accountId","value":"<string>","type":"string","description":"The id value given to the user by the system"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"<string>\"\n}"}],"_postman_id":"457668e3-d762-48ad-a88b-927b0ce2075e"},{"name":"transactional-email/cancel-email","id":"8735e0a2-441d-49d9-9cce-dc72365ffbc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[],"url":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email/cancel-email/:transactionalEmailId","description":"<p>The endpoint is used to cancel scheduled transactional emails for a future date.</p>\n","urlObject":{"protocol":"https","path":["accounts",":accountId","transactional-email","cancel-email",":transactionalEmailId"],"host":["diyaccountapi","relateddigital","com"],"query":[],"variable":[{"description":{"content":"<p>The id value given to the user by the system</p>\n","type":"text/plain"},"type":"any","value":"","key":"accountId"},{"description":{"content":"<p>Transactional email id value</p>\n","type":"text/plain"},"type":"any","value":"","key":"transactionalEmailId"}]}},"response":[{"id":"35dbe09c-a1b9-4b51-aae9-ff29801db204","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email/cancel-email/:transactionalEmailId","protocol":"https","host":["diyaccountapi","relateddigital","com"],"path":["accounts",":accountId","transactional-email","cancel-email",":transactionalEmailId"],"variable":[{"key":"accountId","value":"","description":"The id value given to the user by the system"},{"key":"transactionalEmailId","value":"","description":"Transactional email id value"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""},{"id":"2cccdea1-4e43-42a7-95d2-38e2a2904723","name":"NotFound","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email/cancel-email/:transactionalEmailId","protocol":"https","host":["diyaccountapi","relateddigital","com"],"path":["accounts",":accountId","transactional-email","cancel-email",":transactionalEmailId"],"variable":[{"key":"accountId","value":"","description":"The id value given to the user by the system"},{"key":"transactionalEmailId","value":"","description":"Transactional email id value"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"<string>\"\r\n}"},{"id":"84481b25-8699-4d32-8480-74aa0196f269","name":"BadRequest","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email/cancel-email/:transactionalEmailId","protocol":"https","host":["diyaccountapi","relateddigital","com"],"path":["accounts",":accountId","transactional-email","cancel-email",":transactionalEmailId"],"variable":[{"key":"accountId","value":"","description":"The id value given to the user by the system"},{"key":"transactionalEmailId","value":"","description":"Transactional email id value"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"<string>\"\r\n}"},{"id":"a9b44336-8245-4529-9efc-ed4460275d1f","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email/cancel-email/:transactionalEmailId","protocol":"https","host":["diyaccountapi","relateddigital","com"],"path":["accounts",":accountId","transactional-email","cancel-email",":transactionalEmailId"],"variable":[{"key":"accountId","value":"","description":"The id value given to the user by the system"},{"key":"transactionalEmailId","value":"","description":"Transactional email id value"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"<string>\"\r\n}"},{"id":"ce26c8cd-8612-40a3-8c4a-b3d5668eadc6","name":"Forbidden","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://diyaccountapi.relateddigital.com/accounts/:accountId/transactional-email/cancel-email/:transactionalEmailId","protocol":"https","host":["diyaccountapi","relateddigital","com"],"path":["accounts",":accountId","transactional-email","cancel-email",":transactionalEmailId"],"variable":[{"key":"accountId","value":"","description":"The id value given to the user by the system"},{"key":"transactionalEmailId","value":"","description":"Transactional email id value"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"<string>\"\r\n}"}],"_postman_id":"8735e0a2-441d-49d9-9cce-dc72365ffbc2"}],"id":"dd23e8ac-9f03-4a69-a4f3-19ec378e64a4","_postman_id":"dd23e8ac-9f03-4a69-a4f3-19ec378e64a4","description":""}]}