Skip to content

Data type Issue of sending Smart Mail of Transactional #44

Description

@michael-msx

Hi guys,

I am using this Java SDK to send out a transactional smart email.
Maven Version is 6.0.0

It works fine for a simple case, but I have an issue when I want to use Liquid in my email template.
The data field of SmartEmailRequest is just Map<String, String>, in that case, I can pass neither List nor Map object to the data field.

I did fix that by creating a custom version of SmartEmail and SmartEmailRequest. using Map<String, Object>

But if the future version can fix that, it would be highly appreciated!

Thanks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions