Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels