{ "opencollection": "1.0.0", "info": { "name": "Lane Email API", "version": "1.3.43" }, "items": [ { "info": { "name": "Email", "type": "folder" }, "items": [ { "info": { "name": "send email to customer", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/send-email-to-customer", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "send email to customer" }, { "info": { "name": "Check customer, create if does not exist", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/check-customer-by-email", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Check customer, create if does not exist" }, { "info": { "name": "Get Customer Record by email", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer-by-email", "params": [ { "name": "email", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Gets a customer record by email" }, { "info": { "name": "Send Email Notification Through SQS", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/send-notification-email-sqs", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Send Email Notification Through SQS" }, { "info": { "name": "Send Email Notification", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/send-notification-email", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Send Email Notification" }, { "info": { "name": "send Email notification", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/order/send-email/:event_name", "params": [ { "name": "event_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "send Email notification" }, { "info": { "name": "Get customer record", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/email/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer record by customer email" } ] } ], "bundled": true }