Hi,
I send following data with the single send api:
{ …“customProperties”: {
“products”: [
{
“product_id”: “PSKE”,
“product_name”: “Managed Kubernetes”,
“price”: “0,00&bnsp;€”,
“quantity”: “1”
}
],
… }
The template module contains following code:
{% for item in custom.products %}{% endfor %}
All values in the e-mail are empty:
Why?