Cannot deserialize instance of `java.lang.String` out of START_OBJECT token

Hello @Martin_Krajcir1

Previously, we allowed for email templates to pass template-values, which could be like:

{"customer": {"company": "company1"}, "customer.name": "name1"}

but we only used customer.name anyway.

A change has been made that reads the request more strictly and allowed pass template-values, only which could be like:

{"customer.name": "name1"}
1 Like