Bring Your Own License, SMTP or use our service, MessageLite
Automatically track sends, deliveries, opens, clicks, bounces and unsubscribes
Store history without a server and database
Use our backup services and freely switch if you get blacklisted
Move providers without changing a line of code
Multiple services and hosted backup = Epic DR
Our API simplifies sophisticated web services, so developers can build faster. With PayLite's API you won't have to learn a new API for every service you need: Payments, Email and SMS are all in one place.
Send Email and SMS and track everything out of the box!
With Paylite's Communication API you can track sends, opens, clicks, bounces, and un-subscribes with 21 lines of code.
Need something else? Request Another Service
MessageLite is a best in class email and SMS service and every PayLite user receives 30,000 free emails per month. Use it as your primary or secondary service, so you never experience an interruption. Our cutting edge technology can handle 1.2 million messages per minute, so scaling is never and issue.
Seamlessly switch providers. Moving to a new communication service provider is expensive, time consuming, and is a drag on your dev team. What if you could seamlessly, and immediately change providers without changing a line of code? All you need to do is update your provider settings in our console.
Seriously, thats it!
With all of your communications running through a single API, you have a lot less code to write and manage!. A provider updates their API? No problem, we partner closely with providers to ensure we are building towards their latest and greatest, so you never have to update a line of code or experience an interruption in service.
21 lines of code to send, track, and store your communications. The platform automatically logs deliveries, opens, clicks, unsubscribes and generates the needed pixels, unique links, etc. We handle the code, servers and databases you would otherwise need to host and store all the information.
Using GSuite, Office365, or have your own SMTP? Cool, you can track all your email behavior from those tools or turn them into a high powered, programmable email engine. Yes, with 21 lines of code. Paste our code into your project, update your settings in our console and your are good to go.
We take all your communication providers and make them accessible through a single API, so why not setup multiple and use them as redundant providers. Everyone who signs up for our communication API gets MessageLite as a secondary providers and you can add more capacity and use it as your primary if you prefer.
Add email and text messaging (SMS) to your software with a language you already know.
Check out our docs
var client = new PayliteMessaging.Client.MessagingClient();
var email = new Email();
email.ApiKey = "27f5c65d-3866-4953-826c-3afba8fa2f6b";
email.FromEmail = new EmailAddress("support@paylite.net", "PayLite Admin");
email.ToEmail = new List<EmailAddress>
{
new EmailAddress("user1@gmail.com", "Firstname Lastname")
};
email.Subject = "Subject goes here";
email.HtmlContent = "Html body goes here";
var response = client.SendEmail(email);
<?php
$url = 'https://messagingapis.paylite.net/api/email/send';
$ch = curl_init($url);
$jsonData = '{
"ApiKey": "27f5c65d-3866-4953-826c-3afba8fa2f6b",
"FromEmail": {
"Email": "support@paylite.net",
"Name": "PayLite Admin"
},
"ToEmail": [
{
"Email": "user1@gmail.com",
"Name": "Firstname Lastname"
}
],
"Subject": "Subject goes here",
"HtmlContent": "Html body goes here"
}';
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $jsonData);
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json'));
$result = curl_exec($ch);
echo($result);
?>
var client = new PayliteMessaging.Client.MessagingClient();
var response = client.SendSms(new Sms
{
ApiKey = "27f5c65d-3866-4953-826c-3afba8fa2f6b",
ToNumber = "1234567890",
TextMessage = "Test Message"
});
<?php
$url = 'https://messagingapis.paylite.net/api/sms/send';
$ch = curl_init($url);
$jsonData = '{
"ApiKey":"27f5c65d-3866-4953-826c-3afba8fa2f6b",
"ToNumber":"1234567890",
"TextMessage":"Test Message"
}';
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $jsonData);
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json'));
$result = curl_exec($ch);
echo($result);
?>
Check out our product plans and get started in minutes. Don't see what you need? Request a Quote and we can provide a custom package
Features
|
BASIC
FREE
|
Free For 30 Days
START-UP
$15
per month
|
GROWTH STAGE
$100
per month
|
ESTABLISHED
CUSTOM
|
---|---|---|---|---|
Sign Up | Sign Up | Sign Up | Contact Us | |
Bring Your Own License (BYOL)
?
|
||||
Stored History
?
|
45 Days | 180 Days | 365 Days | Unlimited |
Custom 'From' Address
?
|
||||
White Labeled Domains
?
|
1 | 3 | 10 | Contact Us |
Switch Services
?
|
||||
Secondary Services
?
|
||||
Dedicated IP
?
|
||||
Static IP
?
|
||||
Dedicated Server
?
|
||||
Automatic Failover
?
|
||||
MessageLite Backup
?
|
100,000 emails per month | Custom Email Backup | ||
MessageLite Primary
?
|
30,000 emails per month | 100,000 emails per month | Contact Us | |
MessageLite SMS
?
|
$0.005 per SMS | $0.005 per SMS | $0.005 per SMS | Contact Us |
Support | 24/7 Chat & Email | 24/7 Chat, Email & Phone |
Our website is secured with 256-bit encryption. Card data is never stored on our servers.
Your sensitive data is encrypted and stored in Microsoft Azure PCI compliant secured data center. Learn more about the security of Microsoft Azure Compliance.
PayLite securely stores payment info in Stripe, a PCI-compliant vault used by some of the world's leading tech companies.
PayLite undergoes routine security audits by reputable firms and uses PCI industry standard security practices.