{"info":{"_postman_id":"2826a1f1-f49c-6bcb-3536-61872051d5e4","name":"PayLite Communication","description":"<html><head></head><body><p>PayLite is a cloud platform that consolidates many web services into a single REST API. You can bring your own license (BYOL) for your existing communication service or use PayLite's solution, MessageLite. Our Communications API allows developers to send and track email and/or SMS without having to maintain messaging or database servers. PayLite manages all of the technical details, from provider API updates, scaling, infrastructure, whitelist services, and analytics.</p>\n<p>Because we provide access to multiple service providers with a single API, you have the option to change your service provider without having to update a single line of code. You will eliminate tech debt and vendor lock while getting more out of your communication provider(s). </p>\n<p>Unlike other communication services, we not only offer the ability to send but also track your communications out of the box. No webhooks required! You do not have to write additional code to understand bounce rates, generate pixels to track opens, create unique links to track clicks or follow unsubscribes. With other providers, doing all of the above takes thousands of lines of code plus one or more servers.</p>\n<p>Our platform was designed from day one with the enterprise in mind. PayLite offers built-in disaster recovery, high availability, and redundant load balancing infrastructure. Now the smallest startup can have access to best tech at no additional cost.  </p>\n<p>Our goal is to provide the simplest, fastest, most flexible solution to add email and SMS to your application, so you can focus on building the innovative features of your product.</p>\n<p><b>Signup Here:</b> <a href=\"https://www.paylite.net/communicate.html\">https://www.paylite.net/communicate.html</a></p>\n<p><b>Email Services:</b> MessageLite Email, SendGrid, Mailgun, Office365 SMTP, Gmail SMTP, Any other SMTP</p>\n<p><b>SMS Services:</b> MessageLite SMS, Twilio, Plivo, Nexmo</p>\n<p>Questions or Help or Request Another Service? <a href=\"mailto:support@paylite.net?Subject=PayLite Communication APIs\">support@paylite.net</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2187342","collectionId":"2826a1f1-f49c-6bcb-3536-61872051d5e4","publishedId":"7TMAX3a","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"1B75BC"},"publishDate":"2018-01-31T14:50:33.000Z"},"item":[{"name":"Email","item":[{"name":"Send Email","id":"b1d846ff-3abf-1200-8c4a-5a4f6d257a39","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"ApiKey\": \"Your API Key\",\r\n\t\"FromEmail\": {\r\n\t\t\"Email\": \"From Email\",\r\n\t\t\"Name\": \"From Name\"\r\n\t},\r\n\t\"ToEmail\": [\r\n\t{\r\n\t\t\"Email\": \"To Email Address\",\r\n\t\t\"Name\": \"To Name\"\r\n\t}\r\n\t],\r\n\t\"CcEmail\": [\r\n\t{\r\n\t\t\"Email\": \"Cc Email Address\",\r\n\t\t\"Name\": \"Cc Name\"\r\n\t}\r\n\t],\r\n\t\"BccEmail\": [\r\n\t{\r\n\t\t\"Email\": \"Bcc Email\",\r\n\t\t\"Name\": \"Bcc Name\"\r\n\t}\r\n\t],\r\n\t\"Subject\": \"Subject goes here\",\r\n\t\"HtmlContent\": \"Html body goes here\" \r\n}"},"url":"https://messagingapis.paylite.net/api/email/send","urlObject":{"protocol":"https","path":["api","email","send"],"host":["messagingapis","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1d846ff-3abf-1200-8c4a-5a4f6d257a39"},{"name":"Get Email Details","id":"d63afd72-1353-4fa4-ebbd-871ae1284cf0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"ApiKey\": \"Your API Key\",\r\n\t\"EmailIds\": \r\n\t[\r\n\t\t\"PayLite EmailId\",\r\n\t\t\"PayLite EmailId\"\r\n\t]\r\n}"},"url":"https://messagingapis.paylite.net/api/messagingdata/GetEmailByIds","urlObject":{"protocol":"https","path":["api","messagingdata","GetEmailByIds"],"host":["messagingapis","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"d63afd72-1353-4fa4-ebbd-871ae1284cf0"},{"name":"Get Email List","id":"c184e132-da0e-d228-5420-46a4957e403c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"ApiKey\": \"Your API Key\",\r\n    \"StartDate\": \"01/01/2018\",\r\n    \"EndDate\": \"01/15/2018\"\r\n}"},"url":"https://messagingapis.paylite.net/api/messagingdata/GetEmailList ","urlObject":{"protocol":"https","path":["api","messagingdata","GetEmailList "],"host":["messagingapis","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"c184e132-da0e-d228-5420-46a4957e403c"},{"name":"Get Email Stats","id":"a0ddb5a1-2a23-5470-e981-605408de517e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"ApiKey\": \"Your API Key\",\r\n    \"StartDate\": \"01/01/2018\",\r\n    \"EndDate\": \"01/15/2018\"\r\n}"},"url":"https://messagingapis.paylite.net/api/messagingdata/GetEmailStats","urlObject":{"protocol":"https","path":["api","messagingdata","GetEmailStats"],"host":["messagingapis","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0ddb5a1-2a23-5470-e981-605408de517e"}],"id":"716ebe26-3fbd-671a-e56f-38d0b24bb886","_postman_id":"716ebe26-3fbd-671a-e56f-38d0b24bb886","description":""},{"name":"Sms - Text Message","item":[{"name":"Send Sms","id":"45ce7903-cfe3-d203-54e5-ef9216af4019","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"ApiKey\":\"Your API Key\",\r\n\t\"CountryCode\":\"Country Code\",\r\n\t\"ToNumber\":\"To Number\",\r\n\t\"TextMessage\":\"Text Message Content\"\r\n}"},"url":"https://messagingapis.paylite.net/api/sms/send","urlObject":{"protocol":"https","path":["api","sms","send"],"host":["messagingapis","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"45ce7903-cfe3-d203-54e5-ef9216af4019"},{"name":"Get Sms Details","id":"8d51cd1d-aeea-5dec-dfb7-efb772f8ac94","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"ApiKey\": \"Your API Key\",\r\n\t\"SmsIds\": \r\n\t[\r\n\t\t\"PayLite SmsId\",\r\n\t\t\"PayLite SmsId\"\r\n\t]\r\n}"},"url":"https://messagingapis.paylite.net/api/messagingdata/GetSMSByIds","urlObject":{"protocol":"https","path":["api","messagingdata","GetSMSByIds"],"host":["messagingapis","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d51cd1d-aeea-5dec-dfb7-efb772f8ac94"},{"name":"Get Sms List","id":"42a41d64-dd92-b247-6610-55bbd6f7b226","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"ApiKey\": \"Your API Key\",\r\n    \"StartDate\": \"01/01/2018\",\r\n    \"EndDate\": \"01/15/2018\"\r\n}"},"url":"https://messagingapis.paylite.net/api/messagingdata/GetSMSList","urlObject":{"protocol":"https","path":["api","messagingdata","GetSMSList"],"host":["messagingapis","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"42a41d64-dd92-b247-6610-55bbd6f7b226"},{"name":"Get Sms Stats","id":"44c94379-0fc0-fc78-c227-cfa8df672636","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"ApiKey\": \"Your API Key\",\r\n    \"StartDate\": \"01/01/2018\",\r\n    \"EndDate\": \"01/15/2018\"\r\n}"},"url":"https://messagingapis.paylite.net/api/messagingdata/GetSMSStats","urlObject":{"protocol":"https","path":["api","messagingdata","GetSMSStats"],"host":["messagingapis","paylite","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"44c94379-0fc0-fc78-c227-cfa8df672636"}],"id":"8a117386-ef88-7d4a-45d3-5e1fb4a6963f","_postman_id":"8a117386-ef88-7d4a-45d3-5e1fb4a6963f","description":""}],"event":[{"listen":"prerequest","script":{"id":"c7ed14ba-d9c7-4f8f-b089-8a4cbc39b65d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6ad4ce47-68ed-41a0-bd55-a0229f172f05","type":"text/javascript","exec":[""]}}]}