You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: