- #88 Fix problematic
render
implementation.template_data
serves two purposes, defining template data and specifying the optional API parameter forlocale
. Previously,locale
would be stripped out oftemplate_data
in the API request, preventing users from specifying variables namedlocale
in their own template data.
- Add optional
preheader
andamp_html
fields to template calls
- Bump
rake
version due to vulnerability
- add a
log_events
method to get the events list on a Sendwithus log
- Fix to encode responses as UTF-8
send_email
now supports already encoded files
- Remove unused methods
- Deprecate Logs List API endpoint
- Add
strict
option to the render call
- Deprecate and remove Conversions API calls
- Deprecate Customer Groups API
- Add support to get customer details
- Customer logs endpoint added and optional parameters for logs fixed when no options sent
- Added tags to drip campaign activations
- Added optional parameters to customer_create
- Fix bug in customer remove method where arguments were empty
- Fix bug in logs method where options weren't being respected
- Fix typo in group method
- Add template create/update methods as well as group create/update methods
- Include render parameter on locale
- Tag support, error base class, logs method
- Locale support. Introduce send_email(). Deprecate send_with().
- Tags support for send_with
- Add customer add/deletion support
- Add Drips v2.0 support
- Add attachment support
- Add drip campaign unsubscribe support
- Don't allow nil email_id
- More sensible error messages
- Updated for v1_0 of SWU api. Added emails endpoint.
- Rewritten to be more gem-like
- Accepts configuration via a Rails-style initializer
- Test coverage
- No idea
- Full json post body
- First Version