Skip to content

Changelog

v1.7.0

  • Added support for include_email_data_in_webhook_payload and added TramlEmailMessage class

v1.3.0

  • Changed validation to support special characters for SMS from number/senderid åäöæøü_- and whitespace are now also supported

v1.2.2

  • Changed default behavior of exclude_optout from 'True' to 'False'

v1.2.0

  • Supports setting custom email headers
  • Added helpers for setting most common use cased (priority, in reply to and autoreply )

v1.1.2

  • Changed encoding of attachment to work better with Lime Marketing API

v1.1.1

  • Initial release of next generation TRAML
  • Better configuration for testing with whitelisted dry run recipients and the possibility to override the recipient
  • SMS now supports merge codes just as emails
  • We got rid of the event-handler so you now get a response back from Lime Marketing with the id of the email - you know its been queued for sending
  • TRAML now supports sending plain text content. You can send only plain text content or use text content as fallback for the HTML content
Back to top