Category Archives: API

API HTTP Error Codes

For a while, our API wasn’t as RESTful as it could be. That’s because we didn’t make use of HTTP header codes.

Unless the API was truly down, we would always return 200 OK, and use a Sailthru Error Code to denote the exact type of error.

After reviewing our existing client libraries to make sure this change would be a non-breaking change, we’ve added… Continue reading

Paradise by the Dashboard

As part of the ongoing redesign of our user interface, we’ve just rolled out a new dashboard feature. Now, when you sign in to your Sailthru account you’ll be presented with selected metrics that provide a clear and quickly digestible window into your account performance.

In the example pictured above you’ll notice charts displaying list member growth and engagement, mass and transactional send rates as well as… Continue reading

“text only” test send

For clients who want to preview how their emails will be rendered by text only email clients our “text only” feature allows them to test send text only versions of their emails.  When editing a campaign or template, simply select the “text only” box and test send to the emails of your choosing.

API Library updates

To make intergrating us a simple as possible we’ve added libraries to work with our API.

Current approved libraries include:

We also have the following in beta release (send us an email to get a hold of them):

  • Python
  • Java